appmixer.telegram.core.SendMessage
Send Message
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| 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. |
| Field | Type | Description |
|---|---|---|
| Message ID | integer | - |
| Thread ID | integer | - |
| From | object | - |
| Chat | object | - |
| Date (Unix Time) | integer | - |
| Text | string | - |
| Reply To Message | object | - |