Interface StoryQuizParticipantsFeedResponseParticipant_info

interface StoryQuizParticipantsFeedResponseParticipant_info {
    max_id: null;
    more_available: boolean;
    participants: StoryQuizParticipantsFeedResponseParticipantsItem[];
    quiz_id: string;
}

Properties

max_id: null
more_available: boolean
quiz_id: string