tdlib Questions
0
Does anyone know of a way to persist the user's session such as saving the session and loading it back into the app without the user needing to enter their phone number and go through the sign in p...
Smell asked 12/9, 2021 at 9:45
3
Solved
There is TDlib which allows to work with Telegram Client API.
Documentation says that it's possible to use it with almost any language.
I can't imagine myself how I can use it with Node.js
Could...
1
I am trying to delete telegram api_key & api_hash, or atleast reset api_hash.
But i can't find the option to do this in this page https://my.telegram.org/apps.
Does anyone know how to delete ...
1
Solved
Using the official TDLib C++ example, I'm trying to send a message with formatted markdown text.
Here's my code:
auto send_message = td_api::make_object<td_api::sendMessage>();
send_message...
0
I am using TDLib to implement my custom Telegram client in C#. When initializing the library, I have to set the folder for the telegram cache files and local databases. Whenever I download a photo ...
1
© 2022 - 2024 — McMap. All rights reserved.