public static class TdApi.CallbackQueryPayloadGame extends TdApi.CallbackQueryPayload
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
gameShortName
A short name of the game that was attached to the callback button.
|
| Constructor and Description |
|---|
CallbackQueryPayloadGame()
The payload for a game callback button.
|
CallbackQueryPayloadGame(java.lang.String gameShortName)
The payload for a game callback button.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String gameShortName
public static final int CONSTRUCTOR
public CallbackQueryPayloadGame()
public CallbackQueryPayloadGame(java.lang.String gameShortName)
gameShortName - A short name of the game that was attached to the callback button.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object