messages.GetMessageReactionsList
- class pyrogram.raw.functions.messages.GetMessageReactionsList
Get message reaction list, along with the sender of each reaction.
- Details:
Layer:
194
ID:
461B3F48
- Parameters:
peer (
InputPeer
) – Peerid (
int
32-bit
) – Message IDlimit (
int
32-bit
) – Maximum number of results to return, see paginationreaction (
Reaction
, optional) – Get only reactions of this typeoffset (
str
, optional) – Offset for pagination (taken from the next_offset field of the returned messages.MessageReactionsList); empty in the first request.
- Returns: