Telegram - Send message action

The Send message action sends a text message to a chat in Telegram.

Input

Input fieldDescription
Chat IDEnter the unique identifier for the target chat or the username of the target channel, for example @channelusername.
Message to sendEnter the text of the message. Maximum 4096 characters.
Parse modeOptional. Select the mode to format the message text with bold, italic, or other styling. Options are Markdown, MarkdownV2, or HTML. Leave blank for plain text.
Disable web page previewOptional. Select whether to disable link previews for links in this message.
Disable notificationOptional. Select whether to send the message silently.
Protect contentOptional. Select whether to protect the message content from forwarding and saving.
Allow sending without replyOptional. Select whether to send the message even if the message being replied to is deleted or doesn't exist.
Reply to message IDOptional. Enter the ID of the message this message is replying to.
Reply markupOptional. Enter a JSON-serialized inline keyboard, custom reply keyboard, or other reply markup object.

Output

This action returns the sent message. Refer to the Telegram Bot API Message documentation for more information on available output fields.

Output fieldDescription
Message IDThe message's unique identifier inside the chat.
FromThe bot that sent the message.
ChatThe chat the message was sent to.
DateThe Unix timestamp the message was sent.
TextThe text of the message that was sent.

Last updated: