Interface StoryPollVotersFeedResponseVoter_info

interface StoryPollVotersFeedResponseVoter_info {
    latest_poll_vote_time: number;
    max_id: null;
    more_available: boolean;
    poll_id: string;
    voters: StoryPollVotersFeedResponseVotersItem[];
}

Properties

latest_poll_vote_time: number
max_id: null
more_available: boolean
poll_id: string