messages.GetMessageReactionsList#

class pyrogram.raw.functions.messages.GetMessageReactionsList#

Get message reaction list, along with the sender of each reaction.

Details:
  • Layer: 158

  • ID: 461B3F48

Parameters:
  • peer (InputPeer) – Peer.

  • id (int 32-bit) – Message ID.

  • limit (int 32-bit) – Maximum number of results to return, see pagination.

  • reaction (Reaction, optional) – Get only reactions of this type.

  • offset (str, optional) – Offset for pagination (taken from the next_offset field of the returned messages.MessageReactionsList); empty in the first request.

Returns:

messages.MessageReactionsList