tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

How to set the time interval for returning the QR code link? #2390

Closed imlifeilong closed 1 year ago

imlifeilong commented 1 year ago

Hello, I want to log in with a QR code, but after requesting the requestQrCodeAuthentication interface, I receive QR code links very frequently. Can I set the time interval for receiving them to be longer?

levlam commented 1 year ago

No. The links are supposed to change every 30 seconds.

imlifeilong commented 1 year ago

OK, thanks