Interface TopicalExploreFeedResponseStoryQuestionsItem

interface TopicalExploreFeedResponseStoryQuestionsItem {
    height: string;
    is_fb_sticker: number;
    is_hidden: number;
    is_pinned: number;
    is_sticker: number;
    question_sticker: TopicalExploreFeedResponseQuestion_sticker;
    rotation: string;
    width: string;
    x: string;
    y: string;
    z: number;
}

Properties

height: string
is_fb_sticker: number
is_hidden: number
is_pinned: number
is_sticker: number
rotation: string
width: string
x: string
y: string
z: number