messages.sendReaction
Send reaction to message
Example
TL schema
Parameters
Name | Type | Description |
flags | Flags, see TL conditional fields | |
peer | Peer | |
msg_id | Message ID to react to | |
reaction | Reaction (a UTF8 emoji) |
Result
Possible errors
Code | Type | Description |
400 | MESSAGE_ID_INVALID | The provided message id is invalid |
400 | REACTION_EMPTY | Empty reaction provided |
Can bots use this methd ?
yes
Related pages
Last updated