Telegram MCP Server

send_message

Enable direct messaging on Telegram by sending text content to specific entities, optionally including markup or replying to existing messages for efficient communication.

Instructions

Send a message to an entity with optional markup and reply

Input Schema

NameRequiredDescriptionDefault
contentNo
entity_idYes
reply_to_message_idNo

Input Schema (JSON Schema)

{ "properties": { "content": { "default": "", "title": "Content", "type": "string" }, "entity_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Entity Id" }, "reply_to_message_id": { "default": null, "title": "Reply To Message Id", "type": "integer" } }, "required": [ "entity_id" ], "title": "send_messageArguments", "type": "object" }

You must be authenticated.

Other Tools from Telegram MCP Server

Related Tools

ID: 9oat3exviw