IGPAPI
    Preparing search index...

    Interface RecoveryLookupPhoneResponse

    interface RecoveryLookupPhoneResponse {
        body: string;
        can_recover_with_code: boolean;
        phone_number: string;
        phone_number_valid: boolean;
        should_enable_auto_conf_resend: boolean;
        status: string;
        title: string;
    }
    Index

    Properties

    body: string
    can_recover_with_code: boolean
    phone_number: string
    phone_number_valid: boolean
    should_enable_auto_conf_resend: boolean
    status: string
    title: string