AuthorizationStateWaitCode constructor

AuthorizationStateWaitCode(
  1. {required AuthenticationCodeInfo code_info,
  2. int? extra,
  3. int? clientId}
)

TDLib needs the user's authentication code to authorize. Call checkAuthenticationCode to check the code

Implementation

AuthorizationStateWaitCode