IGPAPI
    Preparing search index...

    Interface StoryQuizParticipantsFeedResponseParticipant_info

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

    Properties

    max_id: null
    more_available: boolean
    quiz_id: string