Class TdApi.KeyboardButtonSourceMessage

Enclosing class:
TdApi

public static class TdApi.KeyboardButtonSourceMessage extends TdApi.KeyboardButtonSource
The button is from a bot's message.
  • Field Details

    • chatId

      public long chatId
      Identifier of the chat with the message.
    • messageId

      public long messageId
      Identifier of the message with the button.
    • CONSTRUCTOR

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

    • KeyboardButtonSourceMessage

      public KeyboardButtonSourceMessage()
      The button is from a bot's message.
    • KeyboardButtonSourceMessage

      public KeyboardButtonSourceMessage(long chatId, long messageId)
      The button is from a bot's message.
      Parameters:
      chatId - Identifier of the chat with the message.
      messageId - Identifier of the message with the button.
  • Method Details