| Modifier and Type | Method and Description |
|---|---|
User |
CallbackQuery.getFrom()
Gets who triggered the CallbackQuery
|
User |
IndividualChat.getPartner()
Gets the User that is in this conversation with the bot
|
User |
ChatMember.getUser()
Gets the User that this ChatMember object refers to
|
| Modifier and Type | Method and Description |
|---|---|
default ChatMember |
Chat.getChatMember(User user)
Gets the ChatMember object for a specific User in respect to this chat
|
| Modifier and Type | Method and Description |
|---|---|
User |
InlineQuery.getSender()
Gets the User that sent this inline query
|
User |
ChosenInlineResult.getSender()
Gets the User that chose the result
|
| Modifier and Type | Method and Description |
|---|---|
User |
Message.getForwardedFrom()
Gets the user the message was forwarded from
|
User |
Message.getSender()
Get the user that sent the message
|
| Modifier and Type | Method and Description |
|---|---|
User |
LeftChatParticipantContent.getContent()
Gets the participant who left the chat
|
User |
NewChatParticipantContent.getContent()
Gets the new participant in the chat
|
| Modifier and Type | Method and Description |
|---|---|
User |
MessageEntity.getUser()
Gets the User that the MessageEntity refers to.
|
| Modifier and Type | Method and Description |
|---|---|
User |
ParticipantJoinGroupChatEvent.getParticipant()
Gets the User that joined the GroupChat that triggered this Event
|
User |
ParticipantLeaveGroupChatEvent.getParticipant()
Gets the User that left the GroupChat that triggered this Event
|
| Modifier and Type | Method and Description |
|---|---|
User |
GameHighScore.getUser() |
| Modifier and Type | Method and Description |
|---|---|
User |
CallbackQueryImpl.getFrom() |
User |
IndividualChatImpl.getPartner() |
User |
ChatMemberImpl.getUser() |
| Modifier and Type | Method and Description |
|---|---|
User |
GameHighScoreImpl.getUser() |
| Modifier and Type | Method and Description |
|---|---|
User |
ChosenInlineResultImpl.getSender() |
User |
InlineQueryImpl.getSender() |
| Modifier and Type | Method and Description |
|---|---|
User |
MessageImpl.getForwardedFrom()
Gets the user the message was forwarded from
|
User |
MessageImpl.getSender()
Get the user that sent the message
|
| Modifier and Type | Method and Description |
|---|---|
User |
LeftChatParticipantContentImpl.getContent()
Gets the participant who left the chat
|
User |
NewParticipantContentImpl.getContent()
Gets the new participant in the chat
|
| 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) |
Copyright © 2017. All rights reserved.