← Back to catalog
telegram.send_photo
mock data$0.001 / callSend Telegram Photo
⚡ ACTION: Send a photo to a Telegram chat with optional caption. Provide image URL — supports JPG, PNG, GIF up to 10MB (Telegram Bot API)
Input schema
photorequired
stringPhoto URL (https://...) or Telegram file_id from previous upload
caption
stringPhoto caption (max 1024 chars)
chat_idrequired
stringTarget chat ID or @channel_username
Call via REST
curl -X POST https://unifyapi.pro/api/call/telegram.send_photo \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"photo":"<photo>","caption":"<caption>","chat_id":"<chat_id>"}'