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

Discord `Jido.Chat.Adapter` implementation using Nostrum.

# `handle_gateway_event`

```elixir
@spec handle_gateway_event(
  Jido.Chat.t(),
  map() | {atom() | String.t(), map()},
  keyword()
) ::
  {:ok, Jido.Chat.t(), term()} | {:error, term()}
```

Gateway helper for non-webhook event families routed into `Jido.Chat.process_*`.

---

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