# `Jido.Chat.Telegram.MetadataOptions`
[🔗](https://github.com/agentjido/jido_chat_telegram/blob/v1.0.0/lib/jido/chat/telegram/metadata_options.ex#L1)

Typed options for Telegram `fetch_metadata/2`.

# `t`

```elixir
@type t() :: %Jido.Chat.Telegram.MetadataOptions{
  check_params: nil | boolean(),
  debug: nil | boolean(),
  ex_gram_adapter: nil | any(),
  ex_gram_module: nil | any(),
  token: nil | binary(),
  transport: any()
}
```

# `new`

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

# `schema`

Returns the Zoi schema for metadata options.

# `transport_opts`

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

Builds transport-level options consumed by `ExGramClient`.

---

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