---
title: "Telegram Send Message"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/messaging/telegram/telegramsendmessage
markdown: https://docs.nodetool.ai/nodes/messaging/telegram/telegramsendmessage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/messaging/telegram/telegramsendmessage.md
---

# Telegram Send Message

**Type:** `messaging.telegram.TelegramSendMessage`

**Namespace:** `messaging.telegram`

## Description

Send a message to a Telegram chat using a bot token.
    telegram, send, message, bot, chat, notify

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| token | `str` | Telegram bot token | `` |
| chat_id | `int` | Target chat ID | `0` |
| text | `str` | Message text | `` |
| parse_mode | `str` | Optional parse mode (MarkdownV2 or HTML) | `` |
| disable_web_page_preview | `bool` | Disable link previews | `false` |
| disable_notification | `bool` | Send silently | `false` |
| reply_to_message_id | `int` | Reply to a specific message ID | null |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dict[str, any]` |  |

## Related Nodes

Browse other nodes in the [messaging.telegram](./) namespace.
