Aliaksei Levin

Results 707 comments of Aliaksei Levin

You need to start with https://core.telegram.org/tdlib/getting-started and https://github.com/tdlib/td/tree/master/example#java.

You must wait for `updateMessageSendSucceeded`, `updateMessageSendFailed`, or `updateDeleteMessages` update about the message. Updates are received independently from request responses.

You can find all available examples in C# at https://github.com/tdlib/td/blob/master/example/README.md#csharp.

This should be fixed in Telegram iOS 9.0.

Yes, if you want to delete the chat completely, you need to call `DeleteChatHistory` after `LeaveChat` is finished. If it returns "Chat info not found", then chat history can't be...

In fact, `DeleteChatHistory` is needed only for basic groups.

@zevlg It is impossible to keep access to messages in left supergroups regardless of their type.

The messages usually means that the client is already logged out by the server with an "AUTH_KEY_DROP_*" service notification. This happens when you manually copy `td.binlog` and try to use...

You need to decompress TGS file before passing it to a lottie rendering library.