IGPAPI
    Preparing search index...

    Interface IgtvBrowseFeedResponseUserDict

    interface IgtvBrowseFeedResponseUserDict {
        allowed_commenter_type: string;
        biography: string;
        biography_with_entities: IgtvBrowseFeedResponseBiographyWithEntities;
        can_boost_post: boolean;
        can_link_entities_in_bio: boolean;
        can_see_organic_insights: boolean;
        external_lynx_url: string;
        external_url: string;
        follower_count: number;
        following_count: number;
        following_tag_count: number;
        friendship_status: IgtvBrowseFeedResponseFriendshipStatus;
        full_name: string;
        has_anonymous_profile_picture: boolean;
        has_biography_translation: boolean;
        has_placed_orders: boolean;
        is_private: boolean;
        is_verified: boolean;
        media_count: number;
        pk: number;
        profile_pic_id: string;
        profile_pic_url: string;
        reel_auto_archive: string;
        show_insights_terms: boolean;
        total_igtv_videos: number;
        username: string;
    }
    Index

    Properties

    allowed_commenter_type: string
    biography: string

    can_boost_post

    can_boost_post: boolean
    can_link_entities_in_bio: boolean
    can_see_organic_insights: boolean
    external_lynx_url: string
    external_url: string
    follower_count: number
    following_count: number
    following_tag_count: number
    full_name: string
    has_anonymous_profile_picture: boolean
    has_biography_translation: boolean
    has_placed_orders: boolean
    is_private: boolean
    is_verified: boolean
    media_count: number
    pk: number
    profile_pic_id: string
    profile_pic_url: string
    reel_auto_archive: string
    show_insights_terms: boolean
    total_igtv_videos: number
    username: string