messages.SendQuickReplyMessages#

class pyrogram.raw.functions.messages.SendQuickReplyMessages#

Send a quick reply shortcut ».

Details:
  • Layer: 187

  • ID: 6C750DE1

Parameters:
  • peer (InputPeer) – The peer where to send the shortcut (users only, for now).

  • shortcut_id (int 32-bit) – The ID of the quick reply shortcut to send.

  • id (List of int 32-bit) – Specify a subset of messages from the shortcut to send; if empty, defaults to all of them.

  • random_id (List of int 64-bit) – Unique client IDs required to prevent message resending, one for each message we’re sending, may be empty (but not recommended).

Returns:

Updates