teleproto - v1.229.0
    Preparing search index...

    Interface AuthResendCodeParams

    interface AuthResendCodeParams {
        phoneCodeHash: string;
        phoneNumber: string;
        reason?: string;
    }
    Index
    phoneCodeHash: string

    The phone code hash obtained from auth.sendCode

    phoneNumber: string

    The phone number

    reason?: string

    Official clients only, used if the device integrity verification failed, and no secret could be obtained to invoke auth.requestFirebaseSms : in this case, the device integrity verification failure reason must be passed here.