Class TdApi.DeleteQuickReplyShortcutMessages

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.DeleteQuickReplyShortcutMessages
Enclosing class:
TdApi

public static class TdApi.DeleteQuickReplyShortcutMessages extends TdApi.Function<TdApi.Ok>
Deletes specified quick reply messages.

Returns Ok

  • Field Details

    • shortcutId

      public int shortcutId
      Unique identifier of the quick reply shortcut to which the messages belong.
    • messageIds

      public long[] messageIds
      Unique identifiers of the messages.
    • CONSTRUCTOR

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

    • DeleteQuickReplyShortcutMessages

      public DeleteQuickReplyShortcutMessages()
      Default constructor for a function, which deletes specified quick reply messages.

      Returns Ok

    • DeleteQuickReplyShortcutMessages

      public DeleteQuickReplyShortcutMessages(int shortcutId, long[] messageIds)
      Creates a function, which deletes specified quick reply messages.

      Returns Ok

      Parameters:
      shortcutId - Unique identifier of the quick reply shortcut to which the messages belong.
      messageIds - Unique identifiers of the messages.
  • 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