View Source ExTDLib.Object.AuthorizationStateWaitEmailAddress (ExTDLib v0.0.4)

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.

NameTypeDescription
allow_apple_idboolTrue, if authorization through Apple ID is allowed.
allow_google_idboolTrue, if authorization through Google ID is allowed.

More details on telegram's documentation.