BotOptions

Properties

NameTypeDescription
botClassBotThe class or constructor function used to instantiate a new bot. Should conform to the Bot interface.
botParams?Record<string, any>An object of parameters passed to the botClass constructor when creating a new bot instance. Useful for customizing and configuring individual bot behaviors.