Skip to content

@line/bot-sdk


@line/bot-sdk / webhook / MemberJoinedEvent

Type Alias: MemberJoinedEvent

MemberJoinedEvent = EventBase & object

Defined in: lib/webhook/model/memberJoinedEvent.ts:24

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

Type Declaration

joined

joined: JoinedMembers

replyToken

replyToken: string

Reply token used to send reply message to this event

type

type: "memberJoined"