public class GameInlineCallbackQueryImpl extends CallbackQueryImpl implements GameInlineCallbackQuery
| Modifier | Constructor and Description |
|---|---|
protected |
GameInlineCallbackQueryImpl(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
static GameInlineCallbackQuery |
createGameInlineCallbackQuery(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
String |
getGameShortName()
Gets the short name of the game that this callback query relates to
|
String |
getInlineMessageId()
Gets the ID of the inline message that this callback query relates to
|
asJson, createCallbackQuery, getBotInstance, getChatInstance, getData, getFrom, getIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeanswer, asJson, getBotInstance, getChatInstance, getData, getFrom, getIdprotected GameInlineCallbackQueryImpl(org.json.JSONObject jsonObject,
TelegramBot telegramBot)
public static GameInlineCallbackQuery createGameInlineCallbackQuery(org.json.JSONObject jsonObject, TelegramBot telegramBot)
public String getInlineMessageId()
GameInlineCallbackQuerygetInlineMessageId in interface GameInlineCallbackQuerypublic String getGameShortName()
GameInlineCallbackQuerygetGameShortName in interface GameInlineCallbackQueryCopyright © 2017. All rights reserved.