tdlight-java
tdlight-java copied to clipboard
Complete Bot and Userbot Telegram library based on TDLib
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  
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?