Basic Information

appmixer.telegram.core.SendMessage

Send Message

1.0.0

Public

Sends a text message to a Telegram chat, group or channel. Telegram caps a single message at 4096 characters; longer text is rejected with a 400.

Input Ports

in

FieldTypeDescription
Chat ID text Numeric chat ID (for example -1002345678901 for a group or channel) or a public @channelusername. The bot must be a member of the chat. Chat IDs are emitted by the New Message trigger.
Text textarea The message body. Up to 4096 characters.
Parse Mode select How to interpret formatting in the text or caption.
Disable Link Preview toggle Do not render a preview card for links contained in the text.
Disable Notification toggle Deliver the message silently - recipients get no sound notification.
Protect Content toggle Block forwarding and saving of the sent message.
Thread ID number Target a specific topic in a forum supergroup.
Reply To Message ID number Send this message as a reply to an existing message in the same chat.

Output Ports

out

FieldTypeDescription
Message ID integer -
Thread ID integer -
From object -
Chat object -
Date (Unix Time) integer -
Text string -
Reply To Message object -

Full Metadata