UNPKG

1.1 kBTypeScriptView Raw
1/**
2 * LINE Messaging API
3 * This document describes LINE Messaging API.
4 *
5 * The version of the OpenAPI document: 0.0.1
6 *
7 *
8 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9 * https://openapi-generator.tech
10 * Do not edit the class manually.
11 */
12import { RichMenuBatchLinkOperation } from "./models.js";
13import { RichMenuBatchUnlinkOperation } from "./models.js";
14import { RichMenuBatchUnlinkAllOperation } from "./models.js";
15export type RichMenuBatchOperation = RichMenuBatchLinkOperation | RichMenuBatchUnlinkOperation | RichMenuBatchUnlinkAllOperation;
16/**
17 * Rich menu operation object represents the batch operation to the rich menu linked to the user.
18 */
19export type RichMenuBatchOperationBase = {
20 /**
21 * The type of operation to the rich menu linked to the user. One of link, unlink, or unlinkAll.
22 *
23 * @see <a href="https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users-operations">type Documentation</a>
24 */
25 type: string;
26};
27//# sourceMappingURL=richMenuBatchOperation.d.ts.map
\No newline at end of file