messages.MessageReactionsList#

class pyrogram.raw.types.messages.MessageReactionsList#

List of peers that reacted to a specific message.

Constructor of MessageReactionsList.

Details:
  • Layer: 158

  • ID: 31BD492D

Parameters:
  • count (int 32-bit) – Total number of reactions matching query.

  • reactions (List of MessagePeerReaction) – List of peers that reacted to a specific message.

  • chats (List of Chat) – Mentioned chats.

  • users (List of User) – Mentioned users.

  • next_offset (str, optional) – If set, indicates the next offset to use to load more results by invoking messages.getMessageReactionsList.

Functions:

This object can be returned by 1 function.

messages.GetMessageReactionsList

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