rudeshark.net/packages/calckey-js/markdown/calckey-js.entities.customemoji.md
2023-06-23 21:13:03 -07:00

437 B

Home > calckey-js > entities > CustomEmoji

entities.CustomEmoji type

Signature:

export declare type CustomEmoji = {
	id: string;
	name: string;
	url: string;
	category: string;
	aliases: string[];
};