Interface ReelsTrayFeedResponseUser

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

Properties

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