LINE.Bot.Webhook.Model.ModuleEvent (line_bot_sdk v0.1.0)

Copy Markdown

This event indicates that the module channel has been attached to the LINE Official Account. Sent to the webhook URL server of the module channel.

Summary

Types

t()

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

Functions

decode(value)