React to a Message with an Emoji
View All Telegram Messaging API APIs →Add an emoji reaction to a message. Send a JSON body with peer, the numeric messageId of the target message (from chat history or the inbox), and the emoji to apply. Send an empty-string emoji to clear your reaction.
API Features
Any emoji Apply any emoji reaction to a message in a direct chat or group
Toggle off Send an empty emoji string to remove your existing reaction
Simple payload Just peer, messageId, and emoji
Live API Demo
🔒 Sign in to try it live
Log in to call this API with your own API key. New accounts get 100 free credits — no card required.
Log in / Sign upNo active API key found. Create one in your Dashboard, then reload this page. Dashboard →
POST
/api/project/telegram-messaging/react-message API Response (JSON)
{} Query Result
Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Acknowledge a customer message with a 👍 to signal receipt
- Build interactive bots that react to commands or keywords
- Mirror human-like engagement in a conversational flow