@osynicite/osynic-osuapi
    Preparing search index...

    Interface Poll

    interface Poll {
        allow_vote_change: boolean;
        ended_at: string;
        hide_incomplete_results: boolean;
        last_vote_at: string;
        max_votes: number;
        options: PollOption[];
        started_at: string;
        title: BodyInForumTopic;
        total_vote_count: number;
    }
    Index

    Properties

    allow_vote_change: boolean
    ended_at: string
    hide_incomplete_results: boolean
    last_vote_at: string
    max_votes: number
    options: PollOption[]
    started_at: string
    total_vote_count: number