Update.UpdateType| Modifier and Type | Method and Description |
|---|---|
static Update |
createUpdate(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
TelegramBot |
getBotInstance() |
CallbackQuery |
getCallbackQuery() |
ChosenInlineResult |
getChosenInlineResult() |
Message |
getEditedMessage() |
int |
getId() |
InlineQuery |
getInlineQuery() |
Message |
getMessage() |
Update.UpdateType |
getType() |
public static Update createUpdate(org.json.JSONObject jsonObject, TelegramBot telegramBot)
public int getId()
public Message getMessage()
public Message getEditedMessage()
public InlineQuery getInlineQuery()
public ChosenInlineResult getChosenInlineResult()
public CallbackQuery getCallbackQuery()
public Update.UpdateType getType()
public TelegramBot getBotInstance()
Copyright © 2016. All rights reserved.