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;
}

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