Module tdlight.api

Class TdApi.InlineKeyboardButtonTypeCallbackGame

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 Details

  • 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

      public InlineKeyboardButtonTypeCallbackGame(DataInput input) throws IOException
      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