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

Copy Markdown View Source

The bot was suspended (e.g. a chat was handed to a human operator).

Summary

Types

t()

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