Home Manual Reference Source Repository
import {JoinEvent} from '@3846masa/linebot/lib/LineEvents'
public class | source

JoinEvent

Extends:

LineEventReplyableEvent → JoinEvent

See:

Inherited Summary

From class LineEvent
public

Object which contains the source of the event

public

Time of the event in milliseconds

public

Identifier for the type of event

From class ReplyableEvent
public

Token for replying to this event

public

reply(msg: LineMessage[] | LineMessage | any): Promise<void, Error>

Respond to events from users, groups, and rooms.