Telegram Info English
21.2K subscribers
615 photos
78 videos
3 files
1.37K links
This is the English mirror of @tginfo.

Discussion chat: @tginfochaten
Beta channel: @betainfoen
TON: @infotonen
Other languages: @tginfoall
Feedback & Commecrial: @infowritebot
Download Telegram
Bot API has been updated to version 4.9

What's new:
— Added the new field via_bot to the Message object. You can now know which bot was used to send a message.
— Supported video thumbnails for inline GIF and MPEG4 animations.
— Supported the new basketball animation for the random dice. Choose between different animations (dice, darts, basketball) by specifying the emoji parameter in the method sendDice.

core.telegram.org/bots/api#june-4-2020

#update #BotAPI

Translated using Yandex.API
Run your own Bot API server

You can run Bot API locally and send the requests to your own server instead of api.telegram.org. If you switch to a local Bot API server, your bot will be able to:

- Download files without a size limit.
- Upload files up to 2000 MB.
- Upload files using their local path and the file URI scheme.
- Use an HTTP URL for the webhook.
- Use any local IP address for the webhook.
- Use any port for the webhook.
- Set max_webhook_connections up to 100000.
- Receive the absolute local path as a value of the file_path field without the need to download the file after a getFile request.

The source code of the Telegram Bot API server is licensed under the Boost Software License.

#BotAPI