appmixer.telegram.core.SendPhoto
Send Photo
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. |
| Photo URL or File ID | text | A public HTTPS image URL, or a Telegram file ID of a photo already on Telegram's servers. Leave empty when uploading a stored file instead. |
| File | filepicker | Upload a stored file instead of referencing a URL. Takes precedence over Photo URL or File ID. |
| Caption | textarea | Text shown under the photo. Up to 1024 characters. |
| Parse Mode | select | How to interpret formatting in the text or caption. |
| 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 | - |
| Photo Sizes | array | - |
| Caption | string | - |
| Reply To Message | object | - |