Interface CheckAuthenticationEmailCode

Checks the authentication of an email address. Works only when the current authorization state is authorizationStateWaitEmailCode. Request type for Tdjson#checkAuthenticationEmailCode.

interface CheckAuthenticationEmailCode {
    @type: "checkAuthenticationEmailCode";
    code: EmailAddressAuthentication;
}

Properties

Properties

@type: "checkAuthenticationEmailCode"

Email address authentication to check.