[Home](./index.md) > [calckey-js](./calckey-js.md) > [entities](./calckey-js.entities.md) > [CustomEmoji](./calckey-js.entities.customemoji.md) ## entities.CustomEmoji type **Signature:** ```typescript export declare type CustomEmoji = { id: string; name: string; url: string; category: string; aliases: string[]; }; ```