pl-api
    Preparing search index...

    Type Alias EmojiReaction

    EmojiReaction:
        | {
            account_ids: string[];
            accounts: Account[];
            count: number
            | null;
            me: boolean;
            name: string;
            static_url: undefined;
            url: undefined;
        }
        | {
            account_ids: string[];
            accounts: Account[];
            count: number
            | null;
            me: boolean;
            name: string;
            static_url: string;
            url: string;
        }