td icon indicating copy to clipboard operation
td copied to clipboard

Cross-platform library for building Telegram clients

Results 156 td issues
Sort by recently updated
recently updated
newest added

Hi, i had download many Files ,it will take up too much disk space ,it have dele Files Api method?(not dele sqlite )

I use tdjson in the MAUI Windows 10 project. All authorization requests before receiving "AuthorizationStateReady" work as they should. After receiving "AuthorizationStateReady", requests are executed for more than a minute....

This significantly speeds up build times for projects which just want to use tdlib as-is. On a single core this should cut about 5 minutes; on 4 cores it cuts...

Hello, I started getting error 429 when calling importContacts. Is my account likely to be restricted? I am not a spammer and would like to know how to use this...

code : client.send(new TdApi.GetSupergroupMembers(groupId, null, limit, 100), new Client.ResultHandler() { @Override public void onResult(TdApi.Object object) { TdApi.ChatMembers members = (TdApi.ChatMembers)object; if(members.members.length > 0){ for (int i = 0;i

Hi there, We need to determine if user's connection is live. For this is it correct to assume that once authorization step has finished the connection is live? and any...

Hello, my problem is that I need to get a list of reactions for statistics, but the json interface does not contain an updateMessageReactions object. How can i do this?

Hello to everyone. I'm trying to keep a persistent chat feed and stumbled across a unknown behavior. The goal is to retrieve chat content via `getChatHistory`, store its content in...