Interface QuestionStickerOptions

interface QuestionStickerOptions {
    background_color?: string;
    profile_pic_url?: string;
    question: string;
    question_type?: QuestionStickerType;
    text_color?: string;
    viewer_can_interact?: boolean;
}

Properties

background_color?: string
profile_pic_url?: string
question: string
question_type?: QuestionStickerType
text_color?: string
viewer_can_interact?: boolean