| Modifier and Type | Method and Description |
|---|---|
User |
CallbackQuery.getFrom() |
User |
IndividualChat.getPartner() |
User |
ChatMember.getUser() |
| Modifier and Type | Method and Description |
|---|---|
default ChatMember |
Chat.getChatMember(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
InlineQuery.getSender() |
User |
ChosenInlineResult.getSender() |
| Modifier and Type | Method and Description |
|---|---|
User |
Message.getForwardedFrom() |
User |
Message.getSender() |
| Modifier and Type | Method and Description |
|---|---|
User |
LeftChatParticipantContent.getContent() |
User |
NewChatParticipantContent.getContent() |
| Modifier and Type | Method and Description |
|---|---|
User |
MessageEntity.getUser() |
| Modifier and Type | Method and Description |
|---|---|
User |
ParticipantJoinGroupChatEvent.getParticipant() |
User |
ParticipantLeaveGroupChatEvent.getParticipant() |
| Modifier and Type | Method and Description |
|---|---|
User |
CallbackQueryImpl.getFrom() |
User |
IndividualChatImpl.getPartner() |
User |
ChatMemberImpl.getUser() |
| Modifier and Type | Method and Description |
|---|---|
User |
ChosenInlineResultImpl.getSender() |
User |
InlineQueryImpl.getSender() |
| Modifier and Type | Method and Description |
|---|---|
User |
MessageImpl.getForwardedFrom() |
User |
MessageImpl.getSender() |
| Modifier and Type | Method and Description |
|---|---|
User |
LeftChatParticipantContentImpl.getContent() |
User |
NewParticipantContentImpl.getContent() |
| Modifier and Type | Method and Description |
|---|---|
User |
MessageEntityImpl.getUser() |
| Modifier and Type | Class and Description |
|---|---|
class |
UserImpl |
| Modifier and Type | Method and Description |
|---|---|
static User |
UserImpl.createUser(int userID) |
static User |
UserImpl.createUser(org.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractInlineMenuBuilder.allowedUser(User allowedUser) |
T |
AbstractInlineMenuBuilder.allowedUsers(User... users) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractInlineMenuBuilder.userFilter(Predicate<User> predicate) |
Copyright © 2016. All rights reserved.