AuthorizationStateWaitPhoneNumber constructor

const AuthorizationStateWaitPhoneNumber({
  1. dynamic extra,
  2. int? clientId,
})

TDLib needs the user's phone number to authorize. Call setAuthenticationPhoneNumber to provide the phone number, or use requestQrCodeAuthentication or checkAuthenticationBotToken for other authentication options

Implementation

const AuthorizationStateWaitPhoneNumber({
  this.extra,
  this.clientId,
});