AuthenticationCodeInfo constructor

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

Information about the authentication code that was sent

Implementation

AuthenticationCodeInfo