> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Bot User • Rust AI Agent SDK

> bot_user: The bot's user information.

# bot\_user

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**BotProtocol**](../classes/BotProtocol) class in the [**bots**](../modules/bots) module.

The bot's user information.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def bot_user(&self) -> Option<&BotUser>
```

### Returns

<ResponseField name="Returns" type="Option<&BotUser>">
  The result of the operation.
</ResponseField>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Bots" icon="robot" href="/docs/rust/bots" />

  <Card title="Rust AGUI" icon="display" href="/docs/rust/agui" />
</CardGroup>
