Type Alias Brand

Brand: {
    color: number;
    logoUrl: string;
    name: string;
}

Brand information for the bot.

Type declaration

  • color: number
    • The bot's primary color, represented as a hexadecimal number.
  • logoUrl: string
    • The URL to the bot's logo.
  • name: string
    • The name of the bot.