Interface ReelsTrayFeedResponseBroadcast_owner

interface ReelsTrayFeedResponseBroadcast_owner {
    friendship_status: ReelsTrayFeedResponseFriendship_status;
    full_name: string;
    is_private: boolean;
    is_verified: boolean;
    live_subscription_status: string;
    pk: number;
    profile_pic_id: string;
    profile_pic_url: string;
    username: string;
}

Properties

full_name: string
is_private: boolean
is_verified: boolean
live_subscription_status: string
pk: number
profile_pic_id: string
profile_pic_url: string
username: string