td
td copied to clipboard
Cross-platform library for building Telegram clients
How does tdlib handle files? I'm creating a chat system which utilizes tdlib, when I receive updateNewMessage, I also get which kind of message it is such as messageText or...
I have set up 2 different accounts using tdlight/td. They are running on two different servers and having the same issue when trying to download different files. ``` it.tdlight.client.TelegramError: 400:...
[https://firebase.google.com/docs/cloud-messaging/android/upstream](url) Firebase cloud messages tdlib implementation will not work anymore from July, will it be updated in time?
Is there a way to send function packget in telegram_api.tl directly?
**build command** git clone https://github.com/tdlib/td.git cd td mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ -DCMAKE_INSTALL_PREFIX:PATH=../example/cpp/td .. cmake --build . --target install cd ../example/cpp rm -rf build mkdir build cd build...
I store my user's session in a file whenever the java service needs restart. While service comes up, the session file is restored. At times, I get this issue due...
I have updated the TDLib to its latest version and I am trying to run the default java example for TDLib, but getting bellow message: ``` Receive an error: Error...
The td_json_cliend_destroy interface cannot be used
In tdlib docs https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1message.html: for message public fields: > int53 | id_ | Message identifier; unique for the chat to which the message belongs. However, tdlib json interface (for python)...
I made an AI userbot for all group and private chats, but I have tried a lot to keep the RAM to a minimum, but due to many requests, I...