messages.MessageReactionsList
- class pyrogram.raw.types.messages.MessageReactionsList
List of peers that reacted to a specific message
Constructor of
MessageReactionsList
.- Details:
Layer:
194
ID:
31BD492D
- Parameters:
count (
int
32-bit
) – Total number of reactions matching queryreactions (List of
MessagePeerReaction
) – List of peers that reacted to a specific messagechats (List of
Chat
) – Mentioned chatsusers (List of
User
) – Mentioned usersnext_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.
Get message reaction list, along with the sender of each reaction.