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

Copy Markdown

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

Summary

Types

t()

@type t() :: %LINE.Bot.Webhook.Model.ActivatedEvent{
  chatControl: LINE.Bot.Model.ChatControl.t(),
  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)