Skip to main content
Glama

Telegram MCP Server

by bobidk91-ops

send_reaction

Send emoji reactions to specific Telegram messages using message ID, enabling interactive bot responses and user engagement in channels.

Instructions

Send a reaction to a message

Input Schema

NameRequiredDescriptionDefault
emojiYesEmoji to send as reaction
message_idYesMessage ID to react to

Input Schema (JSON Schema)

{ "properties": { "emoji": { "description": "Emoji to send as reaction", "type": "string" }, "message_id": { "description": "Message ID to react to", "type": "number" } }, "required": [ "message_id", "emoji" ], "type": "object" }

Other Tools from Telegram MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobidk91-ops/telegram-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server