Interface ResendPhoneNumberCode

Resends the authentication code sent to a phone number. Works only if the previously received authenticationCodeInfo next_code_type was not null and the server-specified timeout has passed. Request type for Tdjson#resendPhoneNumberCode.

interface ResendPhoneNumberCode {
    @type: "resendPhoneNumberCode";
    reason: ResendCodeReason;
}

Properties

Properties

@type: "resendPhoneNumberCode"

Reason of code resending; pass null if unknown.