Appearance
@line/bot-sdk / messagingApi / RichMenuBatchProgressResponse
Type Alias: RichMenuBatchProgressResponse
RichMenuBatchProgressResponse =
object
Defined in: lib/messaging-api/model/richMenuBatchProgressResponse.ts:18
See
https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status-response
Properties
acceptedTime
acceptedTime:
Date
Defined in: lib/messaging-api/model/richMenuBatchProgressResponse.ts:23
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
completedTime?
optionalcompletedTime?:Date
Defined in: lib/messaging-api/model/richMenuBatchProgressResponse.ts:27
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
phase
phase:
RichMenuBatchProgressPhase
Defined in: lib/messaging-api/model/richMenuBatchProgressResponse.ts:19