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.
| Name | Type | Description |
|---|---|---|
| allow_apple_id | bool | True, if authorization through Apple ID is allowed. |
| allow_google_id | bool | True, if authorization through Google ID is allowed. |
More details on telegram's documentation.