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.

NameTypeDescription
allow_apple_idboolTrue, if authorization through Apple ID is allowed.
allow_google_idboolTrue, if authorization through Google ID is allowed.
code_infoemailAddressAuthenticationCodeInfoInformation about the sent authentication code.
email_address_reset_stateEmailAddressResetStateReset state of the email address; may be null if the email address can't be reset.

More details on telegram's documentation.