Interface ReelsMediaFeedResponseQuestionSticker

interface ReelsMediaFeedResponseQuestionSticker {
    background_color: string;
    media_id: number;
    profile_pic_url: string;
    question: string;
    question_id: number;
    question_type: string;
    text_color: string;
    viewer_can_interact: boolean;
}

Properties

background_color: string
media_id: number
profile_pic_url: string
question: string
question_id: number
question_type: string
text_color: string
viewer_can_interact: boolean