pl-api
    Preparing search index...

    Type Alias AdminCustomEmoji

    AdminCustomEmoji: {
        category: string | null;
        content_type: string | null;
        disabled: boolean;
        domain: string | null;
        id: string;
        shortcode: string;
        static_url: string;
        total_file_size: number | null;
        updated_at?: string;
        uri: string;
        url: string;
        visible_in_picker: boolean;
    }

    Type Declaration

    • category: string | null
    • content_type: string | null
    • disabled: boolean
    • domain: string | null
    • id: string
    • shortcode: string
    • static_url: string
    • total_file_size: number | null
    • Optionalupdated_at?: string
    • uri: string
    • url: string
    • visible_in_picker: boolean