Skip to content

@line/bot-sdk


@line/bot-sdk / DeviceUnlinkEvent

Type Alias: DeviceUnlinkEvent

DeviceUnlinkEvent: ReplyableEvent & object

Defined in: lib/types.ts:292

Indicates that a LINE Things-compatible device has been unlinked from LINE by a user operation. For more information, see Receiving device unlink events via webhook.

Type declaration

things

things: object

things.deviceId

deviceId: string

Device ID of the LINE Things-compatible device that was unlinked with LINE

things.type

type: "unlink"

type

type: "things"