Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextEvent

guide

Check official reference.

Hierarchy

  • EventObject<"message", "text">
  • EventBase
  • Message
  • Repliable
  • Text
    • TextEvent

Index

Properties

[toStringTag]: "LineEvent"
category: "message"
channel: LineChat
emojis: undefined | EmojiObject[]
messageId: string

Message ID.

payload: LineRawEvent
platform: "line"
replyToken: string

Token for replying to the event.

source: LineSource

Source user, group, or room object with information about the source of the event.

text: string

Message text. If text contains LINE emojis, the emojis property will contain an array of LINE emoji objects.

timestamp: number

Time of the event in milliseconds.

type: "text"
user: LineUser
userId: undefined | string

ID of the source user.

Generated using TypeDoc