Interface ClipsUserFeedResponseUser

interface ClipsUserFeedResponseUser {
    account_badges?: any[];
    fan_club_info?: ClipsUserFeedResponseFan_club_info;
    fbid_v2?: string;
    feed_post_reshare_disabled?: boolean;
    friendship_status: ClipsUserFeedResponseFriendship_status;
    full_name: string;
    has_anonymous_profile_picture?: boolean;
    id?: string;
    is_favorite?: boolean;
    is_private: boolean;
    is_unpublished?: boolean;
    is_verified: boolean;
    pk: number;
    pk_id: string;
    profile_pic_id: string;
    profile_pic_url: string;
    show_account_transparency_details?: boolean;
    text_post_app_joiner_number_label?: string;
    third_party_downloads_enabled?: number;
    transparency_product_enabled?: boolean;
    username: string;
}

Properties

account_badges?: any[]
fbid_v2?: string
feed_post_reshare_disabled?: boolean
full_name: string
has_anonymous_profile_picture?: boolean
id?: string
is_favorite?: boolean
is_private: boolean
is_unpublished?: boolean
is_verified: boolean
pk: number
pk_id: string
profile_pic_id: string
profile_pic_url: string
show_account_transparency_details?: boolean
text_post_app_joiner_number_label?: string
third_party_downloads_enabled?: number
transparency_product_enabled?: boolean
username: string