Interface SendQuickReplyShortcutMessages

Sends messages from a quick reply shortcut. Requires Telegram Business subscription. Request type for Tdjson#sendQuickReplyShortcutMessages.

interface SendQuickReplyShortcutMessages {
    @type: "sendQuickReplyShortcutMessages";
    chat_id: number;
    sending_id: number;
    shortcut_id: number;
}

Properties

@type: "sendQuickReplyShortcutMessages"
chat_id: number

Identifier of the chat to which to send messages. The chat must be a private chat with a regular user.

sending_id: number

Non-persistent identifier, which will be returned back in messageSendingStatePending object and can be used to match sent messages and corresponding updateNewMessage updates.

shortcut_id: number

Unique identifier of the quick reply shortcut.