LINE.Bot.Webhook.Model.DeactivatedEvent (line_bot_sdk v0.2.0)

Copy Markdown

This event indicates that the module channel has been switched to Standby Channel by calling Acquire Control API or Release Control API. Sent to the webhook URL server of the module channel.

Summary

Types

t()

@type t() :: %LINE.Bot.Webhook.Model.DeactivatedEvent{
  deliveryContext: LINE.Bot.Model.DeliveryContext.t(),
  mode: LINE.Bot.Model.EventMode.t(),
  source: LINE.Bot.Model.Source.t() | nil,
  timestamp: integer(),
  type: String.t(),
  webhookEventId: String.t()
}

Functions

decode(value)