Interface BotDescription

This object represents the bot's description.

interface BotDescription {
    description: string;
}

Properties

Properties

description: string

The bot's description