Interface DeleteQuickReplyShortcutMessages

Deletes specified quick reply messages. Request type for Tdjson#deleteQuickReplyShortcutMessages.

interface DeleteQuickReplyShortcutMessages {
    @type: "deleteQuickReplyShortcutMessages";
    message_ids: number[];
    shortcut_id: number;
}

Properties

@type: "deleteQuickReplyShortcutMessages"
message_ids: number[]

Unique identifiers of the messages.

shortcut_id: number

Unique identifier of the quick reply shortcut to which the messages belong.