Aliaksei Levin

Results 707 comments of Aliaksei Levin

There should be no significant difference in speed depending on the working directory.

None of these can cause significant difference in speed.

What for this information is useful for the bot?

Sticker set's name is used as its unique identifier, which isn't supposed to be changed.

Yes, Using https://core.telegram.org/bots/api#setstickersettitle.

Do you have a high-speed internet connection on the server where the Bot API server is hosted? You can enable logs by adding parameters -v4 -l log.txt to the Bot...

Why do use domain at all and don't host the Bot API server on the same server as the bot?

> Bot and BOT API both are hosted on same server, Then you should send request to http://127.0.0.1:. You should also consider to send local files using file:// URI scheme...

In the log upload speed is less than 1 megabit per second. The speed depends on your server and there is no way to upload files with a higher speed.

You must either use the server at api.telegram.org, or the local Bot API server. You must call `logOut` once on the other server and must not call any other method...