Get message reaction list, along with the sender of each reaction.
 Method schema is available as of layer 145. Switch ยป
| Name | Type | Description | 
|---|---|---|
| flags | # | Flags, see TL conditional fields | 
| peer | InputPeer | Peer | 
| id | int | Message ID | 
| reaction | flags.0?Reaction | Get only reactions of this type | 
| offset | flags.1?string | Offset for pagination (taken from the next_offsetfield of the returned messages.MessageReactionsList); empty in the first request. | 
| limit | int | Maximum number of results to return, see pagination | 
| Code | Type | Description | 
|---|---|---|
| 403 | BROADCAST_FORBIDDEN | Channel poll voters and reactions cannot be fetched to prevent deanonymization. | 
| 400 | MSG_ID_INVALID | Invalid message ID provided. | 
List of peers that reacted to a specific message
How to fetch results from large lists of objects.
Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.