Interface ListReelMediaViewerFeedResponseStoryChatRequestInfosItem

interface ListReelMediaViewerFeedResponseStoryChatRequestInfosItem {
    cursor: string;
    requester_usernames: ListReelMediaViewerFeedResponseRequester_usernames;
    total_participant_requests: number;
    total_thread_participants: number;
    users: ListReelMediaViewerFeedResponseUsersItem[];
}

Properties

cursor: string
total_participant_requests: number
total_thread_participants: number