java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineKeyboardButtonType
it.tdlight.jni.TdApi.InlineKeyboardButtonTypeCallbackGame
- Enclosing class:
- TdApi
public static final class TdApi.InlineKeyboardButtonTypeCallbackGame
extends TdApi.InlineKeyboardButtonType
A button with a game that sends a
callback query to a bot. This button
must be in the first column and row
of the keyboard and can be attached
only to a message with content of the type messageGame.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionA button with a game that sends a callback query to a bot.A button with a game that sends a callback query to a bot. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InlineKeyboardButtonTypeCallbackGame
public InlineKeyboardButtonTypeCallbackGame()A button with a game that sends a callback query to a bot. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageGame. -
InlineKeyboardButtonTypeCallbackGame
A button with a game that sends a callback query to a bot. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageGame.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-