Interface CheckPhoneNumberCode

Check the authentication code and completes the request for which the code was sent if appropriate. Request type for Tdjson#checkPhoneNumberCode.

interface CheckPhoneNumberCode {
    @type: "checkPhoneNumberCode";
    code: string;
}

Properties

Properties

@type: "checkPhoneNumberCode"
code: string

Authentication code to check.