delete_quick_reply_messages()

Client.delete_quick_reply_messages()

Delete messages from a quick reply shortcut.

Usable by Users Bots
Parameters:
  • shortcut_id (int) – The shortcut ID.

  • message_ids (List of int) – List of message IDs within the shortcut to delete.

Returns:

Updates – On success, the updates object is returned.