Telegram
Options for posting via the API to Telegram
Telegram API Endpoints
Overview
Please see details on using the Telegram API:
Telegram LinkingJSON for a basic post with a link and image to Telegram:
Telegram will automatically preview the link in the channel or group unless there is an image or video included. In the above example the image will show. Removing the image will cause the link preview to show.
If your video doesn't end in a known video extension such as mp4, please use the isVideo
parameter. See the /post endpoint for details.
Animated GIFs
Only one URL is allowed with a Telegram animated GIF. If the media URL does not end in ".gif" or ".GIF", set the isVideo
field to true
.
Last updated