Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

bot_user

Method
This is a method of the BotProtocol class in the bots module.
The bot’s user information.

Signature

def bot_user(&self) -> Option<&BotUser>

Returns

Returns
Option<&BotUser>
The result of the operation.

Rust Bots

Rust AGUI