telegram-send-reaction
Send emoji reactions to Telegram messages. Supports multiple reactions and adding to existing reactions. Omit emoji to remove all reactions.
Instructions
Send emoji reaction(s) to a message. Supports multiple reactions and adding to existing ones. Omit emoji to remove all reactions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID or username | |
| messageId | Yes | Message ID to react to | |
| emoji | No | Reaction emoji(s): single '👍' or array ['👍','🔥']. Omit to remove all reactions | |
| addToExisting | No | If true, add reaction(s) to existing ones instead of replacing |