Skip to content

@line/bot-sdk


@line/bot-sdk / webhook / JoinEvent

Type Alias: JoinEvent

JoinEvent = EventBase & object

Defined in: lib/webhook/model/joinEvent.ts:23

Event object for when your LINE Official Account joins a group chat or multi-person chat. You can reply to join events.

Type Declaration

replyToken

replyToken: string

Reply token used to send reply message to this event

type

type: "join"