Class TdApi.UpdateQuickReplyShortcutDeleted

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

public static class TdApi.UpdateQuickReplyShortcutDeleted extends TdApi.Update
A quick reply shortcut and all its messages were deleted.
  • Field Details

    • shortcutId

      public int shortcutId
      The identifier of the deleted shortcut.
    • CONSTRUCTOR

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

    • UpdateQuickReplyShortcutDeleted

      public UpdateQuickReplyShortcutDeleted()
      A quick reply shortcut and all its messages were deleted.
    • UpdateQuickReplyShortcutDeleted

      public UpdateQuickReplyShortcutDeleted(int shortcutId)
      A quick reply shortcut and all its messages were deleted.
      Parameters:
      shortcutId - The identifier of the deleted shortcut.
  • 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