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

Copy Markdown View Source

A module channel was activated (gained chat control).

Summary

Types

t()

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