Interface UsersLookupPhoneResponse

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

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