Aliaksei Levin
Aliaksei Levin
If the binding was written correctly, it should work with any TDLib version. There are no much reasons to update them.
You pass a new object to an old TDLib version. Check `getOption("version")`.
The response if from a much older TDLib version.
The response "Parameters aren't specified" is from a very old TDLib version, which is definitely not TDLib 1.8.29. You can see the exact version in the log.
If your account was mistakenly banned, please try to log in from an official app and send a email to recover the account following instructions provided by the app. See...
Also, see https://core.telegram.org/api/terms.
The method `channels.deleteParticipantHistory` can't be allowed for bots, because they must receive response fast enough and the method may need to delete millions messages, which will take minutes to complete.
It is always built by default. You can find `tdjson_static` among the built libriraies.
Yes, you can link zlib and OpenSSL statically. Build dependencies configuration is done via CMake. It will choose the static libraries if dynamic libraries aren't present in the system, or...
If the error is exactly "Invalid token" then it isn't produced by the Bot API server. You can check raw sent HTTP requests to confirm that a wrong token is...