Package org.drinkless.tdlib
Class TdApi.CallbackQueryPayloadGame
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.CallbackQueryPayload
-
- org.drinkless.tdlib.TdApi.CallbackQueryPayloadGame
-
- Enclosing class:
- TdApi
public static class TdApi.CallbackQueryPayloadGame extends TdApi.CallbackQueryPayload
The payload for a game callback button.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringgameShortNameA short name of the game that was attached to the callback button.
-
Constructor Summary
Constructors Constructor Description CallbackQueryPayloadGame()The payload for a game callback button.CallbackQueryPayloadGame(String gameShortName)The payload for a game callback button.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
gameShortName
public String gameShortName
A short name of the game that was attached to the callback button.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CallbackQueryPayloadGame
public CallbackQueryPayloadGame()
The payload for a game callback button.
-
CallbackQueryPayloadGame
public CallbackQueryPayloadGame(String gameShortName)
The payload for a game callback button.- Parameters:
gameShortName- A short name of the game that was attached to the callback button.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-