Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / RichMenuBatchProgressResponse

Type Alias: RichMenuBatchProgressResponse

RichMenuBatchProgressResponse: object

Type declaration

acceptedTime

acceptedTime: Date

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

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

See

phase Documentation

Defined in

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