Class TdApi.InlineKeyboardButtonTypeCallbackGame

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InlineKeyboardButtonType
org.drinkless.tdlib.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