Aliaksei Levin
Aliaksei Levin
> The requests are sending from bot server to api server! Do you send HTTP requests between different servers? This is already a very bad idea. You need an HTTPS-reverse...
Yes, it can work like this, but you need to set up the reverse proxy to serve paths starting with "/file" from local disk by taking the path to the...
The HTTPS server has to be run under user from the same group as the user that is used for the Bot API server to allow the HTTPS server read...
The link should contain the bot's token (or other secret), so noone except the bot knows the URL to access the files. At api.telegram.org exactly the same Bot API server...
@AH-dark No, it is not possible to change this.
You need to use CMake to correctly manage dependency of your project from `tdutils`.
You never need to use TlStorerToString for TDLib API classes. You can find all public methods in td/telegram/td_api.h and you can use td::td_api::to_string to print a TDLib API object.
Message history is always returned in reverse chronological order, but you can pass negative offset to get the messages newer than the message `from_message_id`.
You can't remove TDLib version from app version without editing source code of TDLib.
@phpcxy It is in td/telegram/Td.cpp.