RequestQrCodeAuthentication constructor

RequestQrCodeAuthentication(
  1. {required List<int> other_user_ids,
  2. int? extra,
  3. int? clientId}
)

Requests QR code authentication by scanning a QR code on another logged in device. Works only when the current authorization state is authorizationStateWaitPhoneNumber,

Returns Ok

Implementation

RequestQrCodeAuthentication