Interface FollowingFeedResponseUsersItem

interface FollowingFeedResponseUsersItem {
    account_badges: any[];
    full_name: string;
    has_anonymous_profile_picture: boolean;
    is_favorite: boolean;
    is_private: boolean;
    is_verified: boolean;
    latest_reel_media: number;
    pk: number;
    profile_pic_id?: string;
    profile_pic_url: string;
    story_reel_media_ids: any[];
    username: string;
}

Properties

account_badges: any[]
full_name: string
has_anonymous_profile_picture: boolean
is_favorite: boolean
is_private: boolean
is_verified: boolean
latest_reel_media: number
pk: number
profile_pic_id?: string
profile_pic_url: string
story_reel_media_ids: any[]
username: string