Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BeaconEvent

guide

Check official reference.

Hierarchy

  • EventObject<"beacon", "beacon">
  • EventBase
  • Repliable
  • Beacon
    • BeaconEvent

Index

Properties

[toStringTag]: "LineEvent"
actionType: string

Type of beacon event.

category: "beacon"
channel: LineChat
deviceMessage: string

Device message of beacon that was detected. This message consists of data generated by the beacon to send notifications to bot servers. Only included in webhook events from devices that support the "device message" property.

hwid: string

Hardware ID of the beacon that was detected

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.

timestamp: number

Time of the event in milliseconds.

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

ID of the source user.

Generated using TypeDoc