rudeshark.net/packages/firefish-js/markdown/firefish-js.entities.customemoji.md
ThatOneCalculator ff08ec77ee
we be renamin
2023-07-15 14:21:17 -07:00

441 B

Home > firefish-js > entities > CustomEmoji

entities.CustomEmoji type

Signature:

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