messages.getMessageReactionsList
Get full message reaction list
Example
TL schema
Parameters
Name | Type | Description |
flags | Flags, see TL conditional fields | |
peer | Peer | |
id | Message ID | |
reaction | Get only reactions of this type (UTF8 emoji) | |
offset | Offset (typically taken from the next_offset field of the returned MessageReactionsList) | |
limit | Maximum number of results to return, see pagination |
Result
Possible errors
Code | Type | Description |
Can bots use this methd ?
yes
Related pages
List of message reactions
How to fetch results from large lists of objects.
Last updated