Skip to main content
Glama

Telegram MCP Server

by bobidk91-ops

edit_message

Modify existing Telegram messages by updating text content with support for HTML or Markdown formatting, using the message ID for precise editing.

Instructions

Edit an existing message

Input Schema

NameRequiredDescriptionDefault
message_idYesMessage ID to edit
parse_modeNoParse mode for new text
textYesNew message text

Input Schema (JSON Schema)

{ "properties": { "message_id": { "description": "Message ID to edit", "type": "number" }, "parse_mode": { "description": "Parse mode for new text", "enum": [ "HTML", "Markdown", "MarkdownV2" ], "type": "string" }, "text": { "description": "New message text", "type": "string" } }, "required": [ "message_id", "text" ], "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