public interface Update
| Modifier and Type | Interface and Description |
|---|---|
static class |
Update.UpdateType |
| Modifier and Type | Method and Description |
|---|---|
TelegramBot |
getBotInstance()
Gets the TelegramBot instance that is responsible for this Update
|
CallbackQuery |
getCallbackQuery()
Gets the new incoming callback query
|
Message |
getChannelPost()
Gets the Channel Message that this Update contains
|
ChosenInlineResult |
getChosenInlineResult()
Gets the result of an inline query that was chosen by a user and sent to their chat partner
|
Message |
getEditedChannelPost()
Gets the Edited Channel Message that this Update contains.
|
Message |
getEditedMessage()
Gets the Edited Message that this Update contains.
|
int |
getId()
Gets the The update‘s unique identifier.
|
InlineQuery |
getInlineQuery()
Gets the new incoming inline query
|
Message |
getMessage()
Gets the Message that this Update contains.
|
Update.UpdateType |
getType()
Gets the UpdateType of this Update
|
int getId()
Message getMessage()
Message getEditedMessage()
Message getChannelPost()
Message getEditedChannelPost()
InlineQuery getInlineQuery()
ChosenInlineResult getChosenInlineResult()
CallbackQuery getCallbackQuery()
Update.UpdateType getType()
TelegramBot getBotInstance()
Copyright © 2017. All rights reserved.