| Package | Description |
|---|---|
| org.isuper.telegram | |
| org.isuper.telegram.models | |
| org.isuper.telegram.models.inline |
| Modifier and Type | Method and Description |
|---|---|
User |
TelegramClient.getMe(String token) |
| Modifier and Type | Field and Description |
|---|---|
User |
Message.forwardFrom |
User |
Message.from |
User |
Message.leftChatParticipant |
User |
Message.newChatParticipant |
User |
MessageEntity.user |
User |
ChatMember.user |
| Constructor and Description |
|---|
ChatMember(User user,
String status) |
Message(Long id,
User from,
Long date,
Chat chat,
User forwardFrom,
Chat forwardFromChat,
long forwardDate,
Message replyTo,
Long editDate,
String text,
List<MessageEntity> entities,
Contact contact,
Location location,
User newChatParticipant,
User leftChatParticipant,
String newChatTitle,
PhotoSize[] newChatPhoto,
Boolean deleteChatPhoto,
Boolean groupChatCreated,
Boolean supergroupChatCreated,
Boolean channelChatCreated,
Long migrateToChatID,
Long migrateFromChatID,
Message pinned) |
| Modifier and Type | Field and Description |
|---|---|
User |
InlineQuery.from |
User |
ChosenInlineResult.from |
| Constructor and Description |
|---|
ChosenInlineResult(String resultID,
User from,
Location location,
String inlineMessageID,
String query) |
InlineQuery(String id,
User from,
Location location,
String query,
String offset) |
Copyright © 2016 iSuper.org. All Rights Reserved.