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

Copy Markdown

This event indicates that the LINE Official Account has returned from the suspended state. Sent to the webhook URL server of the module channel.

Summary

Types

t()

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