Interface BotName

This object represents the bot's name.

interface BotName {
    name: string;
}

Properties

Properties

name: string

The bot's name