ExLine.Webhook.Event.Module (ExLine v0.1.0)

Copy Markdown View Source

A module channel event (attach/detach, etc.).

Summary

Types

t()

@type t() :: %ExLine.Webhook.Event.Module{
  delivery_context: term(),
  mode: term(),
  module: term(),
  raw: term(),
  source: term(),
  timestamp: term(),
  type: term(),
  webhook_event_id: term()
}