Skip to content

@line/bot-sdkDocs


@line/bot-sdk / VideoPlayCompleteEvent

Type Alias: VideoPlayCompleteEvent

VideoPlayCompleteEvent: object & ReplyableEvent

Event for when a user finishes viewing a video at least once with the specified trackingId sent by the LINE Official Account.

Type declaration

type

type: "videoPlayComplete"

videoPlayComplete

videoPlayComplete: object

ID used to identify a video. Returns the same value as the trackingId assigned to the video message. String

videoPlayComplete.trackingId

trackingId: string

Defined in

lib/types.ts:220