UnifyAPI
← Back to catalog

telegram.send_photo

mock data$0.001 / call

Send 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)

Communicationprovider: Telegram#telegram#communication

Input schema

photorequired

Photo URL (https://...) or Telegram file_id from previous upload

string
caption

Photo caption (max 1024 chars)

string
chat_idrequired

Target chat ID or @channel_username

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.