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

Copy Markdown

This event indicates that a user has subscribed (joined), unsubscribed (left), or renewed the bot's membership.

Summary

Types

t()

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

Functions

decode(value)