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

Copy Markdown

Event object for when a user joins a group chat or multi-person chat that the LINE Official Account is in.

Summary

Types

t()

@type t() :: %LINE.Bot.Webhook.Model.MemberJoinedEvent{
  deliveryContext: LINE.Bot.Model.DeliveryContext.t(),
  joined: LINE.Bot.Model.JoinedMembers.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)