Interface CheckAuthenticationCode

Checks the authentication code. Works only when the current authorization state is authorizationStateWaitCode. Request type for Tdjson#checkAuthenticationCode.

interface CheckAuthenticationCode {
    @type: "checkAuthenticationCode";
    code: string;
}

Properties

Properties

@type: "checkAuthenticationCode"
code: string

Authentication code to check.