tdlib-json-cli
tdlib-json-cli copied to clipboard
Usage examples needed
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!
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
As you may known, tdlib-json-cli is a wrapper of tdlib. So you can just find out how to use tdlib.