AuthorizationStateWaitEmailAddress constructor

AuthorizationStateWaitEmailAddress(
  1. {required bool allow_apple_id,
  2. required bool allow_google_id,
  3. int? extra,
  4. int? clientId}
)

TDLib needs the user's email address to authorize. Call setAuthenticationEmailAddress to provide the email address, or directly call checkAuthenticationEmailCode with Apple ID/Google ID token if allowed

Implementation

AuthorizationStateWaitEmailAddress