Interface AuthorizationStateWaitCode

TDLib needs the user's authentication code to authorize. Call checkAuthenticationCode to check the code. Subtype of AuthorizationState.

interface AuthorizationStateWaitCode {
    @type: "authorizationStateWaitCode";
    code_info: AuthenticationCodeInfo;
}

Properties

Properties

@type: "authorizationStateWaitCode"

Information about the authorization code that was sent.