-
I can't find auth.exportLoginToken implementation in TDLight docs. |
Beta Was this translation helpful? Give feedback.
Answered by
cavallium
Nov 27, 2023
Replies: 1 comment
-
these apis are not related to tdlib: https://core.telegram.org/method/auth.exportLoginToken |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cavallium
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
these apis are not related to tdlib: https://core.telegram.org/method/auth.exportLoginToken
They are related to the mtproto protocol.
If you want authenticate with qr code manually you should use this: https://tdlight-team.github.io/tdlight-docs/tdlight.api/it/tdlight/jni/TdApi.RequestQrCodeAuthentication.html
Otherwise, if you are using SimpleClient, you should use its qr code authentication mode