List of peers that reacted to a specific message
Constructor schema is available as of layer 138. Switch ยป
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| count | int | Total number of reactions matching query |
| reactions | Vector<MessagePeerReaction> | List of peers that reacted to a specific message |
| chats | Vector<Chat> | Mentioned chats |
| users | Vector<User> | Mentioned users |
| next_offset | flags.0?string | If set, indicates the next offset to use to load more results by invoking messages.getMessageReactionsList. |
Get message reaction list, along with the sender of each reaction.