# `Jido.Chat.Discord.FetchOptions`
[🔗](https://github.com/agentjido/jido_chat_discord/blob/v1.0.0/lib/jido/chat/discord/fetch_options.ex#L1)

Typed options for Discord history fetch operations.

# `t`

```elixir
@type t() :: %Jido.Chat.Discord.FetchOptions{
  cursor: nil | nil | binary(),
  direction: :forward | :backward,
  limit: integer(),
  nostrum_channel_api: nil | nil | any(),
  transport: any()
}
```

# `new`

Builds typed fetch options from keyword, map, or struct input.

# `schema`

Returns the Zoi schema for fetch options.

# `transport_opts`

```elixir
@spec transport_opts(t()) :: keyword()
```

Builds transport-level options consumed by Discord transport clients.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
