Type alias ICustomEmoji

ICustomEmoji: {
    aliases: string[];
    category: string;
    host: string | null;
    id: string;
    license: string | null;
}

Type declaration

  • aliases: string[]
  • category: string
  • host: string | null
  • id: string
  • license: string | null

Generated using TypeDoc