pl-api
    Preparing search index...

    Type Alias Poll

    Poll: {
        emojis: {
            category: string | null;
            shortcode: string;
            static_url: string;
            url: string;
            visible_in_picker: boolean;
        }[];
        expired: boolean;
        expires_at: string
        | null;
        id: string;
        multiple: boolean;
        non_anonymous: boolean;
        options: {
            title: string;
            title_map: { [key: string]: string } | null;
            votes_count: number;
        }[];
        own_votes: number[]
        | null;
        voted: boolean;
        voters_count: number;
        votes_count: number;
    }

    Type Declaration

    • emojis: {
          category: string | null;
          shortcode: string;
          static_url: string;
          url: string;
          visible_in_picker: boolean;
      }[]
    • expired: boolean
    • expires_at: string | null
    • id: string
    • multiple: boolean
    • non_anonymous: boolean
    • options: {
          title: string;
          title_map: { [key: string]: string } | null;
          votes_count: number;
      }[]
    • own_votes: number[] | null
    • voted: boolean
    • voters_count: number
    • votes_count: number