Interface ListReelMediaViewerFeedResponseUser

interface ListReelMediaViewerFeedResponseUser {
    account_type?: number;
    address_street?: string;
    allowed_commenter_type?: string;
    biography?: string;
    biography_with_entities?: ListReelMediaViewerFeedResponseBiography_with_entities;
    business_contact_method?: string;
    can_boost_post?: boolean;
    can_hide_category?: boolean;
    can_hide_public_contacts?: boolean;
    can_see_organic_insights?: boolean;
    category?: string;
    city_id?: number;
    city_name?: string;
    contact_phone_number?: string;
    direct_messaging?: string;
    external_lynx_url?: string;
    external_url?: string;
    fb_page_call_to_action_id?: string;
    follower_count?: number;
    following_count?: number;
    following_tag_count?: number;
    full_name: string;
    has_anonymous_profile_picture?: boolean;
    has_biography_translation?: boolean;
    instagram_location_id?: string;
    is_business?: boolean;
    is_call_to_action_enabled?: boolean;
    is_private: boolean;
    is_unpublished?: boolean;
    is_verified: boolean;
    latitude?: number;
    longitude?: number;
    media_count?: number;
    mutual_followers_count?: number;
    pk: number;
    profile_pic_id: string;
    profile_pic_url: string;
    public_email?: string;
    public_phone_country_code?: string;
    public_phone_number?: string;
    reel_auto_archive?: string;
    should_show_category?: boolean;
    should_show_public_contacts?: boolean;
    should_show_tabbed_inbox?: boolean;
    show_insights_terms?: boolean;
    username: string;
    zip?: string;
}

Properties

account_type?: number
address_street?: string
allowed_commenter_type?: string
biography?: string
business_contact_method?: string
can_boost_post?: boolean
can_hide_category?: boolean
can_hide_public_contacts?: boolean
can_see_organic_insights?: boolean
category?: string
city_id?: number
city_name?: string
contact_phone_number?: string
direct_messaging?: string
external_lynx_url?: string
external_url?: string
fb_page_call_to_action_id?: string
follower_count?: number
following_count?: number
following_tag_count?: number
full_name: string
has_anonymous_profile_picture?: boolean
has_biography_translation?: boolean
instagram_location_id?: string
is_business?: boolean
is_call_to_action_enabled?: boolean
is_private: boolean
is_unpublished?: boolean
is_verified: boolean
latitude?: number
longitude?: number
media_count?: number
mutual_followers_count?: number
pk: number
profile_pic_id: string
profile_pic_url: string
public_email?: string
public_phone_country_code?: string
public_phone_number?: string
reel_auto_archive?: string
should_show_category?: boolean
should_show_public_contacts?: boolean
should_show_tabbed_inbox?: boolean
show_insights_terms?: boolean
username: string
zip?: string