RequestQrCodeAuthentication constructor

RequestQrCodeAuthentication({
  1. String? extra,
  2. int? client_id,
  3. vector<int53>? other_user_ids,
})

Implementation

RequestQrCodeAuthentication({
  super.extra,
  super.client_id,
  this.other_user_ids,
});