Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StickerEvent

guide

Check official reference.

Hierarchy

  • EventObject<"message", "sticker">
  • EventBase
  • Message
  • Repliable
  • Sticker
    • StickerEvent

Index

Properties

[toStringTag]: "LineEvent"
category: "message"
channel: LineChat
messageId: string

Message ID.

packageId: string
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.

stickerId: string
stickerResourceType: "STATIC" | "ANIMATION" | "SOUND" | "ANIMATION_SOUND" | "POPUP" | "POPUP_SOUND" | "NAME_TEXT" | "PER_STICKER_TEXT"
timestamp: number

Time of the event in milliseconds.

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

ID of the source user.

Generated using TypeDoc