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
The payload for a game callback button.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.A short name of the game that was attached to the callback button. -
Constructor Summary
ConstructorsConstructorDescriptionThe payload for a game callback button.CallbackQueryPayloadGame
(String gameShortName) The payload for a game callback button. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
gameShortName
A short name of the game that was attached to the callback button. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CallbackQueryPayloadGame
public CallbackQueryPayloadGame()The payload for a game callback button. -
CallbackQueryPayloadGame
The payload for a game callback button.- Parameters:
gameShortName
- A short name of the game that was attached to the callback button.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-