tdlight-java icon indicating copy to clipboard operation
tdlight-java copied to clipboard

Complete Bot and Userbot Telegram library based on TDLib

Results 18 tdlight-java issues
Sort by recently updated
recently updated
newest added

Currently Apple has stopped supporting Intel processors in their hardware, so the only viable architecture in the future will be ARM-based M1s, I think it would be convenient to include...

enhancement

Hello, thank you for your fantastic work! I searched carefully for any information in your git repository, but did not find an answer to the question, can tdlight be used...

enhancement
help wanted

No longer in the list https://tdlight-team.github.io/tdlight-docs/tdlight.api/it/tdlight/jni/package-summary.html Can only be found by searching

bug
documentation
help wanted

I am trying to make tdlight work with graalvm narive image. In intelij everything works flawlessly, error occurs when I compile code to native image using graal. I am getting...

enhancement
help wanted

I want to develop a dedicated h5 version of the program based on telegram+vue.js. After browsing some information, I found that telegram provides api support for this. I encountered the...

Whenever I try to login, I am getting the following error: ```java Error { code = 429 message = "Too Many Requests: retry after 64262" } ``` I tried to...

I guess you have to update the tdlib version the newer version

`17:49:25.074 [TDLib thread] WARN it.tdlight.client.AuthorizationStateReadyLoadChats - Failed to execute TdApi.LoadChats()` If I ignore the warn message and send message ,chat not found ``` it.tdlight.client.TelegramError: 400: Chat not found at it.tdlight.client.SimpleTelegramClient.lambda$sendUnsafe$5(SimpleTelegramClient.java:377)...

`clientBuilder.addUpdateHandler(TdApi.UpdateMessageEdited.class, this::onUpdateMessageEdit); ` The callback of the user editing message can be accepted normally. But Cannot receive callback of robot editor message.

I encountered an exception when using the TdApi.JoinChatByInviteLink API to join a group, but it successfully joined the group in the Telegram app. Log: ``` 2023-12-13 02:31:44.890 ERROR 32928 ---...