Class TdApi.UpdateQuickReplyShortcutMessages

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.Update
dev.voroby.springframework.telegram.client.TdApi.UpdateQuickReplyShortcutMessages
Enclosing class:
TdApi

public static class TdApi.UpdateQuickReplyShortcutMessages extends TdApi.Update
The list of quick reply shortcut messages has changed.
  • Field Details

    • shortcutId

      public int shortcutId
      The identifier of the shortcut.
    • messages

      public TdApi.QuickReplyMessage[] messages
      The new list of quick reply messages for the shortcut in order from the first to the last sent.
    • CONSTRUCTOR

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

    • UpdateQuickReplyShortcutMessages

      public UpdateQuickReplyShortcutMessages()
      The list of quick reply shortcut messages has changed.
    • UpdateQuickReplyShortcutMessages

      public UpdateQuickReplyShortcutMessages(int shortcutId, TdApi.QuickReplyMessage[] messages)
      The list of quick reply shortcut messages has changed.
      Parameters:
      shortcutId - The identifier of the shortcut.
      messages - The new list of quick reply messages for the shortcut in order from the first to the last sent.
  • 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.Object
      Returns:
      this.CONSTRUCTOR