Interface TagsStoryResponsePollSticker

interface TagsStoryResponsePollSticker {
    finished: boolean;
    id: string;
    is_shared_result: boolean;
    poll_id: string;
    promotion_tallies: null;
    question: string;
    tallies: TagsStoryResponsePollStickerTally[];
    viewer_can_vote: boolean;
}

Properties

finished: boolean
id: string
is_shared_result: boolean
poll_id: string
promotion_tallies: null
question: string
viewer_can_vote: boolean