send_quick_reply_messages()¶
- Client.send_quick_reply_messages()¶
Send messages from a quick reply shortcut.
Usable by Users Bots- Parameters:
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat.shortcut_id (
int) – The shortcut ID.message_ids (List of
int) – List of message IDs within the shortcut to send.
- Returns:
Updates– The resulting updates.