interface MediaUser {
    account_badges: any[];
    all_media_count: number;
    allowed_commenter_type: string;
    can_boost_post: boolean;
    can_see_organic_insights: boolean;
    fan_club_info: PostingLiveConfigureSuccessResponse.FanClubInfo;
    fbid_v2: number;
    full_name: string;
    has_anonymous_profile_picture: boolean;
    has_highlight_reels: boolean;
    interop_messaging_user_fbid: number;
    is_private: boolean;
    is_unpublished: boolean;
    liked_clips_count: number;
    pk: number;
    profile_pic_id: string;
    profile_pic_url: string;
    reel_auto_archive: string;
    show_insights_terms: boolean;
    transparency_product_enabled: boolean;
    username: string;
}

Properties

account_badges: any[]
all_media_count: number
allowed_commenter_type: string
can_boost_post: boolean
can_see_organic_insights: boolean
fbid_v2: number
full_name: string
has_anonymous_profile_picture: boolean
has_highlight_reels: boolean
interop_messaging_user_fbid: number
is_private: boolean
is_unpublished: boolean
liked_clips_count: number
pk: number
profile_pic_id: string
profile_pic_url: string
reel_auto_archive: string
show_insights_terms: boolean
transparency_product_enabled: boolean
username: string