Class TdApi.InlineKeyboardButtonTypeCallbackGame

Enclosing class:
TdApi

public static 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 Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      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.
  • 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR