View Source ExTDLib.Object.AuthorizationStateWaitEmailCode (ExTDLib v0.0.4)
TDLib needs the user's authentication code sent to an email address to authorize. Call checkAuthenticationEmailCode to provide the code.
| 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. |
| code_info | emailAddressAuthenticationCodeInfo | Information about the sent authentication code. |
| email_address_reset_state | EmailAddressResetState | Reset state of the email address; may be null if the email address can't be reset. |
More details on telegram's documentation.