Jido.Chat.Discord.Adapter (Jido Chat Discord v1.0.0)

Copy Markdown View Source

Discord Jido.Chat.Adapter implementation using Nostrum.

Summary

Functions

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

Functions

handle_gateway_event(chat, event, opts \\ [])

@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_*.