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

Complete Bot and Userbot Telegram library based on TDLib

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

Hey there @cavallium, The offset is not doing anything for some reason. In an older version when I used a negative number it flipped the results order... and a positive...

pls help me, i maked my own telegram bot where u can login to your account, but i using TelegramClient, and i understand what i cant use it, i need...

Getme cannot be called after successful login ![image](https://github.com/user-attachments/assets/5a342988-7164-45a0-a77d-902dc1e9ea45) ![image](https://github.com/user-attachments/assets/1bda4e0d-3ad1-406a-a57e-8dea3eada931)

Hi, I'm writing Spring Boot server using tdlight. I want to implement the logic of simultaneous management of telegram clients. For example, a user logs into my app, then logs...

https://github.com/tdlight-team/tdlight-java/blob/4d77c73e95109e718a7deaa1975dce42ab3e9d58/tdlight-java/src/main/java/it/tdlight/InternalClient.java#L173-L178 As soon as the request is sent, the Login process is initialized, preventing using a proxy upfront.

Hello, I'm trying to configure the recommended TDLight options using send(SetOption). However, I encountered a few issues: - The option "ignore_sensitive_content_restrictions" doesn't seem to be changeable by the user. Option...

it seems can only fetch 1 history message anyway? using new GetChatHistory(chatId, 0, 0, 100, false)

How to realize the mutual conversion between the .session file of the python Telethon library and the TData file?