We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to have few examples how to create client, send, receive messages and destroy client through tdlib-json-cli?
Thank you for your support!
The text was updated successfully, but these errors were encountered:
It's on the plan, but no ETAs.
You can check https://core.telegram.org/tdlib/docs/td__json__client_8h.html at this time. These methods will help you:
setTdlibParameters checkDatabaseEncryptionKey getAuthorizationState setAuthenticationPhoneNumber checkAuthenticationCode checkAuthenticationPassword
Sorry, something went wrong.
As you may known, tdlib-json-cli is a wrapper of tdlib. So you can just find out how to use tdlib.
No branches or pull requests
Is it possible to have few examples how to create client, send, receive messages and destroy client through tdlib-json-cli?
Thank you for your support!
The text was updated successfully, but these errors were encountered: