public class InlineCallbackQueryImpl extends CallbackQueryImpl implements InlineCallbackQuery
| Modifier | Constructor and Description |
|---|---|
protected |
InlineCallbackQueryImpl(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
static InlineCallbackQuery |
createInlineCallbackQuery(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
String |
getData()
Gets the data that was originally sent with the button used to trigger this CallbackQuery
|
String |
getInlineMessageId()
Gets the ID of the inline message that this callback query relates to
|
asJson, createCallbackQuery, getBotInstance, getChatInstance, getFrom, getIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeanswer, asJson, getBotInstance, getChatInstance, getFrom, getIdprotected InlineCallbackQueryImpl(org.json.JSONObject jsonObject,
TelegramBot telegramBot)
public static InlineCallbackQuery createInlineCallbackQuery(org.json.JSONObject jsonObject, TelegramBot telegramBot)
public String getInlineMessageId()
InlineCallbackQuerygetInlineMessageId in interface InlineCallbackQuerypublic String getData()
CallbackQuerygetData in interface CallbackQuerygetData in interface InlineCallbackQuerygetData in class CallbackQueryImplCopyright © 2017. All rights reserved.