This action will send a photo to a Telegram chat.
- API endpoint slug
- telegram.send_photo
- Filter code method
- Telegram.sendPhoto.skip(string?: reason)
- Runtime method
- runAction("telegram.send_photo", {})
Action fields
- Label
- Target chat
- Helper text
- Use the @IFTTT bot on Telegram to connect new groups or channels.
- Slug
- chat_id
- Required
- true
- Can have default value
- false
- Label
- Photo URL
- Slug
- photo_url
- Required
- true
- Can have default value
- true
- Filter code method
- Telegram.sendPhoto.setPhotoUrl(string: photoUrl)
- Label
- Caption
- Helper text
- Optional, 200 characters max.
- Slug
- caption
- Required
- false
- Can have default value
- true
- Filter code method
- Telegram.sendPhoto.setCaption(string: caption)