Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / RichMenuBatchProgressResponse

Type Alias: RichMenuBatchProgressResponse

RichMenuBatchProgressResponse = object

Defined in: lib/messaging-api/model/richMenuBatchProgressResponse.ts:15

Properties

acceptedTime

acceptedTime: Date

Defined in: lib/messaging-api/model/richMenuBatchProgressResponse.ts:26

The accepted time in milliseconds of the request of batch control the rich menu. Format: ISO 8601 (e.g. 2023-06-08T10:15:30.121Z) Timezone: UTC

See

acceptedTime Documentation


completedTime?

optional completedTime: Date

Defined in: lib/messaging-api/model/richMenuBatchProgressResponse.ts:32

The completed time in milliseconds of rich menu batch control. Returned when the phase property is succeeded or failed. Format: ISO 8601 (e.g. 2023-06-08T10:15:30.121Z) Timezone: UTC

See

completedTime Documentation


phase

phase: RichMenuBatchProgressPhase

Defined in: lib/messaging-api/model/richMenuBatchProgressResponse.ts:20

See

phase Documentation