Skip to content

@line/bot-sdkDocs


@line/bot-sdk / DeviceUnlinkEvent

Type Alias: DeviceUnlinkEvent

DeviceUnlinkEvent: ReplyableEvent & object

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"

Defined in

lib/types.ts:292