setMessageReaction
Set or update reactions on a Telegram message by providing chat ID, message ID, and reaction type. Supports big animated reactions where permitted and returns success.
Instructions
Change the chosen reactions on a message. Service messages cannot be reacted to. Bots cannot use paid reactions. Returns True on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_big | No | Pass True to set the reaction with a big animation. | |
| chat_id | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername). | |
| reaction | No | A JSON-serialized list of ReactionType objects to set on the message. Currently, bots can set up to one reaction per message. Custom emoji reactions can be used if already present on the message or allowed by chat administrators. | |
| message_id | Yes | Identifier of the target message. If the message belongs to a media group, the reaction is set to the first non-deleted message in the group instead. |