Skip to main content

BotConfig

Defined in the bots module.
Rust AI Agent SDK Configuration for a bot.

Fields

Methods

new

Create a new bot config. Parameters:

webhooks

Enable webhooks. Parameters:

polling_interval

Set polling interval. Parameters:

command_prefix

Set command prefix. Parameters:

extra

Add extra configuration. Parameters:

Source

View on GitHub

praisonai/src/bots/mod.rs at line 375

Rust Configuration

Rust Installation

Rust Bots

Rust AGUI