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

Copy Markdown

Event object for when a user has linked their LINE account with a provider's service account. You can reply to account link events.

Summary

Types

t()

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

Functions

decode(value)