Class TdApi.UpdateChatReplyMarkup

Enclosing class:
TdApi

public static class TdApi.UpdateChatReplyMarkup extends TdApi.Update
The chat reply markup was changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • replyMarkupMessage

      @Nullable public TdApi.Message replyMarkupMessage
      The message from which the reply markup must be used; may be null if there is no default reply markup in the chat.
    • CONSTRUCTOR

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

    • UpdateChatReplyMarkup

      public UpdateChatReplyMarkup()
      The chat reply markup was changed.
    • UpdateChatReplyMarkup

      public UpdateChatReplyMarkup(long chatId, TdApi.Message replyMarkupMessage)
      The chat reply markup was changed.
      Parameters:
      chatId - Chat identifier.
      replyMarkupMessage - The message from which the reply markup must be used; may be null if there is no default reply markup in the chat.
  • 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.Update
      Returns:
      this.CONSTRUCTOR