pl-api
    Preparing search index...

    Variable customEmojiSchemaConst

    customEmojiSchema: ObjectSchema<
        {
            category: SchemaWithFallback<
                NullableSchema<StringSchema<undefined>, undefined>,
                null,
            >;
            shortcode: StringSchema<undefined>;
            static_url: SchemaWithFallback<StringSchema<undefined>, "">;
            url: StringSchema<undefined>;
            visible_in_picker: SchemaWithFallback<BooleanSchema<undefined>, true>;
        },
        undefined,
    > = ...

    Represents a custom emoji.