Skip to content

@line/bot-sdkDocs


@line/bot-sdk / JoinEvent

Type Alias: JoinEvent

JoinEvent: object & ReplyableEvent

Event object for when your bot joins a group or room. You can reply to join events.

A join event is triggered at different times for groups and rooms.

  • For groups: A join event is sent when a user invites your bot.
  • For rooms: A join event is sent when the first event (for example when a user sends a message or is added to the room) occurs after your bot is added.

Type declaration

type

type: "join"

Defined in

lib/types.ts:175