AuthenticationCodeInfo constructor

AuthenticationCodeInfo({
  1. String? extra,
  2. int? client_id,
  3. string? phone_number,
  4. AuthenticationCodeType? type,
  5. AuthenticationCodeType? next_type,
  6. int32? timeout,
})

Implementation

AuthenticationCodeInfo({
  super.extra,
  super.client_id,
  this.phone_number,
  this.type,
  this.next_type,
  this.timeout,
});