Aliaksei Levin

Results 707 comments of Aliaksei Levin

See https://github.com/tdlib/telegram-bot-api/issues/26.

There is no difference. Files are saved locally and you can access them directly from the file system.

The files are available locally on the local file system. You don't need to download them again over HTTP. `getFile` method provides you full path to the file if the...

The Bot API server has no such option as `--dir-path-write`. You need to read `./telegram-bot-api --help` to see the list of available options. Files that were downloaded with `getFile` are...

@danila-mamontov If you need to run the bot on a different server, then it is unsecure to get files (as well as send regular requests to the server) over HTTP....

If you have a highloaded bot with millions chats and users, then it may require that amount of memory to handle the load.

You can ignore it. The warning is from the source code of the used library and this code is never used by the Bot API server.

No. All animations are intended to be played in MP4 format, which can provide the same or better quality with much smaller file size.

This is not related to upload by URL and is better to be requested at https://suggestions.telegram.org on per-client basis. All mobile apps convert uploaded GIF to MP4 even before it...

Binaries aren't portable between different OS versions. You may encounter a lot of issues, trying to use a binary, including static library, on a different OS.