telegram-send-message
Send a message to any Telegram chat by providing chat ID or username and message text. Supports formatting, replies, quotes, and effects.
Instructions
Send a message to a Telegram chat
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text | |
| chatId | Yes | Chat ID or username (e.g. @username or numeric ID) | |
| effect | No | Optional message effect ID (numeric string, up to 19 digits). Premium animated effect attached to the message. | |
| replyTo | No | Message ID to reply to | |
| topicId | No | Forum topic ID to send message into (for groups with Topics enabled) | |
| parseMode | No | Message format: md (Markdown) or html | |
| quoteText | No | Optional excerpt from the replied-to message to show as a quote above your reply. Requires `replyTo` to be set. Must be a verbatim substring of the original message text. |