Aliaksei Levin

Results 707 comments of Aliaksei Levin

See https://core.telegram.org/tdlib/getting-started.

This is unlikely to be an issue with TDLib.

This is an issue with code.

You can't upload files while editing inline messages. See https://core.telegram.org/bots/api#editmessagemedia: > When an inline message is edited, a new file can't be uploaded; use a previously uploaded file via its...

The error should mean incorrect `zlib` usage, but zlib 1.2.11 is definitely supported and works. It can also happen in the case of heap corruption by other parts of the...

There were no changes in TDLib behavior. Files are never downloaded automatically by TDLib, they can only be downloaded by your app. Some photos can always have their smallest size,...

You use incompatilble libtdjni.so and Java wrapper classes. You must use Java classes and libtdjni.so from exactly the same TDLib version.

Did you build it as specified at https://tdlib.github.io/td/build.html?language=Java?

See https://github.com/tdlib/td/issues/2912#issuecomment-2156135946 and the answer above.

This is intended behavior. Server may not return the user if it isn't in your contact list.