Basic Information

appmixer.telegram.core.SendPhoto

Send Photo

1.0.0

Public

Sends a photo to a Telegram chat. Provide either a public image URL or a Telegram file ID, or pick a stored file to upload. Uploads are capped at 10 MB by Telegram; photos must be at most 10000 pixels in total width plus height.

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.
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.

Output Ports

out

FieldTypeDescription
Message ID integer -
Thread ID integer -
From object -
Chat object -
Date (Unix Time) integer -
Photo Sizes array -
Caption string -
Reply To Message object -

Full Metadata