Current section
Files
Jump to
Current section
Files
lib/ex_line/webhook/event/bot_suspended.ex
defmodule ExLine.Webhook.Event.BotSuspended do
@moduledoc "The bot was suspended (e.g. a chat was handed to a human operator)."
defstruct [:type, :mode, :timestamp, :source, :webhook_event_id, :delivery_context, :raw]
@type t :: %__MODULE__{}
end