telegram_send_message
Send messages to Telegram chats using chat IDs with Markdown or HTML formatting support. This tool enables automated message delivery through the Telegram Bot API.
Instructions
텔레그램 채팅에 메시지를 전송합니다.
Args: params (SendMessageInput): - chat_id (int): 대상 채팅 ID - text (str): 전송할 메시지 (Markdown 지원) - parse_mode (str): 'Markdown' 또는 'HTML' (기본값: Markdown)
Returns: str: 전송 성공 메시지 또는 에러
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |