Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / GetMessageContentTranscodingResponse

Type Alias: GetMessageContentTranscodingResponse

GetMessageContentTranscodingResponse = object

Defined in: lib/messaging-api/model/getMessageContentTranscodingResponse.ts:16

Transcoding response

Properties

status

status: StatusEnum

Defined in: lib/messaging-api/model/getMessageContentTranscodingResponse.ts:22

The preparation status. One of: processing: Preparing to get content. succeeded: Ready to get the content. You can get the content sent by users. failed: Failed to prepare to get the content.

See

status Documentation