QuickReply.send_messages()¶
- QuickReply.send_messages()¶
Bound method send_messages of
QuickReply.- Use as a shortcut for:
await quick_reply.send_messages(chat_id)
- Parameters:
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat.- Returns:
Updates– On success, the updates object is returned.