AuthenticationCodeInfo constructor
AuthenticationCodeInfo({
- String? extra,
- int? client_id,
- string? phone_number,
- AuthenticationCodeType? type,
- AuthenticationCodeType? next_type,
- int32? timeout,
Implementation
AuthenticationCodeInfo({
super.extra,
super.client_id,
this.phone_number,
this.type,
this.next_type,
this.timeout,
});