Skip to content

@line/bot-sdk


@line/bot-sdk / AudioEventMessage

Type Alias: AudioEventMessage

AudioEventMessage: object & EventMessageBase

Defined in: lib/types.ts:530

Message object which contains the audio content sent from the source. The binary audio data can be retrieved using Client#getMessageContent.

Type declaration

contentProvider

contentProvider: ContentProvider<false>

duration

duration: number

type

type: "audio"