libtd-ktx / kotlinx.telegram.coroutines / requestQrCodeAuthentication
requestQrCodeAuthentication
suspend fun TelegramFlow.requestQrCodeAuthentication(otherUserIds: IntArray?): Unit
Suspend function, which requests QR code authentication by scanning a QR code on another logged in device. Works only when the current authorization state is authorizationStateWaitPhoneNumber.
Parameters
otherUserIds - List of user identifiers of other users currently using the client.