IGPAPI
    Preparing search index...

    Interface ReelsTrayFeedResponseQuiz_sticker

    interface ReelsTrayFeedResponseQuiz_sticker {
        correct_answer: number;
        end_background_color: string;
        finished: boolean;
        id: string;
        question: string;
        quiz_id: string;
        start_background_color: string;
        tallies: ReelsTrayFeedResponseTalliesItem[];
        text_color: string;
        viewer_can_answer: boolean;
    }
    Index

    Properties

    correct_answer: number
    end_background_color: string
    finished: boolean
    id: string
    question: string
    quiz_id: string
    start_background_color: string
    text_color: string
    viewer_can_answer: boolean