IGPAPI
    Preparing search index...

    Interface MediaUpdatedMediaPoll_sticker

    interface MediaUpdatedMediaPoll_sticker {
        finished: boolean;
        id: string;
        is_shared_result: boolean;
        poll_id: string;
        promotion_tallies: null;
        question: string;
        tallies: MediaUpdatedMediaTalliesItem[];
        viewer_can_vote: boolean;
        viewer_vote: number;
    }
    Index

    Properties

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