Class TdApi.KeyboardButtonSourceWebApp

Enclosing class:
TdApi

public static class TdApi.KeyboardButtonSourceWebApp extends TdApi.KeyboardButtonSource
The button is a prepared keyboard button from a Mini App received via getPreparedKeyboardButton.
  • Field Details

    • botUserId

      public long botUserId
      Identifier of the bot that created the button.
    • preparedButtonId

      public String preparedButtonId
      Identifier of the prepared button.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • KeyboardButtonSourceWebApp

      public KeyboardButtonSourceWebApp()
      The button is a prepared keyboard button from a Mini App received via getPreparedKeyboardButton.
    • KeyboardButtonSourceWebApp

      public KeyboardButtonSourceWebApp(long botUserId, String preparedButtonId)
      The button is a prepared keyboard button from a Mini App received via getPreparedKeyboardButton.
      Parameters:
      botUserId - Identifier of the bot that created the button.
      preparedButtonId - Identifier of the prepared button.
  • Method Details