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

Copy Markdown

This event indicates that the LINE Official Account has been suspended (Suspend). Sent to the webhook URL server of the module channel.

Summary

Types

t()

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