> ## 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 Attachment • Rust AI Agent SDK

> BotAttachment: A bot attachment.

# BotAttachment

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

A bot attachment.

## Fields

| Name              | Type                   | Description     |
| ----------------- | ---------------------- | --------------- |
| `attachment_type` | `String`               | Attachment type |
| `url`             | `String`               | URL or data     |
| `title`           | `Option&lt;String&gt;` | Title           |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/protocols/mod.rs#L464">
  `praisonai/src/protocols/mod.rs` at line 464
</Card>

***

## 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>
