@openclaw/line 2026.7.1-beta.2 → 2026.7.1-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.js +1 -1
- package/dist/{card-command-DZVv78B6.js → card-command--jtkAqp8.js} +1 -1
- package/dist/{channel-DIpdZiwc.js → channel-C_8hLniz.js} +83 -37
- package/dist/channel-plugin-api.js +1 -1
- package/dist/channel.runtime-Bh_AQM0k.js +4 -0
- package/dist/{flex-templates-DPBtqQ8R.js → flex-templates-DEIXn69v.js} +6 -2
- package/dist/index.js +1 -1
- package/dist/{markdown-to-line-CFx7ME4o.js → markdown-to-line-DmpZY78n.js} +2 -2
- package/dist/{monitor-DzkYuWhv.js → monitor-0eXlx_Pe.js} +53 -14
- package/dist/monitor.runtime-BGIpxzfB.js +2 -0
- package/dist/{outbound.runtime-BPz8U_hw.js → outbound.runtime-BwC7Y2U9.js} +1 -1
- package/dist/{reply-payload-transform-BwF-zq0G.js → reply-payload-transform-C7r5npxP.js} +3 -2
- package/dist/runtime-api.js +4 -4
- package/node_modules/@line/bot-sdk/dist/channel-access-token/api/channelAccessTokenClient.d.ts +109 -60
- package/node_modules/@line/bot-sdk/dist/channel-access-token/api/channelAccessTokenClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/api/channelAccessTokenClient.js +116 -100
- package/node_modules/@line/bot-sdk/dist/channel-access-token/api/channelAccessTokenClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/errorResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/errorResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/issueChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/issueStatelessChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/verifyChannelAccessTokenResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/channel-access-token/model/verifyChannelAccessTokenResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/api/channelAccessTokenClient.d.ts +109 -60
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/api/channelAccessTokenClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/api/channelAccessTokenClient.js +150 -101
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/api/channelAccessTokenClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/errorResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/errorResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/issueChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/issueStatelessChannelAccessTokenResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/verifyChannelAccessTokenResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/channel-access-token/model/verifyChannelAccessTokenResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/exceptions.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/exceptions.js +4 -1
- package/node_modules/@line/bot-sdk/dist/cjs/exceptions.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/http-fetch.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/http-fetch.js +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/http-fetch.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/index.js +36 -11
- package/node_modules/@line/bot-sdk/dist/cjs/index.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/api/insightClient.d.ts +119 -30
- package/node_modules/@line/bot-sdk/dist/cjs/insight/api/insightClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/api/insightClient.js +172 -51
- package/node_modules/@line/bot-sdk/dist/cjs/insight/api/insightClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/ageTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/ageTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/appTypeTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/appTypeTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/areaTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/areaTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/errorDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/errorDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/genderTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/genderTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseClick.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseClick.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseMessage.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseMessage.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseOverview.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getMessageEventResponseOverview.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponse.d.ts +38 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponse.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponse.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponse.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseBounds.d.ts +33 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseBounds.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseBounds.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseBounds.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseClick.d.ts +24 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseClick.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseClick.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseClick.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseDailyMetrics.d.ts +30 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseDailyMetrics.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseDailyMetrics.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseDailyMetrics.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseImpression.d.ts +22 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseImpression.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseImpression.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightDailyResponseImpression.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponse.d.ts +38 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponse.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponse.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponse.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseBounds.d.ts +33 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseBounds.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseBounds.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseBounds.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseClick.d.ts +21 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseClick.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseClick.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseClick.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseImpression.d.ts +19 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseImpression.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseImpression.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseImpression.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseMetrics.d.ts +25 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseMetrics.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseMetrics.js +14 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/getRichMenuInsightSummaryResponseMetrics.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/models.d.ts +10 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/models.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/models.js +10 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/models.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/subscriptionPeriodTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/insight/model/subscriptionPeriodTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/api/liffClient.d.ts +60 -24
- package/node_modules/@line/bot-sdk/dist/cjs/liff/api/liffClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/api/liffClient.js +83 -25
- package/node_modules/@line/bot-sdk/dist/cjs/liff/api/liffClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/addLiffAppResponse.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/addLiffAppResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/getAllLiffAppsResponse.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/getAllLiffAppsResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/liffApp.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/liffApp.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/liffFeatures.d.ts +4 -1
- package/node_modules/@line/bot-sdk/dist/cjs/liff/model/liffFeatures.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.factory.generated.js +40 -7
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.factory.generated.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.generated.d.ts +948 -600
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.generated.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.generated.js +956 -600
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.generated.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/line-bot-client.js +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceBlobClient.d.ts +42 -12
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceBlobClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceBlobClient.js +65 -13
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceBlobClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceClient.d.ts +114 -60
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceClient.js +167 -71
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/api/manageAudienceClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/addAudienceToAudienceGroupRequest.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/createAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/createClickBasedAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/createClickBasedAudienceGroupResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/createImpBasedAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/getAudienceDataResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/getSharedAudienceDataResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/manage-audience/model/updateAudienceGroupDescriptionRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiBlobClient.d.ts +69 -30
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiBlobClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiBlobClient.js +92 -31
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiBlobClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiClient.d.ts +636 -408
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiClient.js +693 -475
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/api/messagingApiClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/altUri.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/broadcastRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/cashBackPercentagePriceInfoRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/clipboardAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/clipboardImagemapAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/couponCreateRequest.d.ts +7 -7
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/couponMessage.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/createRichMenuAliasRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/datetimePickerAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/discountPercentagePriceInfoRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/errorResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/flexImage.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/getFollowersResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/getJoinedMembershipUsersResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/getMembershipSubscriptionResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/limit.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/lotteryAcquisitionConditionRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/membersIdsResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/membership.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/membershipListResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/multicastRequest.d.ts +6 -6
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/narrowcastRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/pnpMessagesRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/postbackAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/pushMessageRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/pushMessageResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/quickReply.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/quickReplyItem.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/replyMessageRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/replyMessageResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuBatchRequest.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuBounds.d.ts +8 -8
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuBulkLinkRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuBulkUnlinkRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuResponse.d.ts +6 -3
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuSize.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/richMenuSwitchAction.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/sender.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/setWebhookEndpointRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/showLoadingAnimationRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/subscribedMembershipPlan.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/testWebhookEndpointRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/messaging-api/model/validateMessageRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/middleware.js +39 -3
- package/node_modules/@line/bot-sdk/dist/cjs/middleware.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module/api/lineModuleClient.d.ts +60 -24
- package/node_modules/@line/bot-sdk/dist/cjs/module/api/lineModuleClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module/api/lineModuleClient.js +89 -30
- package/node_modules/@line/bot-sdk/dist/cjs/module/api/lineModuleClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module/model/acquireChatControlRequest.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/api/lineModuleAttachClient.d.ts +33 -6
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/api/lineModuleAttachClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/api/lineModuleAttachClient.js +77 -12
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/api/lineModuleAttachClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/model/attachModuleResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/module-attach/model/attachModuleResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/shop/api/shopClient.d.ts +33 -6
- package/node_modules/@line/bot-sdk/dist/cjs/shop/api/shopClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/shop/api/shopClient.js +56 -7
- package/node_modules/@line/bot-sdk/dist/cjs/shop/api/shopClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/version.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/version.js +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/accountLinkEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/accountLinkEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/activatedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/activatedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/attachedModuleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/attachedModuleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/audioMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/audioMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/beaconContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/beaconContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/beaconEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/beaconEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/botResumedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/botResumedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/botSuspendedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/botSuspendedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/callbackRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/chatControl.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/chatControl.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/deactivatedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/deactivatedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/detachedModuleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/detachedModuleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/fileMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/fileMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/followDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/followDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/followEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/followEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/imageMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/imageMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/joinEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/joinEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/joinedMembers.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/joinedMembers.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/leaveEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/leaveEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/leftMembers.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/leftMembers.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/linkContent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/linkContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/locationMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/locationMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/memberJoinedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/memberJoinedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/memberLeftEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/memberLeftEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/membershipContent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/membershipContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/membershipEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/membershipEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/messageEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/messageEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/moduleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/moduleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/moduleEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/moduleEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/pnpDelivery.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/pnpDelivery.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/pnpDeliveryCompletionEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/pnpDeliveryCompletionEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/postbackContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/postbackContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/postbackEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/postbackEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/stickerMessageContent.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/textMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/textMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unfollowEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unfollowEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unsendDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unsendDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unsendEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/unsendEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoPlayComplete.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoPlayComplete.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoPlayCompleteEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/cjs/webhook/model/videoPlayCompleteEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/exceptions.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/exceptions.js +4 -1
- package/node_modules/@line/bot-sdk/dist/exceptions.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/http-fetch.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/http-fetch.js +3 -0
- package/node_modules/@line/bot-sdk/dist/http-fetch.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/api/insightClient.d.ts +119 -30
- package/node_modules/@line/bot-sdk/dist/insight/api/insightClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/api/insightClient.js +138 -50
- package/node_modules/@line/bot-sdk/dist/insight/api/insightClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/ageTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/ageTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/appTypeTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/appTypeTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/areaTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/areaTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/errorDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/errorDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/genderTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/genderTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseClick.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseClick.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseMessage.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseMessage.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseOverview.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getMessageEventResponseOverview.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponse.d.ts +38 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponse.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponse.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponse.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseBounds.d.ts +33 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseBounds.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseBounds.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseBounds.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseClick.d.ts +24 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseClick.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseClick.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseClick.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseDailyMetrics.d.ts +30 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseDailyMetrics.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseDailyMetrics.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseDailyMetrics.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseImpression.d.ts +22 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseImpression.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseImpression.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightDailyResponseImpression.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponse.d.ts +38 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponse.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponse.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponse.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseBounds.d.ts +33 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseBounds.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseBounds.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseBounds.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseClick.d.ts +21 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseClick.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseClick.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseClick.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseImpression.d.ts +19 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseImpression.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseImpression.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseImpression.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseMetrics.d.ts +25 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseMetrics.d.ts.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseMetrics.js +13 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/getRichMenuInsightSummaryResponseMetrics.js.map +1 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/models.d.ts +10 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/models.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/models.js +10 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/models.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/insight/model/subscriptionPeriodTile.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/insight/model/subscriptionPeriodTile.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/api/liffClient.d.ts +60 -24
- package/node_modules/@line/bot-sdk/dist/liff/api/liffClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/api/liffClient.js +49 -24
- package/node_modules/@line/bot-sdk/dist/liff/api/liffClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/model/addLiffAppResponse.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/liff/model/addLiffAppResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/model/getAllLiffAppsResponse.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/liff/model/getAllLiffAppsResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/model/liffApp.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/liff/model/liffApp.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/liff/model/liffFeatures.d.ts +4 -1
- package/node_modules/@line/bot-sdk/dist/liff/model/liffFeatures.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/line-bot-client.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/line-bot-client.generated.d.ts +948 -600
- package/node_modules/@line/bot-sdk/dist/line-bot-client.generated.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/line-bot-client.generated.js +956 -600
- package/node_modules/@line/bot-sdk/dist/line-bot-client.generated.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/line-bot-client.js +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceBlobClient.d.ts +42 -12
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceBlobClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceBlobClient.js +31 -12
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceBlobClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceClient.d.ts +114 -60
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceClient.js +133 -70
- package/node_modules/@line/bot-sdk/dist/manage-audience/api/manageAudienceClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/addAudienceToAudienceGroupRequest.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/createAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/createClickBasedAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/createClickBasedAudienceGroupResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/createImpBasedAudienceGroupRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/getAudienceDataResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/getSharedAudienceDataResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/manage-audience/model/updateAudienceGroupDescriptionRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiBlobClient.d.ts +69 -30
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiBlobClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiBlobClient.js +58 -30
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiBlobClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiClient.d.ts +636 -408
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiClient.js +659 -474
- package/node_modules/@line/bot-sdk/dist/messaging-api/api/messagingApiClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/altUri.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/broadcastRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/cashBackPercentagePriceInfoRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/clipboardAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/clipboardImagemapAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/couponCreateRequest.d.ts +7 -7
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/couponMessage.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/createRichMenuAliasRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/datetimePickerAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/discountPercentagePriceInfoRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/errorResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/flexImage.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/getFollowersResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/getJoinedMembershipUsersResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/getMembershipSubscriptionResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/limit.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/lotteryAcquisitionConditionRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/membersIdsResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/membership.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/membershipListResponse.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/multicastRequest.d.ts +6 -6
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/narrowcastRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/pnpMessagesRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/postbackAction.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/pushMessageRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/pushMessageResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/quickReply.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/quickReplyItem.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/replyMessageRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/replyMessageResponse.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuBatchRequest.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuBounds.d.ts +8 -8
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuBulkLinkRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuBulkUnlinkRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuResponse.d.ts +6 -3
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuSize.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/richMenuSwitchAction.d.ts +4 -4
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/sender.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/setWebhookEndpointRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/showLoadingAnimationRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/subscribedMembershipPlan.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/testWebhookEndpointRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/messaging-api/model/validateMessageRequest.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/middleware.js +1 -1
- package/node_modules/@line/bot-sdk/dist/middleware.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/module/api/lineModuleClient.d.ts +60 -24
- package/node_modules/@line/bot-sdk/dist/module/api/lineModuleClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/module/api/lineModuleClient.js +55 -29
- package/node_modules/@line/bot-sdk/dist/module/api/lineModuleClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/module/model/acquireChatControlRequest.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/module-attach/api/lineModuleAttachClient.d.ts +33 -6
- package/node_modules/@line/bot-sdk/dist/module-attach/api/lineModuleAttachClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/module-attach/api/lineModuleAttachClient.js +43 -11
- package/node_modules/@line/bot-sdk/dist/module-attach/api/lineModuleAttachClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/module-attach/model/attachModuleResponse.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/module-attach/model/attachModuleResponse.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/shop/api/shopClient.d.ts +33 -6
- package/node_modules/@line/bot-sdk/dist/shop/api/shopClient.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/shop/api/shopClient.js +22 -6
- package/node_modules/@line/bot-sdk/dist/shop/api/shopClient.js.map +1 -1
- package/node_modules/@line/bot-sdk/dist/version.d.ts +1 -1
- package/node_modules/@line/bot-sdk/dist/version.js +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/accountLinkEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/accountLinkEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/activatedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/activatedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/attachedModuleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/attachedModuleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/audioMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/audioMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/beaconContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/beaconContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/beaconEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/beaconEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/botResumedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/botResumedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/botSuspendedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/botSuspendedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/callbackRequest.d.ts +3 -3
- package/node_modules/@line/bot-sdk/dist/webhook/model/chatControl.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/chatControl.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/deactivatedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/deactivatedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/detachedModuleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/detachedModuleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/fileMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/fileMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/followDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/followDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/followEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/followEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/imageMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/imageMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/joinEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/joinEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/joinedMembers.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/joinedMembers.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/leaveEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/leaveEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/leftMembers.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/leftMembers.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/linkContent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/linkContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/locationMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/locationMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/memberJoinedEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/memberJoinedEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/memberLeftEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/memberLeftEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/membershipContent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/membershipContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/membershipEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/membershipEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/messageEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/messageEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/moduleContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/moduleContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/moduleEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/moduleEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/pnpDelivery.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/pnpDelivery.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/pnpDeliveryCompletionEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/pnpDeliveryCompletionEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/postbackContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/postbackContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/postbackEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/postbackEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/stickerMessageContent.d.ts +2 -2
- package/node_modules/@line/bot-sdk/dist/webhook/model/textMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/textMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/unfollowEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/unfollowEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/unsendDetail.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/unsendDetail.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/unsendEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/unsendEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoMessageContent.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoMessageContent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoPlayComplete.d.ts +3 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoPlayComplete.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoPlayCompleteEvent.d.ts +1 -0
- package/node_modules/@line/bot-sdk/dist/webhook/model/videoPlayCompleteEvent.d.ts.map +1 -1
- package/node_modules/@line/bot-sdk/lib/channel-access-token/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/channel-access-token/api/channelAccessTokenClient.ts +129 -100
- package/node_modules/@line/bot-sdk/lib/channel-access-token/model/errorResponse.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/channel-access-token/model/issueChannelAccessTokenResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/channel-access-token/model/issueShortLivedChannelAccessTokenResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/channel-access-token/model/issueStatelessChannelAccessTokenResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/channel-access-token/model/verifyChannelAccessTokenResponse.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/exceptions.ts +4 -1
- package/node_modules/@line/bot-sdk/lib/http-fetch.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/.openapi-generator/FILES +10 -1
- package/node_modules/@line/bot-sdk/lib/insight/api/insightClient.ts +184 -50
- package/node_modules/@line/bot-sdk/lib/insight/model/ageTile.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/appTypeTile.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/areaTile.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/errorDetail.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/genderTile.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getMessageEventResponseClick.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getMessageEventResponseMessage.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getMessageEventResponseOverview.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightDailyResponse.ts +39 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightDailyResponseBounds.ts +33 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightDailyResponseClick.ts +25 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightDailyResponseDailyMetrics.ts +30 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightDailyResponseImpression.ts +23 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightSummaryResponse.ts +39 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightSummaryResponseBounds.ts +33 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightSummaryResponseClick.ts +22 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightSummaryResponseImpression.ts +20 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/getRichMenuInsightSummaryResponseMetrics.ts +25 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/models.ts +10 -0
- package/node_modules/@line/bot-sdk/lib/insight/model/subscriptionPeriodTile.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/liff/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/liff/api/liffClient.ts +60 -24
- package/node_modules/@line/bot-sdk/lib/liff/model/addLiffAppResponse.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/liff/model/getAllLiffAppsResponse.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/liff/model/liffApp.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/liff/model/liffFeatures.ts +4 -1
- package/node_modules/@line/bot-sdk/lib/line-bot-client.generated.ts +984 -600
- package/node_modules/@line/bot-sdk/lib/line-bot-client.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/manage-audience/.openapi-generator/FILES +0 -2
- package/node_modules/@line/bot-sdk/lib/manage-audience/api/manageAudienceBlobClient.ts +42 -12
- package/node_modules/@line/bot-sdk/lib/manage-audience/api/manageAudienceClient.ts +154 -70
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/addAudienceToAudienceGroupRequest.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/createAudienceGroupRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/createClickBasedAudienceGroupRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/createClickBasedAudienceGroupResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/createImpBasedAudienceGroupRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/getAudienceDataResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/getSharedAudienceDataResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/manage-audience/model/updateAudienceGroupDescriptionRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/.openapi-generator/FILES +0 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/api/messagingApiBlobClient.ts +69 -30
- package/node_modules/@line/bot-sdk/lib/messaging-api/api/messagingApiClient.ts +681 -474
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/altUri.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/broadcastRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/cashBackPercentagePriceInfoRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/clipboardAction.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/clipboardImagemapAction.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/couponCreateRequest.ts +7 -7
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/couponMessage.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/createRichMenuAliasRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/datetimePickerAction.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/discountPercentagePriceInfoRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/errorResponse.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/flexImage.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/getFollowersResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/getJoinedMembershipUsersResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/getMembershipSubscriptionResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/limit.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/lotteryAcquisitionConditionRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/membersIdsResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/membership.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/membershipListResponse.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/multicastRequest.ts +6 -6
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/narrowcastRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/pnpMessagesRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/postbackAction.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/pushMessageRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/pushMessageResponse.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/quickReply.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/quickReplyItem.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/replyMessageRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/replyMessageResponse.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuBatchRequest.ts +4 -4
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuBounds.ts +8 -8
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuBulkLinkRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuBulkUnlinkRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuResponse.ts +6 -3
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuSize.ts +4 -4
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/richMenuSwitchAction.ts +4 -4
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/sender.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/setWebhookEndpointRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/showLoadingAnimationRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/subscribedMembershipPlan.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/testWebhookEndpointRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/messaging-api/model/validateMessageRequest.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/middleware.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/module/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/module/api/lineModuleClient.ts +68 -29
- package/node_modules/@line/bot-sdk/lib/module/model/acquireChatControlRequest.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/module-attach/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/module-attach/api/lineModuleAttachClient.ts +61 -11
- package/node_modules/@line/bot-sdk/lib/module-attach/model/attachModuleResponse.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/shop/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/shop/api/shopClient.ts +33 -6
- package/node_modules/@line/bot-sdk/lib/version.ts +1 -1
- package/node_modules/@line/bot-sdk/lib/webhook/.openapi-generator/FILES +0 -1
- package/node_modules/@line/bot-sdk/lib/webhook/model/accountLinkEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/activatedEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/attachedModuleContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/audioMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/beaconContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/beaconEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/botResumedEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/botSuspendedEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/callbackRequest.ts +3 -3
- package/node_modules/@line/bot-sdk/lib/webhook/model/chatControl.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/deactivatedEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/detachedModuleContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/fileMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/followDetail.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/followEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/imageMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/joinEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/joinedMembers.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/leaveEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/leftMembers.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/linkContent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/locationMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/memberJoinedEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/memberLeftEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/membershipContent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/membershipEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/messageEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/moduleContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/moduleEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/pnpDelivery.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/pnpDeliveryCompletionEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/postbackContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/postbackEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/stickerMessageContent.ts +2 -2
- package/node_modules/@line/bot-sdk/lib/webhook/model/textMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/unfollowEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/unsendDetail.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/unsendEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/videoMessageContent.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/videoPlayComplete.ts +3 -0
- package/node_modules/@line/bot-sdk/lib/webhook/model/videoPlayCompleteEvent.ts +1 -0
- package/node_modules/@line/bot-sdk/package.json +8 -9
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http2.d.ts +1 -0
- package/node_modules/@types/node/package.json +2 -2
- package/npm-shrinkwrap.json +10 -10
- package/package.json +5 -5
- package/dist/channel.runtime-KvcDpasA.js +0 -4
- package/dist/monitor.runtime-njiPADBe.js +0 -2
|
@@ -28,1544 +28,1888 @@ export declare abstract class LineBotClientBase {
|
|
|
28
28
|
protected abstract readonly clients: LineBotClientDelegates;
|
|
29
29
|
/**
|
|
30
30
|
* Retrieves the demographic attributes for a LINE Official Account's friends.You can only retrieve information about friends for LINE Official Accounts created by users in Japan (JP), Thailand (TH), Taiwan (TW) and Indonesia (ID).
|
|
31
|
-
*
|
|
32
|
-
* @
|
|
31
|
+
* Calls `GET https://api.line.me/v2/bot/insight/demographic`.
|
|
32
|
+
* To inspect the HTTP status code or response headers, use {@link getFriendsDemographicsWithHttpInfo}.
|
|
33
|
+
* @returns A promise resolving to the response body.
|
|
34
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-demographic">LINE Developers documentation</a>
|
|
33
35
|
*/
|
|
34
36
|
getFriendsDemographics(): Promise<insight.GetFriendsDemographicsResponse>;
|
|
35
37
|
/**
|
|
36
|
-
* Retrieves the demographic attributes for a LINE Official Account's friends.You can only retrieve information about friends for LINE Official Accounts created by users in Japan (JP), Thailand (TH), Taiwan (TW) and Indonesia (ID).
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
* @
|
|
38
|
+
* Retrieves the demographic attributes for a LINE Official Account's friends.You can only retrieve information about friends for LINE Official Accounts created by users in Japan (JP), Thailand (TH), Taiwan (TW) and Indonesia (ID).
|
|
39
|
+
* Calls `GET https://api.line.me/v2/bot/insight/demographic`.
|
|
40
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
41
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
42
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-demographic">LINE Developers documentation</a>
|
|
40
43
|
*/
|
|
41
44
|
getFriendsDemographicsWithHttpInfo(): Promise<Types.ApiResponseType<insight.GetFriendsDemographicsResponse>>;
|
|
42
45
|
/**
|
|
43
46
|
* Returns statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account.
|
|
47
|
+
* Calls `GET https://api.line.me/v2/bot/insight/message/event`.
|
|
48
|
+
* To inspect the HTTP status code or response headers, use {@link getMessageEventWithHttpInfo}.
|
|
44
49
|
* @summary Get user interaction statistics
|
|
45
50
|
* @param requestId Request ID of a narrowcast message or broadcast message. Each Messaging API request has a request ID.
|
|
46
|
-
*
|
|
47
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-message-event">
|
|
51
|
+
* @returns A promise resolving to the response body.
|
|
52
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-message-event">LINE Developers documentation</a>
|
|
48
53
|
*/
|
|
49
54
|
getMessageEvent(requestId: string): Promise<insight.GetMessageEventResponse>;
|
|
50
55
|
/**
|
|
51
|
-
* Returns statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account.
|
|
52
|
-
*
|
|
56
|
+
* Returns statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account.
|
|
57
|
+
* Calls `GET https://api.line.me/v2/bot/insight/message/event`.
|
|
58
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
53
59
|
* @summary Get user interaction statistics
|
|
54
60
|
* @param requestId Request ID of a narrowcast message or broadcast message. Each Messaging API request has a request ID.
|
|
55
|
-
*
|
|
56
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-message-event">
|
|
61
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
62
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-message-event">LINE Developers documentation</a>
|
|
57
63
|
*/
|
|
58
64
|
getMessageEventWithHttpInfo(requestId: string): Promise<Types.ApiResponseType<insight.GetMessageEventResponse>>;
|
|
59
65
|
/**
|
|
60
66
|
* Returns the number of users who have added the LINE Official Account on or before a specified date.
|
|
67
|
+
* Calls `GET https://api.line.me/v2/bot/insight/followers`.
|
|
68
|
+
* To inspect the HTTP status code or response headers, use {@link getNumberOfFollowersWithHttpInfo}.
|
|
61
69
|
* @summary Get number of followers
|
|
62
70
|
* @param date Date for which to retrieve the number of followers. Format: yyyyMMdd (e.g. 20191231) Timezone: UTC+9
|
|
63
|
-
*
|
|
64
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-followers">
|
|
71
|
+
* @returns A promise resolving to the response body.
|
|
72
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-followers">LINE Developers documentation</a>
|
|
65
73
|
*/
|
|
66
74
|
getNumberOfFollowers(date?: string): Promise<insight.GetNumberOfFollowersResponse>;
|
|
67
75
|
/**
|
|
68
|
-
* Returns the number of users who have added the LINE Official Account on or before a specified date.
|
|
69
|
-
*
|
|
76
|
+
* Returns the number of users who have added the LINE Official Account on or before a specified date.
|
|
77
|
+
* Calls `GET https://api.line.me/v2/bot/insight/followers`.
|
|
78
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
70
79
|
* @summary Get number of followers
|
|
71
80
|
* @param date Date for which to retrieve the number of followers. Format: yyyyMMdd (e.g. 20191231) Timezone: UTC+9
|
|
72
|
-
*
|
|
73
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-followers">
|
|
81
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
82
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-followers">LINE Developers documentation</a>
|
|
74
83
|
*/
|
|
75
84
|
getNumberOfFollowersWithHttpInfo(date?: string): Promise<Types.ApiResponseType<insight.GetNumberOfFollowersResponse>>;
|
|
76
85
|
/**
|
|
77
86
|
* Returns the number of messages sent from LINE Official Account on a specified day.
|
|
87
|
+
* Calls `GET https://api.line.me/v2/bot/insight/message/delivery`.
|
|
88
|
+
* To inspect the HTTP status code or response headers, use {@link getNumberOfMessageDeliveriesWithHttpInfo}.
|
|
78
89
|
* @summary Get number of message deliveries
|
|
79
90
|
* @param date Date for which to retrieve number of sent messages. - Format: yyyyMMdd (e.g. 20191231) - Timezone: UTC+9
|
|
80
|
-
*
|
|
81
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-delivery-messages">
|
|
91
|
+
* @returns A promise resolving to the response body.
|
|
92
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-delivery-messages">LINE Developers documentation</a>
|
|
82
93
|
*/
|
|
83
94
|
getNumberOfMessageDeliveries(date: string): Promise<insight.GetNumberOfMessageDeliveriesResponse>;
|
|
84
95
|
/**
|
|
85
|
-
* Returns the number of messages sent from LINE Official Account on a specified day.
|
|
86
|
-
*
|
|
96
|
+
* Returns the number of messages sent from LINE Official Account on a specified day.
|
|
97
|
+
* Calls `GET https://api.line.me/v2/bot/insight/message/delivery`.
|
|
98
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
87
99
|
* @summary Get number of message deliveries
|
|
88
100
|
* @param date Date for which to retrieve number of sent messages. - Format: yyyyMMdd (e.g. 20191231) - Timezone: UTC+9
|
|
89
|
-
*
|
|
90
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-delivery-messages">
|
|
101
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
102
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-delivery-messages">LINE Developers documentation</a>
|
|
91
103
|
*/
|
|
92
104
|
getNumberOfMessageDeliveriesWithHttpInfo(date: string): Promise<Types.ApiResponseType<insight.GetNumberOfMessageDeliveriesResponse>>;
|
|
105
|
+
/**
|
|
106
|
+
* Gets rich menu statistics broken down by day for the specified period, for a rich menu created via the Messaging API. Returns the daily impression count for the whole rich menu and the daily click count for each tappable area. When the total number of unique clicks during the period is below the privacy threshold, only `richMenuId` is returned and the other fields are omitted.
|
|
107
|
+
* Calls `GET https://api.line.me/v2/bot/insight/richmenu/{richMenuId}/daily`.
|
|
108
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuInsightDailyWithHttpInfo}.
|
|
109
|
+
* @summary Get rich menu insight daily
|
|
110
|
+
* @param richMenuId ID of the rich menu created via the Messaging API.
|
|
111
|
+
* @param from Start date of the aggregation period (inclusive). Must be within the most recent 3 years. Format: yyyyMMdd (e.g. 20260213) Time zone: UTC+9
|
|
112
|
+
* @param to End date of the aggregation period (inclusive). The end date can be specified for up to 99 days after the start date. Format: yyyyMMdd (e.g. 20260215) Time zone: UTC+9
|
|
113
|
+
* @returns A promise resolving to the response body.
|
|
114
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-insight-daily">LINE Developers documentation</a>
|
|
115
|
+
*/
|
|
116
|
+
getRichMenuInsightDaily(richMenuId: string, from: string, to: string): Promise<insight.GetRichMenuInsightDailyResponse>;
|
|
117
|
+
/**
|
|
118
|
+
* Gets rich menu statistics broken down by day for the specified period, for a rich menu created via the Messaging API. Returns the daily impression count for the whole rich menu and the daily click count for each tappable area. When the total number of unique clicks during the period is below the privacy threshold, only `richMenuId` is returned and the other fields are omitted.
|
|
119
|
+
* Calls `GET https://api.line.me/v2/bot/insight/richmenu/{richMenuId}/daily`.
|
|
120
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
121
|
+
* @summary Get rich menu insight daily
|
|
122
|
+
* @param richMenuId ID of the rich menu created via the Messaging API.
|
|
123
|
+
* @param from Start date of the aggregation period (inclusive). Must be within the most recent 3 years. Format: yyyyMMdd (e.g. 20260213) Time zone: UTC+9
|
|
124
|
+
* @param to End date of the aggregation period (inclusive). The end date can be specified for up to 99 days after the start date. Format: yyyyMMdd (e.g. 20260215) Time zone: UTC+9
|
|
125
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
126
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-insight-daily">LINE Developers documentation</a>
|
|
127
|
+
*/
|
|
128
|
+
getRichMenuInsightDailyWithHttpInfo(richMenuId: string, from: string, to: string): Promise<Types.ApiResponseType<insight.GetRichMenuInsightDailyResponse>>;
|
|
129
|
+
/**
|
|
130
|
+
* Gets a summary of rich menu statistics for the specified period, for a rich menu created via the Messaging API. Returns the total impression count for the whole rich menu and the click count for each tappable area, aggregated over the entire period as a single result. When the total number of unique clicks during the period is below the privacy threshold, only `richMenuId` is returned and the other fields are omitted.
|
|
131
|
+
* Calls `GET https://api.line.me/v2/bot/insight/richmenu/{richMenuId}/summary`.
|
|
132
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuInsightSummaryWithHttpInfo}.
|
|
133
|
+
* @summary Get rich menu insight summary
|
|
134
|
+
* @param richMenuId ID of the rich menu created via the Messaging API.
|
|
135
|
+
* @param from Start date of the aggregation period (inclusive). Must be within the most recent 3 years. Format: yyyyMMdd (e.g. 20260213) Time zone: UTC+9
|
|
136
|
+
* @param to End date of the aggregation period (inclusive). The end date can be specified for up to 396 days after the start date. Format: yyyyMMdd (e.g. 20260215) Time zone: UTC+9
|
|
137
|
+
* @returns A promise resolving to the response body.
|
|
138
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-insight-summary">LINE Developers documentation</a>
|
|
139
|
+
*/
|
|
140
|
+
getRichMenuInsightSummary(richMenuId: string, from: string, to: string): Promise<insight.GetRichMenuInsightSummaryResponse>;
|
|
141
|
+
/**
|
|
142
|
+
* Gets a summary of rich menu statistics for the specified period, for a rich menu created via the Messaging API. Returns the total impression count for the whole rich menu and the click count for each tappable area, aggregated over the entire period as a single result. When the total number of unique clicks during the period is below the privacy threshold, only `richMenuId` is returned and the other fields are omitted.
|
|
143
|
+
* Calls `GET https://api.line.me/v2/bot/insight/richmenu/{richMenuId}/summary`.
|
|
144
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
145
|
+
* @summary Get rich menu insight summary
|
|
146
|
+
* @param richMenuId ID of the rich menu created via the Messaging API.
|
|
147
|
+
* @param from Start date of the aggregation period (inclusive). Must be within the most recent 3 years. Format: yyyyMMdd (e.g. 20260213) Time zone: UTC+9
|
|
148
|
+
* @param to End date of the aggregation period (inclusive). The end date can be specified for up to 396 days after the start date. Format: yyyyMMdd (e.g. 20260215) Time zone: UTC+9
|
|
149
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
150
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-insight-summary">LINE Developers documentation</a>
|
|
151
|
+
*/
|
|
152
|
+
getRichMenuInsightSummaryWithHttpInfo(richMenuId: string, from: string, to: string): Promise<Types.ApiResponseType<insight.GetRichMenuInsightSummaryResponse>>;
|
|
93
153
|
/**
|
|
94
154
|
* You can check the per-unit statistics of how users interact with push messages and multicast messages sent from your LINE Official Account.
|
|
155
|
+
* Calls `GET https://api.line.me/v2/bot/insight/message/event/aggregation`.
|
|
156
|
+
* To inspect the HTTP status code or response headers, use {@link getStatisticsPerUnitWithHttpInfo}.
|
|
95
157
|
* @param customAggregationUnit Name of aggregation unit specified when sending the message. Case-sensitive. For example, `Promotion_a` and `Promotion_A` are regarded as different unit names.
|
|
96
158
|
* @param from Start date of aggregation period. Format: yyyyMMdd (e.g. 20210301) Time zone: UTC+9
|
|
97
159
|
* @param to End date of aggregation period. The end date can be specified for up to 30 days later. For example, if the start date is 20210301, the latest end date is 20210331. Format: yyyyMMdd (e.g. 20210301) Time zone: UTC+9
|
|
98
|
-
*
|
|
99
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit">
|
|
160
|
+
* @returns A promise resolving to the response body.
|
|
161
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit">LINE Developers documentation</a>
|
|
100
162
|
*/
|
|
101
163
|
getStatisticsPerUnit(customAggregationUnit: string, from: string, to: string): Promise<insight.GetStatisticsPerUnitResponse>;
|
|
102
164
|
/**
|
|
103
|
-
* You can check the per-unit statistics of how users interact with push messages and multicast messages sent from your LINE Official Account.
|
|
104
|
-
*
|
|
165
|
+
* You can check the per-unit statistics of how users interact with push messages and multicast messages sent from your LINE Official Account.
|
|
166
|
+
* Calls `GET https://api.line.me/v2/bot/insight/message/event/aggregation`.
|
|
167
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
105
168
|
* @param customAggregationUnit Name of aggregation unit specified when sending the message. Case-sensitive. For example, `Promotion_a` and `Promotion_A` are regarded as different unit names.
|
|
106
169
|
* @param from Start date of aggregation period. Format: yyyyMMdd (e.g. 20210301) Time zone: UTC+9
|
|
107
170
|
* @param to End date of aggregation period. The end date can be specified for up to 30 days later. For example, if the start date is 20210301, the latest end date is 20210331. Format: yyyyMMdd (e.g. 20210301) Time zone: UTC+9
|
|
108
|
-
*
|
|
109
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit">
|
|
171
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
172
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit">LINE Developers documentation</a>
|
|
110
173
|
*/
|
|
111
174
|
getStatisticsPerUnitWithHttpInfo(customAggregationUnit: string, from: string, to: string): Promise<Types.ApiResponseType<insight.GetStatisticsPerUnitResponse>>;
|
|
112
175
|
/**
|
|
113
176
|
* Adding the LIFF app to a channel
|
|
177
|
+
* Calls `POST https://api.line.me/liff/v1/apps`.
|
|
178
|
+
* To inspect the HTTP status code or response headers, use {@link addLIFFAppWithHttpInfo}.
|
|
114
179
|
* @summary Create LIFF app
|
|
115
180
|
* @param addLiffAppRequest
|
|
116
|
-
*
|
|
117
|
-
* @see <a href="https://developers.line.biz/en/reference/liff-server/#add-liff-app">
|
|
181
|
+
* @returns A promise resolving to the response body.
|
|
182
|
+
* @see <a href="https://developers.line.biz/en/reference/liff-server/#add-liff-app">LINE Developers documentation</a>
|
|
118
183
|
*/
|
|
119
184
|
addLIFFApp(addLiffAppRequest: liff.AddLiffAppRequest): Promise<liff.AddLiffAppResponse>;
|
|
120
185
|
/**
|
|
121
|
-
* Adding the LIFF app to a channel
|
|
122
|
-
*
|
|
186
|
+
* Adding the LIFF app to a channel
|
|
187
|
+
* Calls `POST https://api.line.me/liff/v1/apps`.
|
|
188
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
123
189
|
* @summary Create LIFF app
|
|
124
190
|
* @param addLiffAppRequest
|
|
125
|
-
*
|
|
126
|
-
* @see <a href="https://developers.line.biz/en/reference/liff-server/#add-liff-app">
|
|
191
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
192
|
+
* @see <a href="https://developers.line.biz/en/reference/liff-server/#add-liff-app">LINE Developers documentation</a>
|
|
127
193
|
*/
|
|
128
194
|
addLIFFAppWithHttpInfo(addLiffAppRequest: liff.AddLiffAppRequest): Promise<Types.ApiResponseType<liff.AddLiffAppResponse>>;
|
|
129
195
|
/**
|
|
130
196
|
* Deletes a LIFF app from a channel.
|
|
197
|
+
* Calls `DELETE https://api.line.me/liff/v1/apps/{liffId}`.
|
|
198
|
+
* To inspect the HTTP status code or response headers, use {@link deleteLIFFAppWithHttpInfo}.
|
|
131
199
|
* @summary Delete LIFF app from a channel
|
|
132
200
|
* @param liffId ID of the LIFF app to be updated
|
|
133
|
-
*
|
|
134
|
-
* @see <a href="https://developers.line.biz/en/reference/liff-server/#delete-liff-app">
|
|
201
|
+
* @returns A promise resolving to the response body.
|
|
202
|
+
* @see <a href="https://developers.line.biz/en/reference/liff-server/#delete-liff-app">LINE Developers documentation</a>
|
|
135
203
|
*/
|
|
136
204
|
deleteLIFFApp(liffId: string): Promise<Types.MessageAPIResponseBase>;
|
|
137
205
|
/**
|
|
138
|
-
* Deletes a LIFF app from a channel.
|
|
139
|
-
*
|
|
206
|
+
* Deletes a LIFF app from a channel.
|
|
207
|
+
* Calls `DELETE https://api.line.me/liff/v1/apps/{liffId}`.
|
|
208
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
140
209
|
* @summary Delete LIFF app from a channel
|
|
141
210
|
* @param liffId ID of the LIFF app to be updated
|
|
142
|
-
*
|
|
143
|
-
* @see <a href="https://developers.line.biz/en/reference/liff-server/#delete-liff-app">
|
|
211
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
212
|
+
* @see <a href="https://developers.line.biz/en/reference/liff-server/#delete-liff-app">LINE Developers documentation</a>
|
|
144
213
|
*/
|
|
145
214
|
deleteLIFFAppWithHttpInfo(liffId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
146
215
|
/**
|
|
147
216
|
* Gets information on all the LIFF apps added to the channel.
|
|
217
|
+
* Calls `GET https://api.line.me/liff/v1/apps`.
|
|
218
|
+
* To inspect the HTTP status code or response headers, use {@link getAllLIFFAppsWithHttpInfo}.
|
|
148
219
|
* @summary Get all LIFF apps
|
|
149
|
-
*
|
|
150
|
-
* @see <a href="https://developers.line.biz/en/reference/liff-server/#get-all-liff-apps">
|
|
220
|
+
* @returns A promise resolving to the response body.
|
|
221
|
+
* @see <a href="https://developers.line.biz/en/reference/liff-server/#get-all-liff-apps">LINE Developers documentation</a>
|
|
151
222
|
*/
|
|
152
223
|
getAllLIFFApps(): Promise<liff.GetAllLiffAppsResponse>;
|
|
153
224
|
/**
|
|
154
|
-
* Gets information on all the LIFF apps added to the channel
|
|
155
|
-
*
|
|
225
|
+
* Gets information on all the LIFF apps added to the channel.
|
|
226
|
+
* Calls `GET https://api.line.me/liff/v1/apps`.
|
|
227
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
156
228
|
* @summary Get all LIFF apps
|
|
157
|
-
*
|
|
158
|
-
* @see <a href="https://developers.line.biz/en/reference/liff-server/#get-all-liff-apps">
|
|
229
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
230
|
+
* @see <a href="https://developers.line.biz/en/reference/liff-server/#get-all-liff-apps">LINE Developers documentation</a>
|
|
159
231
|
*/
|
|
160
232
|
getAllLIFFAppsWithHttpInfo(): Promise<Types.ApiResponseType<liff.GetAllLiffAppsResponse>>;
|
|
161
233
|
/**
|
|
162
234
|
* Update LIFF app settings
|
|
235
|
+
* Calls `PUT https://api.line.me/liff/v1/apps/{liffId}`.
|
|
236
|
+
* To inspect the HTTP status code or response headers, use {@link updateLIFFAppWithHttpInfo}.
|
|
163
237
|
* @summary Update LIFF app from a channel
|
|
164
238
|
* @param liffId ID of the LIFF app to be updated
|
|
165
239
|
* @param updateLiffAppRequest
|
|
166
|
-
*
|
|
167
|
-
* @see <a href="https://developers.line.biz/en/reference/liff-server/#update-liff-app">
|
|
240
|
+
* @returns A promise resolving to the response body.
|
|
241
|
+
* @see <a href="https://developers.line.biz/en/reference/liff-server/#update-liff-app">LINE Developers documentation</a>
|
|
168
242
|
*/
|
|
169
243
|
updateLIFFApp(liffId: string, updateLiffAppRequest: liff.UpdateLiffAppRequest): Promise<Types.MessageAPIResponseBase>;
|
|
170
244
|
/**
|
|
171
|
-
* Update LIFF app settings
|
|
172
|
-
*
|
|
245
|
+
* Update LIFF app settings
|
|
246
|
+
* Calls `PUT https://api.line.me/liff/v1/apps/{liffId}`.
|
|
247
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
173
248
|
* @summary Update LIFF app from a channel
|
|
174
249
|
* @param liffId ID of the LIFF app to be updated
|
|
175
250
|
* @param updateLiffAppRequest
|
|
176
|
-
*
|
|
177
|
-
* @see <a href="https://developers.line.biz/en/reference/liff-server/#update-liff-app">
|
|
251
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
252
|
+
* @see <a href="https://developers.line.biz/en/reference/liff-server/#update-liff-app">LINE Developers documentation</a>
|
|
178
253
|
*/
|
|
179
254
|
updateLIFFAppWithHttpInfo(liffId: string, updateLiffAppRequest: liff.UpdateLiffAppRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
180
255
|
/**
|
|
181
256
|
* Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by JSON)
|
|
257
|
+
* Calls `PUT https://api.line.me/v2/bot/audienceGroup/upload`.
|
|
258
|
+
* To inspect the HTTP status code or response headers, use {@link addAudienceToAudienceGroupWithHttpInfo}.
|
|
182
259
|
* @param addAudienceToAudienceGroupRequest
|
|
183
|
-
*
|
|
184
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group">
|
|
260
|
+
* @returns A promise resolving to the response body.
|
|
261
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group">LINE Developers documentation</a>
|
|
185
262
|
*/
|
|
186
263
|
addAudienceToAudienceGroup(addAudienceToAudienceGroupRequest: manageAudience.AddAudienceToAudienceGroupRequest): Promise<Types.MessageAPIResponseBase>;
|
|
187
264
|
/**
|
|
188
|
-
* Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by JSON)
|
|
189
|
-
*
|
|
265
|
+
* Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by JSON)
|
|
266
|
+
* Calls `PUT https://api.line.me/v2/bot/audienceGroup/upload`.
|
|
267
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
190
268
|
* @param addAudienceToAudienceGroupRequest
|
|
191
|
-
*
|
|
192
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group">
|
|
269
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
270
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group">LINE Developers documentation</a>
|
|
193
271
|
*/
|
|
194
272
|
addAudienceToAudienceGroupWithHttpInfo(addAudienceToAudienceGroupRequest: manageAudience.AddAudienceToAudienceGroupRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
195
273
|
/**
|
|
196
274
|
* Create audience for uploading user IDs (by JSON)
|
|
275
|
+
* Calls `POST https://api.line.me/v2/bot/audienceGroup/upload`.
|
|
276
|
+
* To inspect the HTTP status code or response headers, use {@link createAudienceGroupWithHttpInfo}.
|
|
197
277
|
* @param createAudienceGroupRequest
|
|
198
|
-
*
|
|
199
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group">
|
|
278
|
+
* @returns A promise resolving to the response body.
|
|
279
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group">LINE Developers documentation</a>
|
|
200
280
|
*/
|
|
201
281
|
createAudienceGroup(createAudienceGroupRequest: manageAudience.CreateAudienceGroupRequest): Promise<manageAudience.CreateAudienceGroupResponse>;
|
|
202
282
|
/**
|
|
203
|
-
* Create audience for uploading user IDs (by JSON)
|
|
204
|
-
*
|
|
283
|
+
* Create audience for uploading user IDs (by JSON)
|
|
284
|
+
* Calls `POST https://api.line.me/v2/bot/audienceGroup/upload`.
|
|
285
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
205
286
|
* @param createAudienceGroupRequest
|
|
206
|
-
*
|
|
207
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group">
|
|
287
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
288
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group">LINE Developers documentation</a>
|
|
208
289
|
*/
|
|
209
290
|
createAudienceGroupWithHttpInfo(createAudienceGroupRequest: manageAudience.CreateAudienceGroupRequest): Promise<Types.ApiResponseType<manageAudience.CreateAudienceGroupResponse>>;
|
|
210
291
|
/**
|
|
211
292
|
* Create audience for click-based retargeting
|
|
293
|
+
* Calls `POST https://api.line.me/v2/bot/audienceGroup/click`.
|
|
294
|
+
* To inspect the HTTP status code or response headers, use {@link createClickBasedAudienceGroupWithHttpInfo}.
|
|
212
295
|
* @param createClickBasedAudienceGroupRequest
|
|
213
|
-
*
|
|
214
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group">
|
|
296
|
+
* @returns A promise resolving to the response body.
|
|
297
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group">LINE Developers documentation</a>
|
|
215
298
|
*/
|
|
216
299
|
createClickBasedAudienceGroup(createClickBasedAudienceGroupRequest: manageAudience.CreateClickBasedAudienceGroupRequest): Promise<manageAudience.CreateClickBasedAudienceGroupResponse>;
|
|
217
300
|
/**
|
|
218
|
-
* Create audience for click-based retargeting
|
|
219
|
-
*
|
|
301
|
+
* Create audience for click-based retargeting
|
|
302
|
+
* Calls `POST https://api.line.me/v2/bot/audienceGroup/click`.
|
|
303
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
220
304
|
* @param createClickBasedAudienceGroupRequest
|
|
221
|
-
*
|
|
222
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group">
|
|
305
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
306
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-click-audience-group">LINE Developers documentation</a>
|
|
223
307
|
*/
|
|
224
308
|
createClickBasedAudienceGroupWithHttpInfo(createClickBasedAudienceGroupRequest: manageAudience.CreateClickBasedAudienceGroupRequest): Promise<Types.ApiResponseType<manageAudience.CreateClickBasedAudienceGroupResponse>>;
|
|
225
309
|
/**
|
|
226
310
|
* Create audience for impression-based retargeting
|
|
311
|
+
* Calls `POST https://api.line.me/v2/bot/audienceGroup/imp`.
|
|
312
|
+
* To inspect the HTTP status code or response headers, use {@link createImpBasedAudienceGroupWithHttpInfo}.
|
|
227
313
|
* @param createImpBasedAudienceGroupRequest
|
|
228
|
-
*
|
|
229
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group">
|
|
314
|
+
* @returns A promise resolving to the response body.
|
|
315
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group">LINE Developers documentation</a>
|
|
230
316
|
*/
|
|
231
317
|
createImpBasedAudienceGroup(createImpBasedAudienceGroupRequest: manageAudience.CreateImpBasedAudienceGroupRequest): Promise<manageAudience.CreateImpBasedAudienceGroupResponse>;
|
|
232
318
|
/**
|
|
233
|
-
* Create audience for impression-based retargeting
|
|
234
|
-
*
|
|
319
|
+
* Create audience for impression-based retargeting
|
|
320
|
+
* Calls `POST https://api.line.me/v2/bot/audienceGroup/imp`.
|
|
321
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
235
322
|
* @param createImpBasedAudienceGroupRequest
|
|
236
|
-
*
|
|
237
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group">
|
|
323
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
324
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-imp-audience-group">LINE Developers documentation</a>
|
|
238
325
|
*/
|
|
239
326
|
createImpBasedAudienceGroupWithHttpInfo(createImpBasedAudienceGroupRequest: manageAudience.CreateImpBasedAudienceGroupRequest): Promise<Types.ApiResponseType<manageAudience.CreateImpBasedAudienceGroupResponse>>;
|
|
240
327
|
/**
|
|
241
328
|
* Delete audience
|
|
329
|
+
* Calls `DELETE https://api.line.me/v2/bot/audienceGroup/{audienceGroupId}`.
|
|
330
|
+
* To inspect the HTTP status code or response headers, use {@link deleteAudienceGroupWithHttpInfo}.
|
|
242
331
|
* @param audienceGroupId The audience ID.
|
|
243
|
-
*
|
|
244
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-audience-group">
|
|
332
|
+
* @returns A promise resolving to the response body.
|
|
333
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-audience-group">LINE Developers documentation</a>
|
|
245
334
|
*/
|
|
246
335
|
deleteAudienceGroup(audienceGroupId: number): Promise<Types.MessageAPIResponseBase>;
|
|
247
336
|
/**
|
|
248
|
-
* Delete audience
|
|
249
|
-
*
|
|
337
|
+
* Delete audience
|
|
338
|
+
* Calls `DELETE https://api.line.me/v2/bot/audienceGroup/{audienceGroupId}`.
|
|
339
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
250
340
|
* @param audienceGroupId The audience ID.
|
|
251
|
-
*
|
|
252
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-audience-group">
|
|
341
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
342
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-audience-group">LINE Developers documentation</a>
|
|
253
343
|
*/
|
|
254
344
|
deleteAudienceGroupWithHttpInfo(audienceGroupId: number): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
255
345
|
/**
|
|
256
346
|
* Gets audience data.
|
|
347
|
+
* Calls `GET https://api.line.me/v2/bot/audienceGroup/{audienceGroupId}`.
|
|
348
|
+
* To inspect the HTTP status code or response headers, use {@link getAudienceDataWithHttpInfo}.
|
|
257
349
|
* @param audienceGroupId The audience ID.
|
|
258
|
-
*
|
|
259
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">
|
|
350
|
+
* @returns A promise resolving to the response body.
|
|
351
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">LINE Developers documentation</a>
|
|
260
352
|
*/
|
|
261
353
|
getAudienceData(audienceGroupId: number): Promise<manageAudience.GetAudienceDataResponse>;
|
|
262
354
|
/**
|
|
263
|
-
* Gets audience data
|
|
264
|
-
*
|
|
355
|
+
* Gets audience data.
|
|
356
|
+
* Calls `GET https://api.line.me/v2/bot/audienceGroup/{audienceGroupId}`.
|
|
357
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
265
358
|
* @param audienceGroupId The audience ID.
|
|
266
|
-
*
|
|
267
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">
|
|
359
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
360
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">LINE Developers documentation</a>
|
|
268
361
|
*/
|
|
269
362
|
getAudienceDataWithHttpInfo(audienceGroupId: number): Promise<Types.ApiResponseType<manageAudience.GetAudienceDataResponse>>;
|
|
270
363
|
/**
|
|
271
364
|
* Gets data for more than one audience.
|
|
365
|
+
* Calls `GET https://api.line.me/v2/bot/audienceGroup/list`.
|
|
366
|
+
* To inspect the HTTP status code or response headers, use {@link getAudienceGroupsWithHttpInfo}.
|
|
272
367
|
* @param page The page to return when getting (paginated) results. Must be 1 or higher.
|
|
273
368
|
* @param description The name of the audience(s) to return. You can search for partial matches. This is case-insensitive, meaning AUDIENCE and audience are considered identical. If omitted, the name of the audience(s) will not be used as a search criterion.
|
|
274
369
|
* @param status The status of the audience(s) to return. If omitted, the status of the audience(s) will not be used as a search criterion.
|
|
275
370
|
* @param size The number of audiences per page. Default: 20 Max: 40
|
|
276
371
|
* @param includesExternalPublicGroups true (default): Get public audiences created in all channels linked to the same bot. false: Get audiences created in the same channel.
|
|
277
372
|
* @param createRoute How the audience was created. If omitted, all audiences are included. `OA_MANAGER`: Return only audiences created with LINE Official Account Manager (opens new window). `MESSAGING_API`: Return only audiences created with Messaging API.
|
|
278
|
-
*
|
|
279
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-groups">
|
|
373
|
+
* @returns A promise resolving to the response body.
|
|
374
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-groups">LINE Developers documentation</a>
|
|
280
375
|
*/
|
|
281
376
|
getAudienceGroups(page: number, description?: string, status?: manageAudience.AudienceGroupStatus, size?: number, includesExternalPublicGroups?: boolean, createRoute?: manageAudience.AudienceGroupCreateRoute): Promise<manageAudience.GetAudienceGroupsResponse>;
|
|
282
377
|
/**
|
|
283
|
-
* Gets data for more than one audience
|
|
284
|
-
*
|
|
378
|
+
* Gets data for more than one audience.
|
|
379
|
+
* Calls `GET https://api.line.me/v2/bot/audienceGroup/list`.
|
|
380
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
285
381
|
* @param page The page to return when getting (paginated) results. Must be 1 or higher.
|
|
286
382
|
* @param description The name of the audience(s) to return. You can search for partial matches. This is case-insensitive, meaning AUDIENCE and audience are considered identical. If omitted, the name of the audience(s) will not be used as a search criterion.
|
|
287
383
|
* @param status The status of the audience(s) to return. If omitted, the status of the audience(s) will not be used as a search criterion.
|
|
288
384
|
* @param size The number of audiences per page. Default: 20 Max: 40
|
|
289
385
|
* @param includesExternalPublicGroups true (default): Get public audiences created in all channels linked to the same bot. false: Get audiences created in the same channel.
|
|
290
386
|
* @param createRoute How the audience was created. If omitted, all audiences are included. `OA_MANAGER`: Return only audiences created with LINE Official Account Manager (opens new window). `MESSAGING_API`: Return only audiences created with Messaging API.
|
|
291
|
-
*
|
|
292
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-groups">
|
|
387
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
388
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-groups">LINE Developers documentation</a>
|
|
293
389
|
*/
|
|
294
390
|
getAudienceGroupsWithHttpInfo(page: number, description?: string, status?: manageAudience.AudienceGroupStatus, size?: number, includesExternalPublicGroups?: boolean, createRoute?: manageAudience.AudienceGroupCreateRoute): Promise<Types.ApiResponseType<manageAudience.GetAudienceGroupsResponse>>;
|
|
295
391
|
/**
|
|
296
392
|
* Gets audience data.
|
|
393
|
+
* Calls `GET https://api.line.me/v2/bot/audienceGroup/shared/{audienceGroupId}`.
|
|
394
|
+
* To inspect the HTTP status code or response headers, use {@link getSharedAudienceDataWithHttpInfo}.
|
|
297
395
|
* @param audienceGroupId The audience ID.
|
|
298
|
-
*
|
|
299
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-shared-audience">
|
|
396
|
+
* @returns A promise resolving to the response body.
|
|
397
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-shared-audience">LINE Developers documentation</a>
|
|
300
398
|
*/
|
|
301
399
|
getSharedAudienceData(audienceGroupId: number): Promise<manageAudience.GetSharedAudienceDataResponse>;
|
|
302
400
|
/**
|
|
303
|
-
* Gets audience data
|
|
304
|
-
*
|
|
401
|
+
* Gets audience data.
|
|
402
|
+
* Calls `GET https://api.line.me/v2/bot/audienceGroup/shared/{audienceGroupId}`.
|
|
403
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
305
404
|
* @param audienceGroupId The audience ID.
|
|
306
|
-
*
|
|
307
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-shared-audience">
|
|
405
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
406
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-shared-audience">LINE Developers documentation</a>
|
|
308
407
|
*/
|
|
309
408
|
getSharedAudienceDataWithHttpInfo(audienceGroupId: number): Promise<Types.ApiResponseType<manageAudience.GetSharedAudienceDataResponse>>;
|
|
310
409
|
/**
|
|
311
410
|
* Gets data for more than one audience, including those shared by the Business Manager.
|
|
411
|
+
* Calls `GET https://api.line.me/v2/bot/audienceGroup/shared/list`.
|
|
412
|
+
* To inspect the HTTP status code or response headers, use {@link getSharedAudienceGroupsWithHttpInfo}.
|
|
312
413
|
* @param page The page to return when getting (paginated) results. Must be 1 or higher.
|
|
313
414
|
* @param description The name of the audience(s) to return. You can search for partial matches. This is case-insensitive, meaning AUDIENCE and audience are considered identical. If omitted, the name of the audience(s) will not be used as a search criterion.
|
|
314
415
|
* @param status The status of the audience(s) to return. If omitted, the status of the audience(s) will not be used as a search criterion.
|
|
315
416
|
* @param size The number of audiences per page. Default: 20 Max: 40
|
|
316
417
|
* @param createRoute How the audience was created. If omitted, all audiences are included. `OA_MANAGER`: Return only audiences created with LINE Official Account Manager (opens new window). `MESSAGING_API`: Return only audiences created with Messaging API.
|
|
317
418
|
* @param includesOwnedAudienceGroups true: Include audienceGroups owned by LINE Official Account Manager false: Respond only audienceGroups shared by Business Manager
|
|
318
|
-
*
|
|
319
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-shared-audience-list">
|
|
419
|
+
* @returns A promise resolving to the response body.
|
|
420
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-shared-audience-list">LINE Developers documentation</a>
|
|
320
421
|
*/
|
|
321
422
|
getSharedAudienceGroups(page: number, description?: string, status?: manageAudience.AudienceGroupStatus, size?: number, createRoute?: manageAudience.AudienceGroupCreateRoute, includesOwnedAudienceGroups?: boolean): Promise<manageAudience.GetSharedAudienceGroupsResponse>;
|
|
322
423
|
/**
|
|
323
|
-
* Gets data for more than one audience, including those shared by the Business Manager
|
|
324
|
-
*
|
|
424
|
+
* Gets data for more than one audience, including those shared by the Business Manager.
|
|
425
|
+
* Calls `GET https://api.line.me/v2/bot/audienceGroup/shared/list`.
|
|
426
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
325
427
|
* @param page The page to return when getting (paginated) results. Must be 1 or higher.
|
|
326
428
|
* @param description The name of the audience(s) to return. You can search for partial matches. This is case-insensitive, meaning AUDIENCE and audience are considered identical. If omitted, the name of the audience(s) will not be used as a search criterion.
|
|
327
429
|
* @param status The status of the audience(s) to return. If omitted, the status of the audience(s) will not be used as a search criterion.
|
|
328
430
|
* @param size The number of audiences per page. Default: 20 Max: 40
|
|
329
431
|
* @param createRoute How the audience was created. If omitted, all audiences are included. `OA_MANAGER`: Return only audiences created with LINE Official Account Manager (opens new window). `MESSAGING_API`: Return only audiences created with Messaging API.
|
|
330
432
|
* @param includesOwnedAudienceGroups true: Include audienceGroups owned by LINE Official Account Manager false: Respond only audienceGroups shared by Business Manager
|
|
331
|
-
*
|
|
332
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-shared-audience-list">
|
|
433
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
434
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-shared-audience-list">LINE Developers documentation</a>
|
|
333
435
|
*/
|
|
334
436
|
getSharedAudienceGroupsWithHttpInfo(page: number, description?: string, status?: manageAudience.AudienceGroupStatus, size?: number, createRoute?: manageAudience.AudienceGroupCreateRoute, includesOwnedAudienceGroups?: boolean): Promise<Types.ApiResponseType<manageAudience.GetSharedAudienceGroupsResponse>>;
|
|
335
437
|
/**
|
|
336
438
|
* Renames an existing audience.
|
|
439
|
+
* Calls `PUT https://api.line.me/v2/bot/audienceGroup/{audienceGroupId}/updateDescription`.
|
|
440
|
+
* To inspect the HTTP status code or response headers, use {@link updateAudienceGroupDescriptionWithHttpInfo}.
|
|
337
441
|
* @param audienceGroupId The audience ID.
|
|
338
442
|
* @param updateAudienceGroupDescriptionRequest
|
|
339
|
-
*
|
|
340
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-description-audience-group">
|
|
443
|
+
* @returns A promise resolving to the response body.
|
|
444
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-description-audience-group">LINE Developers documentation</a>
|
|
341
445
|
*/
|
|
342
446
|
updateAudienceGroupDescription(audienceGroupId: number, updateAudienceGroupDescriptionRequest: manageAudience.UpdateAudienceGroupDescriptionRequest): Promise<Types.MessageAPIResponseBase>;
|
|
343
447
|
/**
|
|
344
|
-
* Renames an existing audience
|
|
345
|
-
*
|
|
448
|
+
* Renames an existing audience.
|
|
449
|
+
* Calls `PUT https://api.line.me/v2/bot/audienceGroup/{audienceGroupId}/updateDescription`.
|
|
450
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
346
451
|
* @param audienceGroupId The audience ID.
|
|
347
452
|
* @param updateAudienceGroupDescriptionRequest
|
|
348
|
-
*
|
|
349
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-description-audience-group">
|
|
453
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
454
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-description-audience-group">LINE Developers documentation</a>
|
|
350
455
|
*/
|
|
351
456
|
updateAudienceGroupDescriptionWithHttpInfo(audienceGroupId: number, updateAudienceGroupDescriptionRequest: manageAudience.UpdateAudienceGroupDescriptionRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
352
457
|
/**
|
|
353
458
|
* Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by file).
|
|
459
|
+
* Calls `PUT https://api-data.line.me/v2/bot/audienceGroup/upload/byFile`.
|
|
460
|
+
* To inspect the HTTP status code or response headers, use {@link addUserIdsToAudienceWithHttpInfo}.
|
|
354
461
|
* @param file A text file with one user ID or IFA entered per line. Specify text/plain as Content-Type. Max file number: 1 Max number: 1,500,000
|
|
355
462
|
* @param audienceGroupId The audience ID.
|
|
356
463
|
* @param uploadDescription The description to register with the job
|
|
357
|
-
*
|
|
358
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group-by-file">
|
|
464
|
+
* @returns A promise resolving to the response body.
|
|
465
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group-by-file">LINE Developers documentation</a>
|
|
359
466
|
*/
|
|
360
467
|
addUserIdsToAudience(file: Blob, audienceGroupId?: number, uploadDescription?: string): Promise<Types.MessageAPIResponseBase>;
|
|
361
468
|
/**
|
|
362
|
-
* Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by file)
|
|
363
|
-
*
|
|
469
|
+
* Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by file).
|
|
470
|
+
* Calls `PUT https://api-data.line.me/v2/bot/audienceGroup/upload/byFile`.
|
|
471
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
364
472
|
* @param file A text file with one user ID or IFA entered per line. Specify text/plain as Content-Type. Max file number: 1 Max number: 1,500,000
|
|
365
473
|
* @param audienceGroupId The audience ID.
|
|
366
474
|
* @param uploadDescription The description to register with the job
|
|
367
|
-
*
|
|
368
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group-by-file">
|
|
475
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
476
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-upload-audience-group-by-file">LINE Developers documentation</a>
|
|
369
477
|
*/
|
|
370
478
|
addUserIdsToAudienceWithHttpInfo(file: Blob, audienceGroupId?: number, uploadDescription?: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
371
479
|
/**
|
|
372
480
|
* Create audience for uploading user IDs (by file).
|
|
481
|
+
* Calls `POST https://api-data.line.me/v2/bot/audienceGroup/upload/byFile`.
|
|
482
|
+
* To inspect the HTTP status code or response headers, use {@link createAudienceForUploadingUserIdsWithHttpInfo}.
|
|
373
483
|
* @param file A text file with one user ID or IFA entered per line. Specify text/plain as Content-Type. Max file number: 1 Max number: 1,500,000
|
|
374
484
|
* @param description The audience's name. This is case-insensitive, meaning AUDIENCE and audience are considered identical. Max character limit: 120
|
|
375
485
|
* @param isIfaAudience To specify recipients by IFAs: set `true`. To specify recipients by user IDs: set `false` or omit isIfaAudience property.
|
|
376
486
|
* @param uploadDescription The description to register for the job (in `jobs[].description`).
|
|
377
|
-
*
|
|
378
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group-by-file">
|
|
487
|
+
* @returns A promise resolving to the response body.
|
|
488
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group-by-file">LINE Developers documentation</a>
|
|
379
489
|
*/
|
|
380
490
|
createAudienceForUploadingUserIds(file: Blob, description?: string, isIfaAudience?: boolean, uploadDescription?: string): Promise<manageAudience.CreateAudienceGroupResponse>;
|
|
381
491
|
/**
|
|
382
|
-
* Create audience for uploading user IDs (by file)
|
|
383
|
-
*
|
|
492
|
+
* Create audience for uploading user IDs (by file).
|
|
493
|
+
* Calls `POST https://api-data.line.me/v2/bot/audienceGroup/upload/byFile`.
|
|
494
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
384
495
|
* @param file A text file with one user ID or IFA entered per line. Specify text/plain as Content-Type. Max file number: 1 Max number: 1,500,000
|
|
385
496
|
* @param description The audience's name. This is case-insensitive, meaning AUDIENCE and audience are considered identical. Max character limit: 120
|
|
386
497
|
* @param isIfaAudience To specify recipients by IFAs: set `true`. To specify recipients by user IDs: set `false` or omit isIfaAudience property.
|
|
387
498
|
* @param uploadDescription The description to register for the job (in `jobs[].description`).
|
|
388
|
-
*
|
|
389
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group-by-file">
|
|
499
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
500
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-upload-audience-group-by-file">LINE Developers documentation</a>
|
|
390
501
|
*/
|
|
391
502
|
createAudienceForUploadingUserIdsWithHttpInfo(file: Blob, description?: string, isIfaAudience?: boolean, uploadDescription?: string): Promise<Types.ApiResponseType<manageAudience.CreateAudienceGroupResponse>>;
|
|
392
503
|
/**
|
|
393
504
|
* Sends a message to multiple users at any time.
|
|
505
|
+
* Calls `POST https://api.line.me/v2/bot/message/broadcast`.
|
|
506
|
+
* To inspect the HTTP status code or response headers, use {@link broadcastWithHttpInfo}.
|
|
394
507
|
* @param broadcastRequest
|
|
395
508
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
396
|
-
*
|
|
397
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message">
|
|
509
|
+
* @returns A promise resolving to the response body.
|
|
510
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message">LINE Developers documentation</a>
|
|
398
511
|
*/
|
|
399
512
|
broadcast(broadcastRequest: messagingApi.BroadcastRequest, xLineRetryKey?: string): Promise<object>;
|
|
400
513
|
/**
|
|
401
|
-
* Sends a message to multiple users at any time
|
|
402
|
-
*
|
|
514
|
+
* Sends a message to multiple users at any time.
|
|
515
|
+
* Calls `POST https://api.line.me/v2/bot/message/broadcast`.
|
|
516
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
403
517
|
* @param broadcastRequest
|
|
404
518
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
405
|
-
*
|
|
406
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message">
|
|
519
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
520
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-broadcast-message">LINE Developers documentation</a>
|
|
407
521
|
*/
|
|
408
522
|
broadcastWithHttpInfo(broadcastRequest: messagingApi.BroadcastRequest, xLineRetryKey?: string): Promise<Types.ApiResponseType<object>>;
|
|
409
523
|
/**
|
|
410
524
|
* Cancel default rich menu
|
|
411
|
-
*
|
|
412
|
-
* @
|
|
525
|
+
* Calls `DELETE https://api.line.me/v2/bot/user/all/richmenu`.
|
|
526
|
+
* To inspect the HTTP status code or response headers, use {@link cancelDefaultRichMenuWithHttpInfo}.
|
|
527
|
+
* @returns A promise resolving to the response body.
|
|
528
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#cancel-default-rich-menu">LINE Developers documentation</a>
|
|
413
529
|
*/
|
|
414
530
|
cancelDefaultRichMenu(): Promise<Types.MessageAPIResponseBase>;
|
|
415
531
|
/**
|
|
416
|
-
* Cancel default rich menu
|
|
417
|
-
*
|
|
418
|
-
*
|
|
419
|
-
* @
|
|
532
|
+
* Cancel default rich menu
|
|
533
|
+
* Calls `DELETE https://api.line.me/v2/bot/user/all/richmenu`.
|
|
534
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
535
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
536
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#cancel-default-rich-menu">LINE Developers documentation</a>
|
|
420
537
|
*/
|
|
421
538
|
cancelDefaultRichMenuWithHttpInfo(): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
422
539
|
/**
|
|
423
540
|
* Close coupon
|
|
541
|
+
* Calls `PUT https://api.line.me/v2/bot/coupon/{couponId}/close`.
|
|
542
|
+
* To inspect the HTTP status code or response headers, use {@link closeCouponWithHttpInfo}.
|
|
424
543
|
* @param couponId
|
|
425
|
-
*
|
|
426
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#discontinue-coupon">
|
|
544
|
+
* @returns A promise resolving to the response body.
|
|
545
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#discontinue-coupon">LINE Developers documentation</a>
|
|
427
546
|
*/
|
|
428
547
|
closeCoupon(couponId: string): Promise<Types.MessageAPIResponseBase>;
|
|
429
548
|
/**
|
|
430
|
-
* Close coupon
|
|
431
|
-
*
|
|
549
|
+
* Close coupon
|
|
550
|
+
* Calls `PUT https://api.line.me/v2/bot/coupon/{couponId}/close`.
|
|
551
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
432
552
|
* @param couponId
|
|
433
|
-
*
|
|
434
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#discontinue-coupon">
|
|
553
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
554
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#discontinue-coupon">LINE Developers documentation</a>
|
|
435
555
|
*/
|
|
436
556
|
closeCouponWithHttpInfo(couponId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
437
557
|
/**
|
|
438
558
|
* Create a new coupon. Define coupon details such as type, title, and validity period.
|
|
559
|
+
* Calls `POST https://api.line.me/v2/bot/coupon`.
|
|
560
|
+
* To inspect the HTTP status code or response headers, use {@link createCouponWithHttpInfo}.
|
|
439
561
|
* @param couponCreateRequest
|
|
440
|
-
*
|
|
441
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-coupon">
|
|
562
|
+
* @returns A promise resolving to the response body.
|
|
563
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-coupon">LINE Developers documentation</a>
|
|
442
564
|
*/
|
|
443
565
|
createCoupon(couponCreateRequest?: messagingApi.CouponCreateRequest): Promise<messagingApi.CouponCreateResponse>;
|
|
444
566
|
/**
|
|
445
|
-
* Create a new coupon. Define coupon details such as type, title, and validity period
|
|
446
|
-
*
|
|
567
|
+
* Create a new coupon. Define coupon details such as type, title, and validity period.
|
|
568
|
+
* Calls `POST https://api.line.me/v2/bot/coupon`.
|
|
569
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
447
570
|
* @param couponCreateRequest
|
|
448
|
-
*
|
|
449
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-coupon">
|
|
571
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
572
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-coupon">LINE Developers documentation</a>
|
|
450
573
|
*/
|
|
451
574
|
createCouponWithHttpInfo(couponCreateRequest?: messagingApi.CouponCreateRequest): Promise<Types.ApiResponseType<messagingApi.CouponCreateResponse>>;
|
|
452
575
|
/**
|
|
453
576
|
* Create rich menu
|
|
577
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu`.
|
|
578
|
+
* To inspect the HTTP status code or response headers, use {@link createRichMenuWithHttpInfo}.
|
|
454
579
|
* @param richMenuRequest
|
|
455
|
-
*
|
|
456
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu">
|
|
580
|
+
* @returns A promise resolving to the response body.
|
|
581
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu">LINE Developers documentation</a>
|
|
457
582
|
*/
|
|
458
583
|
createRichMenu(richMenuRequest: messagingApi.RichMenuRequest): Promise<messagingApi.RichMenuIdResponse>;
|
|
459
584
|
/**
|
|
460
|
-
* Create rich menu
|
|
461
|
-
*
|
|
585
|
+
* Create rich menu
|
|
586
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu`.
|
|
587
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
462
588
|
* @param richMenuRequest
|
|
463
|
-
*
|
|
464
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu">
|
|
589
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
590
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu">LINE Developers documentation</a>
|
|
465
591
|
*/
|
|
466
592
|
createRichMenuWithHttpInfo(richMenuRequest: messagingApi.RichMenuRequest): Promise<Types.ApiResponseType<messagingApi.RichMenuIdResponse>>;
|
|
467
593
|
/**
|
|
468
594
|
* Create rich menu alias
|
|
595
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/alias`.
|
|
596
|
+
* To inspect the HTTP status code or response headers, use {@link createRichMenuAliasWithHttpInfo}.
|
|
469
597
|
* @param createRichMenuAliasRequest
|
|
470
|
-
*
|
|
471
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias">
|
|
598
|
+
* @returns A promise resolving to the response body.
|
|
599
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias">LINE Developers documentation</a>
|
|
472
600
|
*/
|
|
473
601
|
createRichMenuAlias(createRichMenuAliasRequest: messagingApi.CreateRichMenuAliasRequest): Promise<Types.MessageAPIResponseBase>;
|
|
474
602
|
/**
|
|
475
|
-
* Create rich menu alias
|
|
476
|
-
*
|
|
603
|
+
* Create rich menu alias
|
|
604
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/alias`.
|
|
605
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
477
606
|
* @param createRichMenuAliasRequest
|
|
478
|
-
*
|
|
479
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias">
|
|
607
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
608
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#create-rich-menu-alias">LINE Developers documentation</a>
|
|
480
609
|
*/
|
|
481
610
|
createRichMenuAliasWithHttpInfo(createRichMenuAliasRequest: messagingApi.CreateRichMenuAliasRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
482
611
|
/**
|
|
483
612
|
* Deletes a rich menu.
|
|
613
|
+
* Calls `DELETE https://api.line.me/v2/bot/richmenu/{richMenuId}`.
|
|
614
|
+
* To inspect the HTTP status code or response headers, use {@link deleteRichMenuWithHttpInfo}.
|
|
484
615
|
* @param richMenuId ID of a rich menu
|
|
485
|
-
*
|
|
486
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu">
|
|
616
|
+
* @returns A promise resolving to the response body.
|
|
617
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu">LINE Developers documentation</a>
|
|
487
618
|
*/
|
|
488
619
|
deleteRichMenu(richMenuId: string): Promise<Types.MessageAPIResponseBase>;
|
|
489
620
|
/**
|
|
490
|
-
* Deletes a rich menu
|
|
491
|
-
*
|
|
621
|
+
* Deletes a rich menu.
|
|
622
|
+
* Calls `DELETE https://api.line.me/v2/bot/richmenu/{richMenuId}`.
|
|
623
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
492
624
|
* @param richMenuId ID of a rich menu
|
|
493
|
-
*
|
|
494
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu">
|
|
625
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
626
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu">LINE Developers documentation</a>
|
|
495
627
|
*/
|
|
496
628
|
deleteRichMenuWithHttpInfo(richMenuId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
497
629
|
/**
|
|
498
630
|
* Delete rich menu alias
|
|
631
|
+
* Calls `DELETE https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
632
|
+
* To inspect the HTTP status code or response headers, use {@link deleteRichMenuAliasWithHttpInfo}.
|
|
499
633
|
* @param richMenuAliasId Rich menu alias ID that you want to delete.
|
|
500
|
-
*
|
|
501
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu-alias">
|
|
634
|
+
* @returns A promise resolving to the response body.
|
|
635
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu-alias">LINE Developers documentation</a>
|
|
502
636
|
*/
|
|
503
637
|
deleteRichMenuAlias(richMenuAliasId: string): Promise<Types.MessageAPIResponseBase>;
|
|
504
638
|
/**
|
|
505
|
-
* Delete rich menu alias
|
|
506
|
-
*
|
|
639
|
+
* Delete rich menu alias
|
|
640
|
+
* Calls `DELETE https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
641
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
507
642
|
* @param richMenuAliasId Rich menu alias ID that you want to delete.
|
|
508
|
-
*
|
|
509
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu-alias">
|
|
643
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
644
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#delete-rich-menu-alias">LINE Developers documentation</a>
|
|
510
645
|
*/
|
|
511
646
|
deleteRichMenuAliasWithHttpInfo(richMenuAliasId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
512
647
|
/**
|
|
513
648
|
* Get name list of units used this month
|
|
649
|
+
* Calls `GET https://api.line.me/v2/bot/message/aggregation/list`.
|
|
650
|
+
* To inspect the HTTP status code or response headers, use {@link getAggregationUnitNameListWithHttpInfo}.
|
|
514
651
|
* @param limit The maximum number of aggregation units you can get per request.
|
|
515
652
|
* @param start Value of the continuation token found in the next property of the JSON object returned in the response. If you can't get all the aggregation units in one request, include this parameter to get the remaining array.
|
|
516
|
-
*
|
|
517
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month">
|
|
653
|
+
* @returns A promise resolving to the response body.
|
|
654
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month">LINE Developers documentation</a>
|
|
518
655
|
*/
|
|
519
656
|
getAggregationUnitNameList(limit?: string, start?: string): Promise<messagingApi.GetAggregationUnitNameListResponse>;
|
|
520
657
|
/**
|
|
521
|
-
* Get name list of units used this month
|
|
522
|
-
*
|
|
658
|
+
* Get name list of units used this month
|
|
659
|
+
* Calls `GET https://api.line.me/v2/bot/message/aggregation/list`.
|
|
660
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
523
661
|
* @param limit The maximum number of aggregation units you can get per request.
|
|
524
662
|
* @param start Value of the continuation token found in the next property of the JSON object returned in the response. If you can't get all the aggregation units in one request, include this parameter to get the remaining array.
|
|
525
|
-
*
|
|
526
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month">
|
|
663
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
664
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-name-list-of-units-used-this-month">LINE Developers documentation</a>
|
|
527
665
|
*/
|
|
528
666
|
getAggregationUnitNameListWithHttpInfo(limit?: string, start?: string): Promise<Types.ApiResponseType<messagingApi.GetAggregationUnitNameListResponse>>;
|
|
529
667
|
/**
|
|
530
668
|
* Get number of units used this month
|
|
531
|
-
*
|
|
532
|
-
* @
|
|
669
|
+
* Calls `GET https://api.line.me/v2/bot/message/aggregation/info`.
|
|
670
|
+
* To inspect the HTTP status code or response headers, use {@link getAggregationUnitUsageWithHttpInfo}.
|
|
671
|
+
* @returns A promise resolving to the response body.
|
|
672
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-units-used-this-month">LINE Developers documentation</a>
|
|
533
673
|
*/
|
|
534
674
|
getAggregationUnitUsage(): Promise<messagingApi.GetAggregationUnitUsageResponse>;
|
|
535
675
|
/**
|
|
536
|
-
* Get number of units used this month
|
|
537
|
-
*
|
|
538
|
-
*
|
|
539
|
-
* @
|
|
676
|
+
* Get number of units used this month
|
|
677
|
+
* Calls `GET https://api.line.me/v2/bot/message/aggregation/info`.
|
|
678
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
679
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
680
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-units-used-this-month">LINE Developers documentation</a>
|
|
540
681
|
*/
|
|
541
682
|
getAggregationUnitUsageWithHttpInfo(): Promise<Types.ApiResponseType<messagingApi.GetAggregationUnitUsageResponse>>;
|
|
542
683
|
/**
|
|
543
684
|
* Get bot info
|
|
544
|
-
*
|
|
545
|
-
* @
|
|
685
|
+
* Calls `GET https://api.line.me/v2/bot/info`.
|
|
686
|
+
* To inspect the HTTP status code or response headers, use {@link getBotInfoWithHttpInfo}.
|
|
687
|
+
* @returns A promise resolving to the response body.
|
|
688
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-bot-info">LINE Developers documentation</a>
|
|
546
689
|
*/
|
|
547
690
|
getBotInfo(): Promise<messagingApi.BotInfoResponse>;
|
|
548
691
|
/**
|
|
549
|
-
* Get bot info
|
|
550
|
-
*
|
|
551
|
-
*
|
|
552
|
-
* @
|
|
692
|
+
* Get bot info
|
|
693
|
+
* Calls `GET https://api.line.me/v2/bot/info`.
|
|
694
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
695
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
696
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-bot-info">LINE Developers documentation</a>
|
|
553
697
|
*/
|
|
554
698
|
getBotInfoWithHttpInfo(): Promise<Types.ApiResponseType<messagingApi.BotInfoResponse>>;
|
|
555
699
|
/**
|
|
556
700
|
* Get coupon detail
|
|
701
|
+
* Calls `GET https://api.line.me/v2/bot/coupon/{couponId}`.
|
|
702
|
+
* To inspect the HTTP status code or response headers, use {@link getCouponDetailWithHttpInfo}.
|
|
557
703
|
* @param couponId
|
|
558
|
-
*
|
|
559
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupon">
|
|
704
|
+
* @returns A promise resolving to the response body.
|
|
705
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupon">LINE Developers documentation</a>
|
|
560
706
|
*/
|
|
561
707
|
getCouponDetail(couponId: string): Promise<messagingApi.CouponResponse>;
|
|
562
708
|
/**
|
|
563
|
-
* Get coupon detail
|
|
564
|
-
*
|
|
709
|
+
* Get coupon detail
|
|
710
|
+
* Calls `GET https://api.line.me/v2/bot/coupon/{couponId}`.
|
|
711
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
565
712
|
* @param couponId
|
|
566
|
-
*
|
|
567
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupon">
|
|
713
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
714
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupon">LINE Developers documentation</a>
|
|
568
715
|
*/
|
|
569
716
|
getCouponDetailWithHttpInfo(couponId: string): Promise<Types.ApiResponseType<messagingApi.CouponResponse>>;
|
|
570
717
|
/**
|
|
571
718
|
* Gets the ID of the default rich menu set with the Messaging API.
|
|
572
|
-
*
|
|
573
|
-
* @
|
|
719
|
+
* Calls `GET https://api.line.me/v2/bot/user/all/richmenu`.
|
|
720
|
+
* To inspect the HTTP status code or response headers, use {@link getDefaultRichMenuIdWithHttpInfo}.
|
|
721
|
+
* @returns A promise resolving to the response body.
|
|
722
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-default-rich-menu-id">LINE Developers documentation</a>
|
|
574
723
|
*/
|
|
575
724
|
getDefaultRichMenuId(): Promise<messagingApi.RichMenuIdResponse>;
|
|
576
725
|
/**
|
|
577
|
-
* Gets the ID of the default rich menu set with the Messaging API
|
|
578
|
-
*
|
|
579
|
-
*
|
|
580
|
-
* @
|
|
726
|
+
* Gets the ID of the default rich menu set with the Messaging API.
|
|
727
|
+
* Calls `GET https://api.line.me/v2/bot/user/all/richmenu`.
|
|
728
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
729
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
730
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-default-rich-menu-id">LINE Developers documentation</a>
|
|
581
731
|
*/
|
|
582
732
|
getDefaultRichMenuIdWithHttpInfo(): Promise<Types.ApiResponseType<messagingApi.RichMenuIdResponse>>;
|
|
583
733
|
/**
|
|
584
734
|
* Get a list of users who added your LINE Official Account as a friend
|
|
735
|
+
* Calls `GET https://api.line.me/v2/bot/followers/ids`.
|
|
736
|
+
* To inspect the HTTP status code or response headers, use {@link getFollowersWithHttpInfo}.
|
|
585
737
|
* @param start Value of the continuation token found in the next property of the JSON object returned in the response. Include this parameter to get the next array of user IDs.
|
|
586
738
|
* @param limit The maximum number of user IDs to retrieve in a single request.
|
|
587
|
-
*
|
|
588
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-follower-ids">
|
|
739
|
+
* @returns A promise resolving to the response body.
|
|
740
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-follower-ids">LINE Developers documentation</a>
|
|
589
741
|
*/
|
|
590
742
|
getFollowers(start?: string, limit?: number): Promise<messagingApi.GetFollowersResponse>;
|
|
591
743
|
/**
|
|
592
|
-
* Get a list of users who added your LINE Official Account as a friend
|
|
593
|
-
*
|
|
744
|
+
* Get a list of users who added your LINE Official Account as a friend
|
|
745
|
+
* Calls `GET https://api.line.me/v2/bot/followers/ids`.
|
|
746
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
594
747
|
* @param start Value of the continuation token found in the next property of the JSON object returned in the response. Include this parameter to get the next array of user IDs.
|
|
595
748
|
* @param limit The maximum number of user IDs to retrieve in a single request.
|
|
596
|
-
*
|
|
597
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-follower-ids">
|
|
749
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
750
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-follower-ids">LINE Developers documentation</a>
|
|
598
751
|
*/
|
|
599
752
|
getFollowersWithHttpInfo(start?: string, limit?: number): Promise<Types.ApiResponseType<messagingApi.GetFollowersResponse>>;
|
|
600
753
|
/**
|
|
601
754
|
* Get number of users in a group chat
|
|
755
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/members/count`.
|
|
756
|
+
* To inspect the HTTP status code or response headers, use {@link getGroupMemberCountWithHttpInfo}.
|
|
602
757
|
* @param groupId Group ID
|
|
603
|
-
*
|
|
604
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-group-count">
|
|
758
|
+
* @returns A promise resolving to the response body.
|
|
759
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-group-count">LINE Developers documentation</a>
|
|
605
760
|
*/
|
|
606
761
|
getGroupMemberCount(groupId: string): Promise<messagingApi.GroupMemberCountResponse>;
|
|
607
762
|
/**
|
|
608
|
-
* Get number of users in a group chat
|
|
609
|
-
*
|
|
763
|
+
* Get number of users in a group chat
|
|
764
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/members/count`.
|
|
765
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
610
766
|
* @param groupId Group ID
|
|
611
|
-
*
|
|
612
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-group-count">
|
|
767
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
768
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-group-count">LINE Developers documentation</a>
|
|
613
769
|
*/
|
|
614
770
|
getGroupMemberCountWithHttpInfo(groupId: string): Promise<Types.ApiResponseType<messagingApi.GroupMemberCountResponse>>;
|
|
615
771
|
/**
|
|
616
772
|
* Get group chat member profile
|
|
773
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/member/{userId}`.
|
|
774
|
+
* To inspect the HTTP status code or response headers, use {@link getGroupMemberProfileWithHttpInfo}.
|
|
617
775
|
* @param groupId Group ID
|
|
618
776
|
* @param userId User ID
|
|
619
|
-
*
|
|
620
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile">
|
|
777
|
+
* @returns A promise resolving to the response body.
|
|
778
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile">LINE Developers documentation</a>
|
|
621
779
|
*/
|
|
622
780
|
getGroupMemberProfile(groupId: string, userId: string): Promise<messagingApi.GroupUserProfileResponse>;
|
|
623
781
|
/**
|
|
624
|
-
* Get group chat member profile
|
|
625
|
-
*
|
|
782
|
+
* Get group chat member profile
|
|
783
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/member/{userId}`.
|
|
784
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
626
785
|
* @param groupId Group ID
|
|
627
786
|
* @param userId User ID
|
|
628
|
-
*
|
|
629
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile">
|
|
787
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
788
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-profile">LINE Developers documentation</a>
|
|
630
789
|
*/
|
|
631
790
|
getGroupMemberProfileWithHttpInfo(groupId: string, userId: string): Promise<Types.ApiResponseType<messagingApi.GroupUserProfileResponse>>;
|
|
632
791
|
/**
|
|
633
792
|
* Get group chat member user IDs
|
|
793
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/members/ids`.
|
|
794
|
+
* To inspect the HTTP status code or response headers, use {@link getGroupMembersIdsWithHttpInfo}.
|
|
634
795
|
* @param groupId Group ID
|
|
635
796
|
* @param start Value of the continuation token found in the `next` property of the JSON object returned in the response. Include this parameter to get the next array of user IDs for the members of the group.
|
|
636
|
-
*
|
|
637
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-user-ids">
|
|
797
|
+
* @returns A promise resolving to the response body.
|
|
798
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-user-ids">LINE Developers documentation</a>
|
|
638
799
|
*/
|
|
639
800
|
getGroupMembersIds(groupId: string, start?: string): Promise<messagingApi.MembersIdsResponse>;
|
|
640
801
|
/**
|
|
641
|
-
* Get group chat member user IDs
|
|
642
|
-
*
|
|
802
|
+
* Get group chat member user IDs
|
|
803
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/members/ids`.
|
|
804
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
643
805
|
* @param groupId Group ID
|
|
644
806
|
* @param start Value of the continuation token found in the `next` property of the JSON object returned in the response. Include this parameter to get the next array of user IDs for the members of the group.
|
|
645
|
-
*
|
|
646
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-user-ids">
|
|
807
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
808
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-member-user-ids">LINE Developers documentation</a>
|
|
647
809
|
*/
|
|
648
810
|
getGroupMembersIdsWithHttpInfo(groupId: string, start?: string): Promise<Types.ApiResponseType<messagingApi.MembersIdsResponse>>;
|
|
649
811
|
/**
|
|
650
812
|
* Get group chat summary
|
|
813
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/summary`.
|
|
814
|
+
* To inspect the HTTP status code or response headers, use {@link getGroupSummaryWithHttpInfo}.
|
|
651
815
|
* @param groupId Group ID
|
|
652
|
-
*
|
|
653
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-summary">
|
|
816
|
+
* @returns A promise resolving to the response body.
|
|
817
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-summary">LINE Developers documentation</a>
|
|
654
818
|
*/
|
|
655
819
|
getGroupSummary(groupId: string): Promise<messagingApi.GroupSummaryResponse>;
|
|
656
820
|
/**
|
|
657
|
-
* Get group chat summary
|
|
658
|
-
*
|
|
821
|
+
* Get group chat summary
|
|
822
|
+
* Calls `GET https://api.line.me/v2/bot/group/{groupId}/summary`.
|
|
823
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
659
824
|
* @param groupId Group ID
|
|
660
|
-
*
|
|
661
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-summary">
|
|
825
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
826
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-group-summary">LINE Developers documentation</a>
|
|
662
827
|
*/
|
|
663
828
|
getGroupSummaryWithHttpInfo(groupId: string): Promise<Types.ApiResponseType<messagingApi.GroupSummaryResponse>>;
|
|
664
829
|
/**
|
|
665
830
|
* Get a list of user IDs who joined the membership.
|
|
831
|
+
* Calls `GET https://api.line.me/v2/bot/membership/{membershipId}/users/ids`.
|
|
832
|
+
* To inspect the HTTP status code or response headers, use {@link getJoinedMembershipUsersWithHttpInfo}.
|
|
666
833
|
* @param membershipId Membership plan ID.
|
|
667
834
|
* @param start A continuation token to get next remaining membership user IDs. Returned only when there are remaining user IDs that weren't returned in the userIds property in the previous request. The continuation token expires in 24 hours (86,400 seconds).
|
|
668
835
|
* @param limit The max number of items to return for this API call. The value is set to 300 by default, but the max acceptable value is 1000.
|
|
669
|
-
*
|
|
670
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids">
|
|
836
|
+
* @returns A promise resolving to the response body.
|
|
837
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids">LINE Developers documentation</a>
|
|
671
838
|
*/
|
|
672
839
|
getJoinedMembershipUsers(membershipId: number, start?: string, limit?: number): Promise<messagingApi.GetJoinedMembershipUsersResponse>;
|
|
673
840
|
/**
|
|
674
|
-
* Get a list of user IDs who joined the membership
|
|
675
|
-
*
|
|
841
|
+
* Get a list of user IDs who joined the membership.
|
|
842
|
+
* Calls `GET https://api.line.me/v2/bot/membership/{membershipId}/users/ids`.
|
|
843
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
676
844
|
* @param membershipId Membership plan ID.
|
|
677
845
|
* @param start A continuation token to get next remaining membership user IDs. Returned only when there are remaining user IDs that weren't returned in the userIds property in the previous request. The continuation token expires in 24 hours (86,400 seconds).
|
|
678
846
|
* @param limit The max number of items to return for this API call. The value is set to 300 by default, but the max acceptable value is 1000.
|
|
679
|
-
*
|
|
680
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids">
|
|
847
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
848
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids">LINE Developers documentation</a>
|
|
681
849
|
*/
|
|
682
850
|
getJoinedMembershipUsersWithHttpInfo(membershipId: number, start?: string, limit?: number): Promise<Types.ApiResponseType<messagingApi.GetJoinedMembershipUsersResponse>>;
|
|
683
851
|
/**
|
|
684
852
|
* Get a list of memberships.
|
|
685
|
-
*
|
|
686
|
-
* @
|
|
853
|
+
* Calls `GET https://api.line.me/v2/bot/membership/list`.
|
|
854
|
+
* To inspect the HTTP status code or response headers, use {@link getMembershipListWithHttpInfo}.
|
|
855
|
+
* @returns A promise resolving to the response body.
|
|
856
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-plans">LINE Developers documentation</a>
|
|
687
857
|
*/
|
|
688
858
|
getMembershipList(): Promise<messagingApi.MembershipListResponse>;
|
|
689
859
|
/**
|
|
690
|
-
* Get a list of memberships
|
|
691
|
-
*
|
|
692
|
-
*
|
|
693
|
-
* @
|
|
860
|
+
* Get a list of memberships.
|
|
861
|
+
* Calls `GET https://api.line.me/v2/bot/membership/list`.
|
|
862
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
863
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
864
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-membership-plans">LINE Developers documentation</a>
|
|
694
865
|
*/
|
|
695
866
|
getMembershipListWithHttpInfo(): Promise<Types.ApiResponseType<messagingApi.MembershipListResponse>>;
|
|
696
867
|
/**
|
|
697
868
|
* Get a user's membership subscription.
|
|
869
|
+
* Calls `GET https://api.line.me/v2/bot/membership/subscription/{userId}`.
|
|
870
|
+
* To inspect the HTTP status code or response headers, use {@link getMembershipSubscriptionWithHttpInfo}.
|
|
698
871
|
* @param userId User ID
|
|
699
|
-
*
|
|
700
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status">
|
|
872
|
+
* @returns A promise resolving to the response body.
|
|
873
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status">LINE Developers documentation</a>
|
|
701
874
|
*/
|
|
702
875
|
getMembershipSubscription(userId: string): Promise<messagingApi.GetMembershipSubscriptionResponse>;
|
|
703
876
|
/**
|
|
704
|
-
* Get a user's membership subscription
|
|
705
|
-
*
|
|
877
|
+
* Get a user's membership subscription.
|
|
878
|
+
* Calls `GET https://api.line.me/v2/bot/membership/subscription/{userId}`.
|
|
879
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
706
880
|
* @param userId User ID
|
|
707
|
-
*
|
|
708
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status">
|
|
881
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
882
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-a-users-membership-subscription-status">LINE Developers documentation</a>
|
|
709
883
|
*/
|
|
710
884
|
getMembershipSubscriptionWithHttpInfo(userId: string): Promise<Types.ApiResponseType<messagingApi.GetMembershipSubscriptionResponse>>;
|
|
711
885
|
/**
|
|
712
886
|
* Gets the target limit for sending messages in the current month. The total number of the free messages and the additional messages is returned.
|
|
713
|
-
*
|
|
714
|
-
* @
|
|
887
|
+
* Calls `GET https://api.line.me/v2/bot/message/quota`.
|
|
888
|
+
* To inspect the HTTP status code or response headers, use {@link getMessageQuotaWithHttpInfo}.
|
|
889
|
+
* @returns A promise resolving to the response body.
|
|
890
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-quota">LINE Developers documentation</a>
|
|
715
891
|
*/
|
|
716
892
|
getMessageQuota(): Promise<messagingApi.MessageQuotaResponse>;
|
|
717
893
|
/**
|
|
718
|
-
* Gets the target limit for sending messages in the current month. The total number of the free messages and the additional messages is returned
|
|
719
|
-
*
|
|
720
|
-
*
|
|
721
|
-
* @
|
|
894
|
+
* Gets the target limit for sending messages in the current month. The total number of the free messages and the additional messages is returned.
|
|
895
|
+
* Calls `GET https://api.line.me/v2/bot/message/quota`.
|
|
896
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
897
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
898
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-quota">LINE Developers documentation</a>
|
|
722
899
|
*/
|
|
723
900
|
getMessageQuotaWithHttpInfo(): Promise<Types.ApiResponseType<messagingApi.MessageQuotaResponse>>;
|
|
724
901
|
/**
|
|
725
902
|
* Gets the number of messages sent in the current month.
|
|
726
|
-
*
|
|
727
|
-
* @
|
|
903
|
+
* Calls `GET https://api.line.me/v2/bot/message/quota/consumption`.
|
|
904
|
+
* To inspect the HTTP status code or response headers, use {@link getMessageQuotaConsumptionWithHttpInfo}.
|
|
905
|
+
* @returns A promise resolving to the response body.
|
|
906
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-consumption">LINE Developers documentation</a>
|
|
728
907
|
*/
|
|
729
908
|
getMessageQuotaConsumption(): Promise<messagingApi.QuotaConsumptionResponse>;
|
|
730
909
|
/**
|
|
731
|
-
* Gets the number of messages sent in the current month
|
|
732
|
-
*
|
|
733
|
-
*
|
|
734
|
-
* @
|
|
910
|
+
* Gets the number of messages sent in the current month.
|
|
911
|
+
* Calls `GET https://api.line.me/v2/bot/message/quota/consumption`.
|
|
912
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
913
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
914
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-consumption">LINE Developers documentation</a>
|
|
735
915
|
*/
|
|
736
916
|
getMessageQuotaConsumptionWithHttpInfo(): Promise<Types.ApiResponseType<messagingApi.QuotaConsumptionResponse>>;
|
|
737
917
|
/**
|
|
738
918
|
* Gets the status of a narrowcast message.
|
|
919
|
+
* Calls `GET https://api.line.me/v2/bot/message/progress/narrowcast`.
|
|
920
|
+
* To inspect the HTTP status code or response headers, use {@link getNarrowcastProgressWithHttpInfo}.
|
|
739
921
|
* @param requestId The narrowcast message's request ID. Each Messaging API request has a request ID.
|
|
740
|
-
*
|
|
741
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status">
|
|
922
|
+
* @returns A promise resolving to the response body.
|
|
923
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status">LINE Developers documentation</a>
|
|
742
924
|
*/
|
|
743
925
|
getNarrowcastProgress(requestId: string): Promise<messagingApi.NarrowcastProgressResponse>;
|
|
744
926
|
/**
|
|
745
|
-
* Gets the status of a narrowcast message
|
|
746
|
-
*
|
|
927
|
+
* Gets the status of a narrowcast message.
|
|
928
|
+
* Calls `GET https://api.line.me/v2/bot/message/progress/narrowcast`.
|
|
929
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
747
930
|
* @param requestId The narrowcast message's request ID. Each Messaging API request has a request ID.
|
|
748
|
-
*
|
|
749
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status">
|
|
931
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
932
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status">LINE Developers documentation</a>
|
|
750
933
|
*/
|
|
751
934
|
getNarrowcastProgressWithHttpInfo(requestId: string): Promise<Types.ApiResponseType<messagingApi.NarrowcastProgressResponse>>;
|
|
752
935
|
/**
|
|
753
936
|
* Get number of sent broadcast messages
|
|
937
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/broadcast`.
|
|
938
|
+
* To inspect the HTTP status code or response headers, use {@link getNumberOfSentBroadcastMessagesWithHttpInfo}.
|
|
754
939
|
* @param date Date the messages were sent Format: yyyyMMdd (e.g. 20191231) Timezone: UTC+9
|
|
755
|
-
*
|
|
756
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-broadcast-messages">
|
|
940
|
+
* @returns A promise resolving to the response body.
|
|
941
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-broadcast-messages">LINE Developers documentation</a>
|
|
757
942
|
*/
|
|
758
943
|
getNumberOfSentBroadcastMessages(date: string): Promise<messagingApi.NumberOfMessagesResponse>;
|
|
759
944
|
/**
|
|
760
|
-
* Get number of sent broadcast messages
|
|
761
|
-
*
|
|
945
|
+
* Get number of sent broadcast messages
|
|
946
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/broadcast`.
|
|
947
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
762
948
|
* @param date Date the messages were sent Format: yyyyMMdd (e.g. 20191231) Timezone: UTC+9
|
|
763
|
-
*
|
|
764
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-broadcast-messages">
|
|
949
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
950
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-broadcast-messages">LINE Developers documentation</a>
|
|
765
951
|
*/
|
|
766
952
|
getNumberOfSentBroadcastMessagesWithHttpInfo(date: string): Promise<Types.ApiResponseType<messagingApi.NumberOfMessagesResponse>>;
|
|
767
953
|
/**
|
|
768
954
|
* Get number of sent multicast messages
|
|
955
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/multicast`.
|
|
956
|
+
* To inspect the HTTP status code or response headers, use {@link getNumberOfSentMulticastMessagesWithHttpInfo}.
|
|
769
957
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
770
|
-
*
|
|
771
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-multicast-messages">
|
|
958
|
+
* @returns A promise resolving to the response body.
|
|
959
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-multicast-messages">LINE Developers documentation</a>
|
|
772
960
|
*/
|
|
773
961
|
getNumberOfSentMulticastMessages(date: string): Promise<messagingApi.NumberOfMessagesResponse>;
|
|
774
962
|
/**
|
|
775
|
-
* Get number of sent multicast messages
|
|
776
|
-
*
|
|
963
|
+
* Get number of sent multicast messages
|
|
964
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/multicast`.
|
|
965
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
777
966
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
778
|
-
*
|
|
779
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-multicast-messages">
|
|
967
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
968
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-multicast-messages">LINE Developers documentation</a>
|
|
780
969
|
*/
|
|
781
970
|
getNumberOfSentMulticastMessagesWithHttpInfo(date: string): Promise<Types.ApiResponseType<messagingApi.NumberOfMessagesResponse>>;
|
|
782
971
|
/**
|
|
783
972
|
* Get number of sent push messages
|
|
973
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/push`.
|
|
974
|
+
* To inspect the HTTP status code or response headers, use {@link getNumberOfSentPushMessagesWithHttpInfo}.
|
|
784
975
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
785
|
-
*
|
|
786
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-push-messages">
|
|
976
|
+
* @returns A promise resolving to the response body.
|
|
977
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-push-messages">LINE Developers documentation</a>
|
|
787
978
|
*/
|
|
788
979
|
getNumberOfSentPushMessages(date: string): Promise<messagingApi.NumberOfMessagesResponse>;
|
|
789
980
|
/**
|
|
790
|
-
* Get number of sent push messages
|
|
791
|
-
*
|
|
981
|
+
* Get number of sent push messages
|
|
982
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/push`.
|
|
983
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
792
984
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
793
|
-
*
|
|
794
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-push-messages">
|
|
985
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
986
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-push-messages">LINE Developers documentation</a>
|
|
795
987
|
*/
|
|
796
988
|
getNumberOfSentPushMessagesWithHttpInfo(date: string): Promise<Types.ApiResponseType<messagingApi.NumberOfMessagesResponse>>;
|
|
797
989
|
/**
|
|
798
990
|
* Get number of sent reply messages
|
|
991
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/reply`.
|
|
992
|
+
* To inspect the HTTP status code or response headers, use {@link getNumberOfSentReplyMessagesWithHttpInfo}.
|
|
799
993
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
800
|
-
*
|
|
801
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-reply-messages">
|
|
994
|
+
* @returns A promise resolving to the response body.
|
|
995
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-reply-messages">LINE Developers documentation</a>
|
|
802
996
|
*/
|
|
803
997
|
getNumberOfSentReplyMessages(date: string): Promise<messagingApi.NumberOfMessagesResponse>;
|
|
804
998
|
/**
|
|
805
|
-
* Get number of sent reply messages
|
|
806
|
-
*
|
|
999
|
+
* Get number of sent reply messages
|
|
1000
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/reply`.
|
|
1001
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
807
1002
|
* @param date Date the messages were sent Format: `yyyyMMdd` (e.g. `20191231`) Timezone: UTC+9
|
|
808
|
-
*
|
|
809
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-reply-messages">
|
|
1003
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1004
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-number-of-reply-messages">LINE Developers documentation</a>
|
|
810
1005
|
*/
|
|
811
1006
|
getNumberOfSentReplyMessagesWithHttpInfo(date: string): Promise<Types.ApiResponseType<messagingApi.NumberOfMessagesResponse>>;
|
|
812
1007
|
/**
|
|
813
1008
|
* Get number of sent LINE notification messages
|
|
1009
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/pnp`.
|
|
1010
|
+
* To inspect the HTTP status code or response headers, use {@link getPNPMessageStatisticsWithHttpInfo}.
|
|
814
1011
|
* @param date Date the message was sent Format: `yyyyMMdd` (Example:`20211231`) Time zone: UTC+9
|
|
815
|
-
*
|
|
816
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-number-of-sent-line-notification-messages">
|
|
1012
|
+
* @returns A promise resolving to the response body.
|
|
1013
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-number-of-sent-line-notification-messages">LINE Developers documentation</a>
|
|
817
1014
|
*/
|
|
818
1015
|
getPNPMessageStatistics(date: string): Promise<messagingApi.NumberOfMessagesResponse>;
|
|
819
1016
|
/**
|
|
820
|
-
* Get number of sent LINE notification messages
|
|
821
|
-
*
|
|
1017
|
+
* Get number of sent LINE notification messages
|
|
1018
|
+
* Calls `GET https://api.line.me/v2/bot/message/delivery/pnp`.
|
|
1019
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
822
1020
|
* @param date Date the message was sent Format: `yyyyMMdd` (Example:`20211231`) Time zone: UTC+9
|
|
823
|
-
*
|
|
824
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-number-of-sent-line-notification-messages">
|
|
1021
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1022
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-number-of-sent-line-notification-messages">LINE Developers documentation</a>
|
|
825
1023
|
*/
|
|
826
1024
|
getPNPMessageStatisticsWithHttpInfo(date: string): Promise<Types.ApiResponseType<messagingApi.NumberOfMessagesResponse>>;
|
|
827
1025
|
/**
|
|
828
1026
|
* Get profile
|
|
1027
|
+
* Calls `GET https://api.line.me/v2/bot/profile/{userId}`.
|
|
1028
|
+
* To inspect the HTTP status code or response headers, use {@link getProfileWithHttpInfo}.
|
|
829
1029
|
* @param userId User ID
|
|
830
|
-
*
|
|
831
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-profile">
|
|
1030
|
+
* @returns A promise resolving to the response body.
|
|
1031
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-profile">LINE Developers documentation</a>
|
|
832
1032
|
*/
|
|
833
1033
|
getProfile(userId: string): Promise<messagingApi.UserProfileResponse>;
|
|
834
1034
|
/**
|
|
835
|
-
* Get profile
|
|
836
|
-
*
|
|
1035
|
+
* Get profile
|
|
1036
|
+
* Calls `GET https://api.line.me/v2/bot/profile/{userId}`.
|
|
1037
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
837
1038
|
* @param userId User ID
|
|
838
|
-
*
|
|
839
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-profile">
|
|
1039
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1040
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-profile">LINE Developers documentation</a>
|
|
840
1041
|
*/
|
|
841
1042
|
getProfileWithHttpInfo(userId: string): Promise<Types.ApiResponseType<messagingApi.UserProfileResponse>>;
|
|
842
1043
|
/**
|
|
843
1044
|
* Gets a rich menu via a rich menu ID.
|
|
1045
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/{richMenuId}`.
|
|
1046
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuWithHttpInfo}.
|
|
844
1047
|
* @param richMenuId ID of a rich menu
|
|
845
|
-
*
|
|
846
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu">
|
|
1048
|
+
* @returns A promise resolving to the response body.
|
|
1049
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu">LINE Developers documentation</a>
|
|
847
1050
|
*/
|
|
848
1051
|
getRichMenu(richMenuId: string): Promise<messagingApi.RichMenuResponse>;
|
|
849
1052
|
/**
|
|
850
|
-
* Gets a rich menu via a rich menu ID
|
|
851
|
-
*
|
|
1053
|
+
* Gets a rich menu via a rich menu ID.
|
|
1054
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/{richMenuId}`.
|
|
1055
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
852
1056
|
* @param richMenuId ID of a rich menu
|
|
853
|
-
*
|
|
854
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu">
|
|
1057
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1058
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu">LINE Developers documentation</a>
|
|
855
1059
|
*/
|
|
856
1060
|
getRichMenuWithHttpInfo(richMenuId: string): Promise<Types.ApiResponseType<messagingApi.RichMenuResponse>>;
|
|
857
1061
|
/**
|
|
858
1062
|
* Get rich menu alias information
|
|
1063
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
1064
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuAliasWithHttpInfo}.
|
|
859
1065
|
* @param richMenuAliasId The rich menu alias ID whose information you want to obtain.
|
|
860
|
-
*
|
|
861
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-by-id">
|
|
1066
|
+
* @returns A promise resolving to the response body.
|
|
1067
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-by-id">LINE Developers documentation</a>
|
|
862
1068
|
*/
|
|
863
1069
|
getRichMenuAlias(richMenuAliasId: string): Promise<messagingApi.RichMenuAliasResponse>;
|
|
864
1070
|
/**
|
|
865
|
-
* Get rich menu alias information
|
|
866
|
-
*
|
|
1071
|
+
* Get rich menu alias information
|
|
1072
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
1073
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
867
1074
|
* @param richMenuAliasId The rich menu alias ID whose information you want to obtain.
|
|
868
|
-
*
|
|
869
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-by-id">
|
|
1075
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1076
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-by-id">LINE Developers documentation</a>
|
|
870
1077
|
*/
|
|
871
1078
|
getRichMenuAliasWithHttpInfo(richMenuAliasId: string): Promise<Types.ApiResponseType<messagingApi.RichMenuAliasResponse>>;
|
|
872
1079
|
/**
|
|
873
1080
|
* Get list of rich menu alias
|
|
874
|
-
*
|
|
875
|
-
* @
|
|
1081
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/alias/list`.
|
|
1082
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuAliasListWithHttpInfo}.
|
|
1083
|
+
* @returns A promise resolving to the response body.
|
|
1084
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-list">LINE Developers documentation</a>
|
|
876
1085
|
*/
|
|
877
1086
|
getRichMenuAliasList(): Promise<messagingApi.RichMenuAliasListResponse>;
|
|
878
1087
|
/**
|
|
879
|
-
* Get list of rich menu alias
|
|
880
|
-
*
|
|
881
|
-
*
|
|
882
|
-
* @
|
|
1088
|
+
* Get list of rich menu alias
|
|
1089
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/alias/list`.
|
|
1090
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1091
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1092
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-alias-list">LINE Developers documentation</a>
|
|
883
1093
|
*/
|
|
884
1094
|
getRichMenuAliasListWithHttpInfo(): Promise<Types.ApiResponseType<messagingApi.RichMenuAliasListResponse>>;
|
|
885
1095
|
/**
|
|
886
1096
|
* Get the status of Replace or unlink a linked rich menus in batches.
|
|
1097
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/progress/batch`.
|
|
1098
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuBatchProgressWithHttpInfo}.
|
|
887
1099
|
* @param requestId A request ID used to batch control the rich menu linked to the user. Each Messaging API request has a request ID.
|
|
888
|
-
*
|
|
889
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status">
|
|
1100
|
+
* @returns A promise resolving to the response body.
|
|
1101
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status">LINE Developers documentation</a>
|
|
890
1102
|
*/
|
|
891
1103
|
getRichMenuBatchProgress(requestId: string): Promise<messagingApi.RichMenuBatchProgressResponse>;
|
|
892
1104
|
/**
|
|
893
|
-
* Get the status of Replace or unlink a linked rich menus in batches
|
|
894
|
-
*
|
|
1105
|
+
* Get the status of Replace or unlink a linked rich menus in batches.
|
|
1106
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/progress/batch`.
|
|
1107
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
895
1108
|
* @param requestId A request ID used to batch control the rich menu linked to the user. Each Messaging API request has a request ID.
|
|
896
|
-
*
|
|
897
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status">
|
|
1109
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1110
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-batch-control-rich-menus-progress-status">LINE Developers documentation</a>
|
|
898
1111
|
*/
|
|
899
1112
|
getRichMenuBatchProgressWithHttpInfo(requestId: string): Promise<Types.ApiResponseType<messagingApi.RichMenuBatchProgressResponse>>;
|
|
900
1113
|
/**
|
|
901
1114
|
* Get rich menu ID of user
|
|
1115
|
+
* Calls `GET https://api.line.me/v2/bot/user/{userId}/richmenu`.
|
|
1116
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuIdOfUserWithHttpInfo}.
|
|
902
1117
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
903
|
-
*
|
|
904
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-id-of-user">
|
|
1118
|
+
* @returns A promise resolving to the response body.
|
|
1119
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-id-of-user">LINE Developers documentation</a>
|
|
905
1120
|
*/
|
|
906
1121
|
getRichMenuIdOfUser(userId: string): Promise<messagingApi.RichMenuIdResponse>;
|
|
907
1122
|
/**
|
|
908
|
-
* Get rich menu ID of user
|
|
909
|
-
*
|
|
1123
|
+
* Get rich menu ID of user
|
|
1124
|
+
* Calls `GET https://api.line.me/v2/bot/user/{userId}/richmenu`.
|
|
1125
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
910
1126
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
911
|
-
*
|
|
912
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-id-of-user">
|
|
1127
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1128
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-id-of-user">LINE Developers documentation</a>
|
|
913
1129
|
*/
|
|
914
1130
|
getRichMenuIdOfUserWithHttpInfo(userId: string): Promise<Types.ApiResponseType<messagingApi.RichMenuIdResponse>>;
|
|
915
1131
|
/**
|
|
916
1132
|
* Get rich menu list
|
|
917
|
-
*
|
|
918
|
-
* @
|
|
1133
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/list`.
|
|
1134
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuListWithHttpInfo}.
|
|
1135
|
+
* @returns A promise resolving to the response body.
|
|
1136
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-list">LINE Developers documentation</a>
|
|
919
1137
|
*/
|
|
920
1138
|
getRichMenuList(): Promise<messagingApi.RichMenuListResponse>;
|
|
921
1139
|
/**
|
|
922
|
-
* Get rich menu list
|
|
923
|
-
*
|
|
924
|
-
*
|
|
925
|
-
* @
|
|
1140
|
+
* Get rich menu list
|
|
1141
|
+
* Calls `GET https://api.line.me/v2/bot/richmenu/list`.
|
|
1142
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1143
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1144
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-rich-menu-list">LINE Developers documentation</a>
|
|
926
1145
|
*/
|
|
927
1146
|
getRichMenuListWithHttpInfo(): Promise<Types.ApiResponseType<messagingApi.RichMenuListResponse>>;
|
|
928
1147
|
/**
|
|
929
1148
|
* Get number of users in a multi-person chat
|
|
1149
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/members/count`.
|
|
1150
|
+
* To inspect the HTTP status code or response headers, use {@link getRoomMemberCountWithHttpInfo}.
|
|
930
1151
|
* @param roomId Room ID
|
|
931
|
-
*
|
|
932
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-room-count">
|
|
1152
|
+
* @returns A promise resolving to the response body.
|
|
1153
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-room-count">LINE Developers documentation</a>
|
|
933
1154
|
*/
|
|
934
1155
|
getRoomMemberCount(roomId: string): Promise<messagingApi.RoomMemberCountResponse>;
|
|
935
1156
|
/**
|
|
936
|
-
* Get number of users in a multi-person chat
|
|
937
|
-
*
|
|
1157
|
+
* Get number of users in a multi-person chat
|
|
1158
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/members/count`.
|
|
1159
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
938
1160
|
* @param roomId Room ID
|
|
939
|
-
*
|
|
940
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-room-count">
|
|
1161
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1162
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-members-room-count">LINE Developers documentation</a>
|
|
941
1163
|
*/
|
|
942
1164
|
getRoomMemberCountWithHttpInfo(roomId: string): Promise<Types.ApiResponseType<messagingApi.RoomMemberCountResponse>>;
|
|
943
1165
|
/**
|
|
944
1166
|
* Get multi-person chat member profile
|
|
1167
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/member/{userId}`.
|
|
1168
|
+
* To inspect the HTTP status code or response headers, use {@link getRoomMemberProfileWithHttpInfo}.
|
|
945
1169
|
* @param roomId Room ID
|
|
946
1170
|
* @param userId User ID
|
|
947
|
-
*
|
|
948
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile">
|
|
1171
|
+
* @returns A promise resolving to the response body.
|
|
1172
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile">LINE Developers documentation</a>
|
|
949
1173
|
*/
|
|
950
1174
|
getRoomMemberProfile(roomId: string, userId: string): Promise<messagingApi.RoomUserProfileResponse>;
|
|
951
1175
|
/**
|
|
952
|
-
* Get multi-person chat member profile
|
|
953
|
-
*
|
|
1176
|
+
* Get multi-person chat member profile
|
|
1177
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/member/{userId}`.
|
|
1178
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
954
1179
|
* @param roomId Room ID
|
|
955
1180
|
* @param userId User ID
|
|
956
|
-
*
|
|
957
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile">
|
|
1181
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1182
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-profile">LINE Developers documentation</a>
|
|
958
1183
|
*/
|
|
959
1184
|
getRoomMemberProfileWithHttpInfo(roomId: string, userId: string): Promise<Types.ApiResponseType<messagingApi.RoomUserProfileResponse>>;
|
|
960
1185
|
/**
|
|
961
1186
|
* Get multi-person chat member user IDs
|
|
1187
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/members/ids`.
|
|
1188
|
+
* To inspect the HTTP status code or response headers, use {@link getRoomMembersIdsWithHttpInfo}.
|
|
962
1189
|
* @param roomId Room ID
|
|
963
1190
|
* @param start Value of the continuation token found in the `next` property of the JSON object returned in the response. Include this parameter to get the next array of user IDs for the members of the group.
|
|
964
|
-
*
|
|
965
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-user-ids">
|
|
1191
|
+
* @returns A promise resolving to the response body.
|
|
1192
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-user-ids">LINE Developers documentation</a>
|
|
966
1193
|
*/
|
|
967
1194
|
getRoomMembersIds(roomId: string, start?: string): Promise<messagingApi.MembersIdsResponse>;
|
|
968
1195
|
/**
|
|
969
|
-
* Get multi-person chat member user IDs
|
|
970
|
-
*
|
|
1196
|
+
* Get multi-person chat member user IDs
|
|
1197
|
+
* Calls `GET https://api.line.me/v2/bot/room/{roomId}/members/ids`.
|
|
1198
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
971
1199
|
* @param roomId Room ID
|
|
972
1200
|
* @param start Value of the continuation token found in the `next` property of the JSON object returned in the response. Include this parameter to get the next array of user IDs for the members of the group.
|
|
973
|
-
*
|
|
974
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-user-ids">
|
|
1201
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1202
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-room-member-user-ids">LINE Developers documentation</a>
|
|
975
1203
|
*/
|
|
976
1204
|
getRoomMembersIdsWithHttpInfo(roomId: string, start?: string): Promise<Types.ApiResponseType<messagingApi.MembersIdsResponse>>;
|
|
977
1205
|
/**
|
|
978
1206
|
* Get webhook endpoint information
|
|
979
|
-
*
|
|
980
|
-
* @
|
|
1207
|
+
* Calls `GET https://api.line.me/v2/bot/channel/webhook/endpoint`.
|
|
1208
|
+
* To inspect the HTTP status code or response headers, use {@link getWebhookEndpointWithHttpInfo}.
|
|
1209
|
+
* @returns A promise resolving to the response body.
|
|
1210
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-webhook-endpoint-information">LINE Developers documentation</a>
|
|
981
1211
|
*/
|
|
982
1212
|
getWebhookEndpoint(): Promise<messagingApi.GetWebhookEndpointResponse>;
|
|
983
1213
|
/**
|
|
984
|
-
* Get webhook endpoint information
|
|
985
|
-
*
|
|
986
|
-
*
|
|
987
|
-
* @
|
|
1214
|
+
* Get webhook endpoint information
|
|
1215
|
+
* Calls `GET https://api.line.me/v2/bot/channel/webhook/endpoint`.
|
|
1216
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1217
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1218
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-webhook-endpoint-information">LINE Developers documentation</a>
|
|
988
1219
|
*/
|
|
989
1220
|
getWebhookEndpointWithHttpInfo(): Promise<Types.ApiResponseType<messagingApi.GetWebhookEndpointResponse>>;
|
|
990
1221
|
/**
|
|
991
1222
|
* Issue link token
|
|
1223
|
+
* Calls `POST https://api.line.me/v2/bot/user/{userId}/linkToken`.
|
|
1224
|
+
* To inspect the HTTP status code or response headers, use {@link issueLinkTokenWithHttpInfo}.
|
|
992
1225
|
* @param userId User ID for the LINE account to be linked. Found in the `source` object of account link event objects. Do not use the LINE ID used in LINE.
|
|
993
|
-
*
|
|
994
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#issue-link-token">
|
|
1226
|
+
* @returns A promise resolving to the response body.
|
|
1227
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#issue-link-token">LINE Developers documentation</a>
|
|
995
1228
|
*/
|
|
996
1229
|
issueLinkToken(userId: string): Promise<messagingApi.IssueLinkTokenResponse>;
|
|
997
1230
|
/**
|
|
998
|
-
* Issue link token
|
|
999
|
-
*
|
|
1231
|
+
* Issue link token
|
|
1232
|
+
* Calls `POST https://api.line.me/v2/bot/user/{userId}/linkToken`.
|
|
1233
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1000
1234
|
* @param userId User ID for the LINE account to be linked. Found in the `source` object of account link event objects. Do not use the LINE ID used in LINE.
|
|
1001
|
-
*
|
|
1002
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#issue-link-token">
|
|
1235
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1236
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#issue-link-token">LINE Developers documentation</a>
|
|
1003
1237
|
*/
|
|
1004
1238
|
issueLinkTokenWithHttpInfo(userId: string): Promise<Types.ApiResponseType<messagingApi.IssueLinkTokenResponse>>;
|
|
1005
1239
|
/**
|
|
1006
1240
|
* Leave group chat
|
|
1241
|
+
* Calls `POST https://api.line.me/v2/bot/group/{groupId}/leave`.
|
|
1242
|
+
* To inspect the HTTP status code or response headers, use {@link leaveGroupWithHttpInfo}.
|
|
1007
1243
|
* @param groupId Group ID
|
|
1008
|
-
*
|
|
1009
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-group">
|
|
1244
|
+
* @returns A promise resolving to the response body.
|
|
1245
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-group">LINE Developers documentation</a>
|
|
1010
1246
|
*/
|
|
1011
1247
|
leaveGroup(groupId: string): Promise<Types.MessageAPIResponseBase>;
|
|
1012
1248
|
/**
|
|
1013
|
-
* Leave group chat
|
|
1014
|
-
*
|
|
1249
|
+
* Leave group chat
|
|
1250
|
+
* Calls `POST https://api.line.me/v2/bot/group/{groupId}/leave`.
|
|
1251
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1015
1252
|
* @param groupId Group ID
|
|
1016
|
-
*
|
|
1017
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-group">
|
|
1253
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1254
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-group">LINE Developers documentation</a>
|
|
1018
1255
|
*/
|
|
1019
1256
|
leaveGroupWithHttpInfo(groupId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1020
1257
|
/**
|
|
1021
1258
|
* Leave multi-person chat
|
|
1259
|
+
* Calls `POST https://api.line.me/v2/bot/room/{roomId}/leave`.
|
|
1260
|
+
* To inspect the HTTP status code or response headers, use {@link leaveRoomWithHttpInfo}.
|
|
1022
1261
|
* @param roomId Room ID
|
|
1023
|
-
*
|
|
1024
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-room">
|
|
1262
|
+
* @returns A promise resolving to the response body.
|
|
1263
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-room">LINE Developers documentation</a>
|
|
1025
1264
|
*/
|
|
1026
1265
|
leaveRoom(roomId: string): Promise<Types.MessageAPIResponseBase>;
|
|
1027
1266
|
/**
|
|
1028
|
-
* Leave multi-person chat
|
|
1029
|
-
*
|
|
1267
|
+
* Leave multi-person chat
|
|
1268
|
+
* Calls `POST https://api.line.me/v2/bot/room/{roomId}/leave`.
|
|
1269
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1030
1270
|
* @param roomId Room ID
|
|
1031
|
-
*
|
|
1032
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-room">
|
|
1271
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1272
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#leave-room">LINE Developers documentation</a>
|
|
1033
1273
|
*/
|
|
1034
1274
|
leaveRoomWithHttpInfo(roomId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1035
1275
|
/**
|
|
1036
1276
|
* Link rich menu to user.
|
|
1277
|
+
* Calls `POST https://api.line.me/v2/bot/user/{userId}/richmenu/{richMenuId}`.
|
|
1278
|
+
* To inspect the HTTP status code or response headers, use {@link linkRichMenuIdToUserWithHttpInfo}.
|
|
1037
1279
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
1038
1280
|
* @param richMenuId ID of a rich menu
|
|
1039
|
-
*
|
|
1040
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-user">
|
|
1281
|
+
* @returns A promise resolving to the response body.
|
|
1282
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-user">LINE Developers documentation</a>
|
|
1041
1283
|
*/
|
|
1042
1284
|
linkRichMenuIdToUser(userId: string, richMenuId: string): Promise<Types.MessageAPIResponseBase>;
|
|
1043
1285
|
/**
|
|
1044
|
-
* Link rich menu to user
|
|
1045
|
-
*
|
|
1286
|
+
* Link rich menu to user.
|
|
1287
|
+
* Calls `POST https://api.line.me/v2/bot/user/{userId}/richmenu/{richMenuId}`.
|
|
1288
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1046
1289
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
1047
1290
|
* @param richMenuId ID of a rich menu
|
|
1048
|
-
*
|
|
1049
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-user">
|
|
1291
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1292
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-user">LINE Developers documentation</a>
|
|
1050
1293
|
*/
|
|
1051
1294
|
linkRichMenuIdToUserWithHttpInfo(userId: string, richMenuId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1052
1295
|
/**
|
|
1053
1296
|
* Link rich menu to multiple users
|
|
1297
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/bulk/link`.
|
|
1298
|
+
* To inspect the HTTP status code or response headers, use {@link linkRichMenuIdToUsersWithHttpInfo}.
|
|
1054
1299
|
* @param richMenuBulkLinkRequest
|
|
1055
|
-
*
|
|
1056
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users">
|
|
1300
|
+
* @returns A promise resolving to the response body.
|
|
1301
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users">LINE Developers documentation</a>
|
|
1057
1302
|
*/
|
|
1058
1303
|
linkRichMenuIdToUsers(richMenuBulkLinkRequest: messagingApi.RichMenuBulkLinkRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1059
1304
|
/**
|
|
1060
|
-
* Link rich menu to multiple users
|
|
1061
|
-
*
|
|
1305
|
+
* Link rich menu to multiple users
|
|
1306
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/bulk/link`.
|
|
1307
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1062
1308
|
* @param richMenuBulkLinkRequest
|
|
1063
|
-
*
|
|
1064
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users">
|
|
1309
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1310
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#link-rich-menu-to-users">LINE Developers documentation</a>
|
|
1065
1311
|
*/
|
|
1066
1312
|
linkRichMenuIdToUsersWithHttpInfo(richMenuBulkLinkRequest: messagingApi.RichMenuBulkLinkRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1067
1313
|
/**
|
|
1068
1314
|
* Get a paginated list of coupons.
|
|
1315
|
+
* Calls `GET https://api.line.me/v2/bot/coupon`.
|
|
1316
|
+
* To inspect the HTTP status code or response headers, use {@link listCouponWithHttpInfo}.
|
|
1069
1317
|
* @param status Filter coupons by their status.
|
|
1070
1318
|
* @param start Pagination token to retrieve the next page of results.
|
|
1071
1319
|
* @param limit Maximum number of coupons to return per request.
|
|
1072
|
-
*
|
|
1073
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupons-list">
|
|
1320
|
+
* @returns A promise resolving to the response body.
|
|
1321
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupons-list">LINE Developers documentation</a>
|
|
1074
1322
|
*/
|
|
1075
1323
|
listCoupon(status?: Set<"DRAFT" | "RUNNING" | "CLOSED">, start?: string, limit?: number): Promise<messagingApi.MessagingApiPagerCouponListResponse>;
|
|
1076
1324
|
/**
|
|
1077
|
-
* Get a paginated list of coupons
|
|
1078
|
-
*
|
|
1325
|
+
* Get a paginated list of coupons.
|
|
1326
|
+
* Calls `GET https://api.line.me/v2/bot/coupon`.
|
|
1327
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1079
1328
|
* @param status Filter coupons by their status.
|
|
1080
1329
|
* @param start Pagination token to retrieve the next page of results.
|
|
1081
1330
|
* @param limit Maximum number of coupons to return per request.
|
|
1082
|
-
*
|
|
1083
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupons-list">
|
|
1331
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1332
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-coupons-list">LINE Developers documentation</a>
|
|
1084
1333
|
*/
|
|
1085
1334
|
listCouponWithHttpInfo(status?: Set<"DRAFT" | "RUNNING" | "CLOSED">, start?: string, limit?: number): Promise<Types.ApiResponseType<messagingApi.MessagingApiPagerCouponListResponse>>;
|
|
1086
1335
|
/**
|
|
1087
1336
|
* Mark messages from users as read
|
|
1337
|
+
* Calls `POST https://api.line.me/v2/bot/message/markAsRead`.
|
|
1338
|
+
* To inspect the HTTP status code or response headers, use {@link markMessagesAsReadWithHttpInfo}.
|
|
1088
1339
|
* @param markMessagesAsReadRequest
|
|
1089
|
-
*
|
|
1090
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read">
|
|
1340
|
+
* @returns A promise resolving to the response body.
|
|
1341
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read">LINE Developers documentation</a>
|
|
1091
1342
|
*/
|
|
1092
1343
|
markMessagesAsRead(markMessagesAsReadRequest: messagingApi.MarkMessagesAsReadRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1093
1344
|
/**
|
|
1094
|
-
* Mark messages from users as read
|
|
1095
|
-
*
|
|
1345
|
+
* Mark messages from users as read
|
|
1346
|
+
* Calls `POST https://api.line.me/v2/bot/message/markAsRead`.
|
|
1347
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1096
1348
|
* @param markMessagesAsReadRequest
|
|
1097
|
-
*
|
|
1098
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read">
|
|
1349
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1350
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#mark-messages-from-users-as-read">LINE Developers documentation</a>
|
|
1099
1351
|
*/
|
|
1100
1352
|
markMessagesAsReadWithHttpInfo(markMessagesAsReadRequest: messagingApi.MarkMessagesAsReadRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1101
1353
|
/**
|
|
1102
1354
|
* Mark messages from users as read by token
|
|
1355
|
+
* Calls `POST https://api.line.me/v2/bot/chat/markAsRead`.
|
|
1356
|
+
* To inspect the HTTP status code or response headers, use {@link markMessagesAsReadByTokenWithHttpInfo}.
|
|
1103
1357
|
* @param markMessagesAsReadByTokenRequest
|
|
1104
|
-
*
|
|
1105
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#mark-as-read">
|
|
1358
|
+
* @returns A promise resolving to the response body.
|
|
1359
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#mark-as-read">LINE Developers documentation</a>
|
|
1106
1360
|
*/
|
|
1107
1361
|
markMessagesAsReadByToken(markMessagesAsReadByTokenRequest: messagingApi.MarkMessagesAsReadByTokenRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1108
1362
|
/**
|
|
1109
|
-
* Mark messages from users as read by token
|
|
1110
|
-
*
|
|
1363
|
+
* Mark messages from users as read by token
|
|
1364
|
+
* Calls `POST https://api.line.me/v2/bot/chat/markAsRead`.
|
|
1365
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1111
1366
|
* @param markMessagesAsReadByTokenRequest
|
|
1112
|
-
*
|
|
1113
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#mark-as-read">
|
|
1367
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1368
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#mark-as-read">LINE Developers documentation</a>
|
|
1114
1369
|
*/
|
|
1115
1370
|
markMessagesAsReadByTokenWithHttpInfo(markMessagesAsReadByTokenRequest: messagingApi.MarkMessagesAsReadByTokenRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1116
1371
|
/**
|
|
1117
1372
|
* An API that efficiently sends the same message to multiple user IDs. You can't send messages to group chats or multi-person chats.
|
|
1373
|
+
* Calls `POST https://api.line.me/v2/bot/message/multicast`.
|
|
1374
|
+
* To inspect the HTTP status code or response headers, use {@link multicastWithHttpInfo}.
|
|
1118
1375
|
* @param multicastRequest
|
|
1119
1376
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
1120
|
-
*
|
|
1121
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-multicast-message">
|
|
1377
|
+
* @returns A promise resolving to the response body.
|
|
1378
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-multicast-message">LINE Developers documentation</a>
|
|
1122
1379
|
*/
|
|
1123
1380
|
multicast(multicastRequest: messagingApi.MulticastRequest, xLineRetryKey?: string): Promise<object>;
|
|
1124
1381
|
/**
|
|
1125
|
-
* An API that efficiently sends the same message to multiple user IDs. You can't send messages to group chats or multi-person chats
|
|
1126
|
-
*
|
|
1382
|
+
* An API that efficiently sends the same message to multiple user IDs. You can't send messages to group chats or multi-person chats.
|
|
1383
|
+
* Calls `POST https://api.line.me/v2/bot/message/multicast`.
|
|
1384
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1127
1385
|
* @param multicastRequest
|
|
1128
1386
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
1129
|
-
*
|
|
1130
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-multicast-message">
|
|
1387
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1388
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-multicast-message">LINE Developers documentation</a>
|
|
1131
1389
|
*/
|
|
1132
1390
|
multicastWithHttpInfo(multicastRequest: messagingApi.MulticastRequest, xLineRetryKey?: string): Promise<Types.ApiResponseType<object>>;
|
|
1133
1391
|
/**
|
|
1134
1392
|
* Send narrowcast message
|
|
1393
|
+
* Calls `POST https://api.line.me/v2/bot/message/narrowcast`.
|
|
1394
|
+
* To inspect the HTTP status code or response headers, use {@link narrowcastWithHttpInfo}.
|
|
1135
1395
|
* @param narrowcastRequest
|
|
1136
1396
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
1137
|
-
*
|
|
1138
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message">
|
|
1397
|
+
* @returns A promise resolving to the response body.
|
|
1398
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message">LINE Developers documentation</a>
|
|
1139
1399
|
*/
|
|
1140
1400
|
narrowcast(narrowcastRequest: messagingApi.NarrowcastRequest, xLineRetryKey?: string): Promise<object>;
|
|
1141
1401
|
/**
|
|
1142
|
-
* Send narrowcast message
|
|
1143
|
-
*
|
|
1402
|
+
* Send narrowcast message
|
|
1403
|
+
* Calls `POST https://api.line.me/v2/bot/message/narrowcast`.
|
|
1404
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1144
1405
|
* @param narrowcastRequest
|
|
1145
1406
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
1146
|
-
*
|
|
1147
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message">
|
|
1407
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1408
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-narrowcast-message">LINE Developers documentation</a>
|
|
1148
1409
|
*/
|
|
1149
1410
|
narrowcastWithHttpInfo(narrowcastRequest: messagingApi.NarrowcastRequest, xLineRetryKey?: string): Promise<Types.ApiResponseType<object>>;
|
|
1150
1411
|
/**
|
|
1151
1412
|
* Sends a message to a user, group chat, or multi-person chat at any time.
|
|
1413
|
+
* Calls `POST https://api.line.me/v2/bot/message/push`.
|
|
1414
|
+
* To inspect the HTTP status code or response headers, use {@link pushMessageWithHttpInfo}.
|
|
1152
1415
|
* @param pushMessageRequest
|
|
1153
1416
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
1154
|
-
*
|
|
1155
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-push-message">
|
|
1417
|
+
* @returns A promise resolving to the response body.
|
|
1418
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-push-message">LINE Developers documentation</a>
|
|
1156
1419
|
*/
|
|
1157
1420
|
pushMessage(pushMessageRequest: messagingApi.PushMessageRequest, xLineRetryKey?: string): Promise<messagingApi.PushMessageResponse>;
|
|
1158
1421
|
/**
|
|
1159
|
-
* Sends a message to a user, group chat, or multi-person chat at any time
|
|
1160
|
-
*
|
|
1422
|
+
* Sends a message to a user, group chat, or multi-person chat at any time.
|
|
1423
|
+
* Calls `POST https://api.line.me/v2/bot/message/push`.
|
|
1424
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1161
1425
|
* @param pushMessageRequest
|
|
1162
1426
|
* @param xLineRetryKey Retry key. Specifies the UUID in hexadecimal format (e.g., `123e4567-e89b-12d3-a456-426614174000`) generated by any method. The retry key isn't generated by LINE. Each developer must generate their own retry key.
|
|
1163
|
-
*
|
|
1164
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-push-message">
|
|
1427
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1428
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-push-message">LINE Developers documentation</a>
|
|
1165
1429
|
*/
|
|
1166
1430
|
pushMessageWithHttpInfo(pushMessageRequest: messagingApi.PushMessageRequest, xLineRetryKey?: string): Promise<Types.ApiResponseType<messagingApi.PushMessageResponse>>;
|
|
1167
1431
|
/**
|
|
1168
1432
|
* Send LINE notification message
|
|
1433
|
+
* Calls `POST https://api.line.me/bot/pnp/push`.
|
|
1434
|
+
* To inspect the HTTP status code or response headers, use {@link pushMessagesByPhoneWithHttpInfo}.
|
|
1169
1435
|
* @param pnpMessagesRequest
|
|
1170
1436
|
* @param xLineDeliveryTag String returned in the delivery.data property of the delivery completion event via Webhook.
|
|
1171
|
-
*
|
|
1172
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message">
|
|
1437
|
+
* @returns A promise resolving to the response body.
|
|
1438
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message">LINE Developers documentation</a>
|
|
1173
1439
|
*/
|
|
1174
1440
|
pushMessagesByPhone(pnpMessagesRequest: messagingApi.PnpMessagesRequest, xLineDeliveryTag?: string): Promise<Types.MessageAPIResponseBase>;
|
|
1175
1441
|
/**
|
|
1176
|
-
* Send LINE notification message
|
|
1177
|
-
*
|
|
1442
|
+
* Send LINE notification message
|
|
1443
|
+
* Calls `POST https://api.line.me/bot/pnp/push`.
|
|
1444
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1178
1445
|
* @param pnpMessagesRequest
|
|
1179
1446
|
* @param xLineDeliveryTag String returned in the delivery.data property of the delivery completion event via Webhook.
|
|
1180
|
-
*
|
|
1181
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message">
|
|
1447
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1448
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-line-notification-message">LINE Developers documentation</a>
|
|
1182
1449
|
*/
|
|
1183
1450
|
pushMessagesByPhoneWithHttpInfo(pnpMessagesRequest: messagingApi.PnpMessagesRequest, xLineDeliveryTag?: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1184
1451
|
/**
|
|
1185
1452
|
* Send reply message
|
|
1453
|
+
* Calls `POST https://api.line.me/v2/bot/message/reply`.
|
|
1454
|
+
* To inspect the HTTP status code or response headers, use {@link replyMessageWithHttpInfo}.
|
|
1186
1455
|
* @param replyMessageRequest
|
|
1187
|
-
*
|
|
1188
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-reply-message">
|
|
1456
|
+
* @returns A promise resolving to the response body.
|
|
1457
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-reply-message">LINE Developers documentation</a>
|
|
1189
1458
|
*/
|
|
1190
1459
|
replyMessage(replyMessageRequest: messagingApi.ReplyMessageRequest): Promise<messagingApi.ReplyMessageResponse>;
|
|
1191
1460
|
/**
|
|
1192
|
-
* Send reply message
|
|
1193
|
-
*
|
|
1461
|
+
* Send reply message
|
|
1462
|
+
* Calls `POST https://api.line.me/v2/bot/message/reply`.
|
|
1463
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1194
1464
|
* @param replyMessageRequest
|
|
1195
|
-
*
|
|
1196
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-reply-message">
|
|
1465
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1466
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#send-reply-message">LINE Developers documentation</a>
|
|
1197
1467
|
*/
|
|
1198
1468
|
replyMessageWithHttpInfo(replyMessageRequest: messagingApi.ReplyMessageRequest): Promise<Types.ApiResponseType<messagingApi.ReplyMessageResponse>>;
|
|
1199
1469
|
/**
|
|
1200
1470
|
* You can use this endpoint to batch control the rich menu linked to the users using the endpoint such as Link rich menu to user. The following operations are available: 1. Replace a rich menu with another rich menu for all users linked to a specific rich menu 2. Unlink a rich menu for all users linked to a specific rich menu 3. Unlink a rich menu for all users linked the rich menu
|
|
1471
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/batch`.
|
|
1472
|
+
* To inspect the HTTP status code or response headers, use {@link richMenuBatchWithHttpInfo}.
|
|
1201
1473
|
* @param richMenuBatchRequest
|
|
1202
|
-
*
|
|
1203
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users">
|
|
1474
|
+
* @returns A promise resolving to the response body.
|
|
1475
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users">LINE Developers documentation</a>
|
|
1204
1476
|
*/
|
|
1205
1477
|
richMenuBatch(richMenuBatchRequest: messagingApi.RichMenuBatchRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1206
1478
|
/**
|
|
1207
|
-
* You can use this endpoint to batch control the rich menu linked to the users using the endpoint such as Link rich menu to user. The following operations are available: 1. Replace a rich menu with another rich menu for all users linked to a specific rich menu 2. Unlink a rich menu for all users linked to a specific rich menu 3. Unlink a rich menu for all users linked the rich menu
|
|
1208
|
-
*
|
|
1479
|
+
* You can use this endpoint to batch control the rich menu linked to the users using the endpoint such as Link rich menu to user. The following operations are available: 1. Replace a rich menu with another rich menu for all users linked to a specific rich menu 2. Unlink a rich menu for all users linked to a specific rich menu 3. Unlink a rich menu for all users linked the rich menu
|
|
1480
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/batch`.
|
|
1481
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1209
1482
|
* @param richMenuBatchRequest
|
|
1210
|
-
*
|
|
1211
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users">
|
|
1483
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1484
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#batch-control-rich-menus-of-users">LINE Developers documentation</a>
|
|
1212
1485
|
*/
|
|
1213
1486
|
richMenuBatchWithHttpInfo(richMenuBatchRequest: messagingApi.RichMenuBatchRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1214
1487
|
/**
|
|
1215
1488
|
* Set default rich menu
|
|
1489
|
+
* Calls `POST https://api.line.me/v2/bot/user/all/richmenu/{richMenuId}`.
|
|
1490
|
+
* To inspect the HTTP status code or response headers, use {@link setDefaultRichMenuWithHttpInfo}.
|
|
1216
1491
|
* @param richMenuId ID of a rich menu
|
|
1217
|
-
*
|
|
1218
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-default-rich-menu">
|
|
1492
|
+
* @returns A promise resolving to the response body.
|
|
1493
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-default-rich-menu">LINE Developers documentation</a>
|
|
1219
1494
|
*/
|
|
1220
1495
|
setDefaultRichMenu(richMenuId: string): Promise<Types.MessageAPIResponseBase>;
|
|
1221
1496
|
/**
|
|
1222
|
-
* Set default rich menu
|
|
1223
|
-
*
|
|
1497
|
+
* Set default rich menu
|
|
1498
|
+
* Calls `POST https://api.line.me/v2/bot/user/all/richmenu/{richMenuId}`.
|
|
1499
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1224
1500
|
* @param richMenuId ID of a rich menu
|
|
1225
|
-
*
|
|
1226
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-default-rich-menu">
|
|
1501
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1502
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-default-rich-menu">LINE Developers documentation</a>
|
|
1227
1503
|
*/
|
|
1228
1504
|
setDefaultRichMenuWithHttpInfo(richMenuId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1229
1505
|
/**
|
|
1230
1506
|
* Set webhook endpoint URL
|
|
1507
|
+
* Calls `PUT https://api.line.me/v2/bot/channel/webhook/endpoint`.
|
|
1508
|
+
* To inspect the HTTP status code or response headers, use {@link setWebhookEndpointWithHttpInfo}.
|
|
1231
1509
|
* @param setWebhookEndpointRequest
|
|
1232
|
-
*
|
|
1233
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url">
|
|
1510
|
+
* @returns A promise resolving to the response body.
|
|
1511
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url">LINE Developers documentation</a>
|
|
1234
1512
|
*/
|
|
1235
1513
|
setWebhookEndpoint(setWebhookEndpointRequest: messagingApi.SetWebhookEndpointRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1236
1514
|
/**
|
|
1237
|
-
* Set webhook endpoint URL
|
|
1238
|
-
*
|
|
1515
|
+
* Set webhook endpoint URL
|
|
1516
|
+
* Calls `PUT https://api.line.me/v2/bot/channel/webhook/endpoint`.
|
|
1517
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1239
1518
|
* @param setWebhookEndpointRequest
|
|
1240
|
-
*
|
|
1241
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url">
|
|
1519
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1520
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#set-webhook-endpoint-url">LINE Developers documentation</a>
|
|
1242
1521
|
*/
|
|
1243
1522
|
setWebhookEndpointWithHttpInfo(setWebhookEndpointRequest: messagingApi.SetWebhookEndpointRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1244
1523
|
/**
|
|
1245
1524
|
* Display a loading animation in one-on-one chats between users and LINE Official Accounts.
|
|
1525
|
+
* Calls `POST https://api.line.me/v2/bot/chat/loading/start`.
|
|
1526
|
+
* To inspect the HTTP status code or response headers, use {@link showLoadingAnimationWithHttpInfo}.
|
|
1246
1527
|
* @param showLoadingAnimationRequest
|
|
1247
|
-
*
|
|
1248
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator">
|
|
1528
|
+
* @returns A promise resolving to the response body.
|
|
1529
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator">LINE Developers documentation</a>
|
|
1249
1530
|
*/
|
|
1250
1531
|
showLoadingAnimation(showLoadingAnimationRequest: messagingApi.ShowLoadingAnimationRequest): Promise<object>;
|
|
1251
1532
|
/**
|
|
1252
|
-
* Display a loading animation in one-on-one chats between users and LINE Official Accounts
|
|
1253
|
-
*
|
|
1533
|
+
* Display a loading animation in one-on-one chats between users and LINE Official Accounts.
|
|
1534
|
+
* Calls `POST https://api.line.me/v2/bot/chat/loading/start`.
|
|
1535
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1254
1536
|
* @param showLoadingAnimationRequest
|
|
1255
|
-
*
|
|
1256
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator">
|
|
1537
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1538
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#display-a-loading-indicator">LINE Developers documentation</a>
|
|
1257
1539
|
*/
|
|
1258
1540
|
showLoadingAnimationWithHttpInfo(showLoadingAnimationRequest: messagingApi.ShowLoadingAnimationRequest): Promise<Types.ApiResponseType<object>>;
|
|
1259
1541
|
/**
|
|
1260
1542
|
* Test webhook endpoint
|
|
1543
|
+
* Calls `POST https://api.line.me/v2/bot/channel/webhook/test`.
|
|
1544
|
+
* To inspect the HTTP status code or response headers, use {@link testWebhookEndpointWithHttpInfo}.
|
|
1261
1545
|
* @param testWebhookEndpointRequest
|
|
1262
|
-
*
|
|
1263
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint">
|
|
1546
|
+
* @returns A promise resolving to the response body.
|
|
1547
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint">LINE Developers documentation</a>
|
|
1264
1548
|
*/
|
|
1265
1549
|
testWebhookEndpoint(testWebhookEndpointRequest?: messagingApi.TestWebhookEndpointRequest): Promise<messagingApi.TestWebhookEndpointResponse>;
|
|
1266
1550
|
/**
|
|
1267
|
-
* Test webhook endpoint
|
|
1268
|
-
*
|
|
1551
|
+
* Test webhook endpoint
|
|
1552
|
+
* Calls `POST https://api.line.me/v2/bot/channel/webhook/test`.
|
|
1553
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1269
1554
|
* @param testWebhookEndpointRequest
|
|
1270
|
-
*
|
|
1271
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint">
|
|
1555
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1556
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#test-webhook-endpoint">LINE Developers documentation</a>
|
|
1272
1557
|
*/
|
|
1273
1558
|
testWebhookEndpointWithHttpInfo(testWebhookEndpointRequest?: messagingApi.TestWebhookEndpointRequest): Promise<Types.ApiResponseType<messagingApi.TestWebhookEndpointResponse>>;
|
|
1274
1559
|
/**
|
|
1275
1560
|
* Unlink rich menu from user
|
|
1561
|
+
* Calls `DELETE https://api.line.me/v2/bot/user/{userId}/richmenu`.
|
|
1562
|
+
* To inspect the HTTP status code or response headers, use {@link unlinkRichMenuIdFromUserWithHttpInfo}.
|
|
1276
1563
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
1277
|
-
*
|
|
1278
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-user">
|
|
1564
|
+
* @returns A promise resolving to the response body.
|
|
1565
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-user">LINE Developers documentation</a>
|
|
1279
1566
|
*/
|
|
1280
1567
|
unlinkRichMenuIdFromUser(userId: string): Promise<Types.MessageAPIResponseBase>;
|
|
1281
1568
|
/**
|
|
1282
|
-
* Unlink rich menu from user
|
|
1283
|
-
*
|
|
1569
|
+
* Unlink rich menu from user
|
|
1570
|
+
* Calls `DELETE https://api.line.me/v2/bot/user/{userId}/richmenu`.
|
|
1571
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1284
1572
|
* @param userId User ID. Found in the `source` object of webhook event objects. Do not use the LINE ID used in LINE.
|
|
1285
|
-
*
|
|
1286
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-user">
|
|
1573
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1574
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-user">LINE Developers documentation</a>
|
|
1287
1575
|
*/
|
|
1288
1576
|
unlinkRichMenuIdFromUserWithHttpInfo(userId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1289
1577
|
/**
|
|
1290
1578
|
* Unlink rich menus from multiple users
|
|
1579
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/bulk/unlink`.
|
|
1580
|
+
* To inspect the HTTP status code or response headers, use {@link unlinkRichMenuIdFromUsersWithHttpInfo}.
|
|
1291
1581
|
* @param richMenuBulkUnlinkRequest
|
|
1292
|
-
*
|
|
1293
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users">
|
|
1582
|
+
* @returns A promise resolving to the response body.
|
|
1583
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users">LINE Developers documentation</a>
|
|
1294
1584
|
*/
|
|
1295
1585
|
unlinkRichMenuIdFromUsers(richMenuBulkUnlinkRequest: messagingApi.RichMenuBulkUnlinkRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1296
1586
|
/**
|
|
1297
|
-
* Unlink rich menus from multiple users
|
|
1298
|
-
*
|
|
1587
|
+
* Unlink rich menus from multiple users
|
|
1588
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/bulk/unlink`.
|
|
1589
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1299
1590
|
* @param richMenuBulkUnlinkRequest
|
|
1300
|
-
*
|
|
1301
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users">
|
|
1591
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1592
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#unlink-rich-menu-from-users">LINE Developers documentation</a>
|
|
1302
1593
|
*/
|
|
1303
1594
|
unlinkRichMenuIdFromUsersWithHttpInfo(richMenuBulkUnlinkRequest: messagingApi.RichMenuBulkUnlinkRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1304
1595
|
/**
|
|
1305
1596
|
* Update rich menu alias
|
|
1597
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
1598
|
+
* To inspect the HTTP status code or response headers, use {@link updateRichMenuAliasWithHttpInfo}.
|
|
1306
1599
|
* @param richMenuAliasId The rich menu alias ID you want to update.
|
|
1307
1600
|
* @param updateRichMenuAliasRequest
|
|
1308
|
-
*
|
|
1309
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias">
|
|
1601
|
+
* @returns A promise resolving to the response body.
|
|
1602
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias">LINE Developers documentation</a>
|
|
1310
1603
|
*/
|
|
1311
1604
|
updateRichMenuAlias(richMenuAliasId: string, updateRichMenuAliasRequest: messagingApi.UpdateRichMenuAliasRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1312
1605
|
/**
|
|
1313
|
-
* Update rich menu alias
|
|
1314
|
-
*
|
|
1606
|
+
* Update rich menu alias
|
|
1607
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/alias/{richMenuAliasId}`.
|
|
1608
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1315
1609
|
* @param richMenuAliasId The rich menu alias ID you want to update.
|
|
1316
1610
|
* @param updateRichMenuAliasRequest
|
|
1317
|
-
*
|
|
1318
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias">
|
|
1611
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1612
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#update-rich-menu-alias">LINE Developers documentation</a>
|
|
1319
1613
|
*/
|
|
1320
1614
|
updateRichMenuAliasWithHttpInfo(richMenuAliasId: string, updateRichMenuAliasRequest: messagingApi.UpdateRichMenuAliasRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1321
1615
|
/**
|
|
1322
1616
|
* Validate message objects of a broadcast message
|
|
1617
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/broadcast`.
|
|
1618
|
+
* To inspect the HTTP status code or response headers, use {@link validateBroadcastWithHttpInfo}.
|
|
1323
1619
|
* @param validateMessageRequest
|
|
1324
|
-
*
|
|
1325
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-broadcast-message">
|
|
1620
|
+
* @returns A promise resolving to the response body.
|
|
1621
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-broadcast-message">LINE Developers documentation</a>
|
|
1326
1622
|
*/
|
|
1327
1623
|
validateBroadcast(validateMessageRequest: messagingApi.ValidateMessageRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1328
1624
|
/**
|
|
1329
|
-
* Validate message objects of a broadcast message
|
|
1330
|
-
*
|
|
1625
|
+
* Validate message objects of a broadcast message
|
|
1626
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/broadcast`.
|
|
1627
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1331
1628
|
* @param validateMessageRequest
|
|
1332
|
-
*
|
|
1333
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-broadcast-message">
|
|
1629
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1630
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-broadcast-message">LINE Developers documentation</a>
|
|
1334
1631
|
*/
|
|
1335
1632
|
validateBroadcastWithHttpInfo(validateMessageRequest: messagingApi.ValidateMessageRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1336
1633
|
/**
|
|
1337
1634
|
* Validate message objects of a multicast message
|
|
1635
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/multicast`.
|
|
1636
|
+
* To inspect the HTTP status code or response headers, use {@link validateMulticastWithHttpInfo}.
|
|
1338
1637
|
* @param validateMessageRequest
|
|
1339
|
-
*
|
|
1340
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-multicast-message">
|
|
1638
|
+
* @returns A promise resolving to the response body.
|
|
1639
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-multicast-message">LINE Developers documentation</a>
|
|
1341
1640
|
*/
|
|
1342
1641
|
validateMulticast(validateMessageRequest: messagingApi.ValidateMessageRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1343
1642
|
/**
|
|
1344
|
-
* Validate message objects of a multicast message
|
|
1345
|
-
*
|
|
1643
|
+
* Validate message objects of a multicast message
|
|
1644
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/multicast`.
|
|
1645
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1346
1646
|
* @param validateMessageRequest
|
|
1347
|
-
*
|
|
1348
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-multicast-message">
|
|
1647
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1648
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-multicast-message">LINE Developers documentation</a>
|
|
1349
1649
|
*/
|
|
1350
1650
|
validateMulticastWithHttpInfo(validateMessageRequest: messagingApi.ValidateMessageRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1351
1651
|
/**
|
|
1352
1652
|
* Validate message objects of a narrowcast message
|
|
1653
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/narrowcast`.
|
|
1654
|
+
* To inspect the HTTP status code or response headers, use {@link validateNarrowcastWithHttpInfo}.
|
|
1353
1655
|
* @param validateMessageRequest
|
|
1354
|
-
*
|
|
1355
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-narrowcast-message">
|
|
1656
|
+
* @returns A promise resolving to the response body.
|
|
1657
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-narrowcast-message">LINE Developers documentation</a>
|
|
1356
1658
|
*/
|
|
1357
1659
|
validateNarrowcast(validateMessageRequest: messagingApi.ValidateMessageRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1358
1660
|
/**
|
|
1359
|
-
* Validate message objects of a narrowcast message
|
|
1360
|
-
*
|
|
1661
|
+
* Validate message objects of a narrowcast message
|
|
1662
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/narrowcast`.
|
|
1663
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1361
1664
|
* @param validateMessageRequest
|
|
1362
|
-
*
|
|
1363
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-narrowcast-message">
|
|
1665
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1666
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-narrowcast-message">LINE Developers documentation</a>
|
|
1364
1667
|
*/
|
|
1365
1668
|
validateNarrowcastWithHttpInfo(validateMessageRequest: messagingApi.ValidateMessageRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1366
1669
|
/**
|
|
1367
1670
|
* Validate message objects of a push message
|
|
1671
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/push`.
|
|
1672
|
+
* To inspect the HTTP status code or response headers, use {@link validatePushWithHttpInfo}.
|
|
1368
1673
|
* @param validateMessageRequest
|
|
1369
|
-
*
|
|
1370
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-push-message">
|
|
1674
|
+
* @returns A promise resolving to the response body.
|
|
1675
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-push-message">LINE Developers documentation</a>
|
|
1371
1676
|
*/
|
|
1372
1677
|
validatePush(validateMessageRequest: messagingApi.ValidateMessageRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1373
1678
|
/**
|
|
1374
|
-
* Validate message objects of a push message
|
|
1375
|
-
*
|
|
1679
|
+
* Validate message objects of a push message
|
|
1680
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/push`.
|
|
1681
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1376
1682
|
* @param validateMessageRequest
|
|
1377
|
-
*
|
|
1378
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-push-message">
|
|
1683
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1684
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-push-message">LINE Developers documentation</a>
|
|
1379
1685
|
*/
|
|
1380
1686
|
validatePushWithHttpInfo(validateMessageRequest: messagingApi.ValidateMessageRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1381
1687
|
/**
|
|
1382
1688
|
* Validate message objects of a reply message
|
|
1689
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/reply`.
|
|
1690
|
+
* To inspect the HTTP status code or response headers, use {@link validateReplyWithHttpInfo}.
|
|
1383
1691
|
* @param validateMessageRequest
|
|
1384
|
-
*
|
|
1385
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-reply-message">
|
|
1692
|
+
* @returns A promise resolving to the response body.
|
|
1693
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-reply-message">LINE Developers documentation</a>
|
|
1386
1694
|
*/
|
|
1387
1695
|
validateReply(validateMessageRequest: messagingApi.ValidateMessageRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1388
1696
|
/**
|
|
1389
|
-
* Validate message objects of a reply message
|
|
1390
|
-
*
|
|
1697
|
+
* Validate message objects of a reply message
|
|
1698
|
+
* Calls `POST https://api.line.me/v2/bot/message/validate/reply`.
|
|
1699
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1391
1700
|
* @param validateMessageRequest
|
|
1392
|
-
*
|
|
1393
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-reply-message">
|
|
1701
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1702
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-message-objects-of-reply-message">LINE Developers documentation</a>
|
|
1394
1703
|
*/
|
|
1395
1704
|
validateReplyWithHttpInfo(validateMessageRequest: messagingApi.ValidateMessageRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1396
1705
|
/**
|
|
1397
1706
|
* Validate a request body of the Replace or unlink the linked rich menus in batches endpoint.
|
|
1707
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/validate/batch`.
|
|
1708
|
+
* To inspect the HTTP status code or response headers, use {@link validateRichMenuBatchRequestWithHttpInfo}.
|
|
1398
1709
|
* @param richMenuBatchRequest
|
|
1399
|
-
*
|
|
1400
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-batch-control-rich-menus-request">
|
|
1710
|
+
* @returns A promise resolving to the response body.
|
|
1711
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-batch-control-rich-menus-request">LINE Developers documentation</a>
|
|
1401
1712
|
*/
|
|
1402
1713
|
validateRichMenuBatchRequest(richMenuBatchRequest: messagingApi.RichMenuBatchRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1403
1714
|
/**
|
|
1404
|
-
* Validate a request body of the Replace or unlink the linked rich menus in batches endpoint
|
|
1405
|
-
*
|
|
1715
|
+
* Validate a request body of the Replace or unlink the linked rich menus in batches endpoint.
|
|
1716
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/validate/batch`.
|
|
1717
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1406
1718
|
* @param richMenuBatchRequest
|
|
1407
|
-
*
|
|
1408
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-batch-control-rich-menus-request">
|
|
1719
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1720
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-batch-control-rich-menus-request">LINE Developers documentation</a>
|
|
1409
1721
|
*/
|
|
1410
1722
|
validateRichMenuBatchRequestWithHttpInfo(richMenuBatchRequest: messagingApi.RichMenuBatchRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1411
1723
|
/**
|
|
1412
1724
|
* Validate rich menu object
|
|
1725
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/validate`.
|
|
1726
|
+
* To inspect the HTTP status code or response headers, use {@link validateRichMenuObjectWithHttpInfo}.
|
|
1413
1727
|
* @param richMenuRequest
|
|
1414
|
-
*
|
|
1415
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-rich-menu-object">
|
|
1728
|
+
* @returns A promise resolving to the response body.
|
|
1729
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-rich-menu-object">LINE Developers documentation</a>
|
|
1416
1730
|
*/
|
|
1417
1731
|
validateRichMenuObject(richMenuRequest: messagingApi.RichMenuRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1418
1732
|
/**
|
|
1419
|
-
* Validate rich menu object
|
|
1420
|
-
*
|
|
1733
|
+
* Validate rich menu object
|
|
1734
|
+
* Calls `POST https://api.line.me/v2/bot/richmenu/validate`.
|
|
1735
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1421
1736
|
* @param richMenuRequest
|
|
1422
|
-
*
|
|
1423
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-rich-menu-object">
|
|
1737
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1738
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#validate-rich-menu-object">LINE Developers documentation</a>
|
|
1424
1739
|
*/
|
|
1425
1740
|
validateRichMenuObjectWithHttpInfo(richMenuRequest: messagingApi.RichMenuRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1426
1741
|
/**
|
|
1427
1742
|
* Download image, video, and audio data sent from users.
|
|
1743
|
+
* Calls `GET https://api-data.line.me/v2/bot/message/{messageId}/content`.
|
|
1744
|
+
* To inspect the HTTP status code or response headers, use {@link getMessageContentWithHttpInfo}.
|
|
1428
1745
|
* @param messageId Message ID of video or audio
|
|
1429
|
-
*
|
|
1430
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-content">
|
|
1746
|
+
* @returns A promise resolving to the response body.
|
|
1747
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-content">LINE Developers documentation</a>
|
|
1431
1748
|
*/
|
|
1432
1749
|
getMessageContent(messageId: string): Promise<Readable>;
|
|
1433
1750
|
/**
|
|
1434
|
-
* Download image, video, and audio data sent from users
|
|
1435
|
-
*
|
|
1751
|
+
* Download image, video, and audio data sent from users.
|
|
1752
|
+
* Calls `GET https://api-data.line.me/v2/bot/message/{messageId}/content`.
|
|
1753
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1436
1754
|
* @param messageId Message ID of video or audio
|
|
1437
|
-
*
|
|
1438
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-content">
|
|
1755
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1756
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-content">LINE Developers documentation</a>
|
|
1439
1757
|
*/
|
|
1440
1758
|
getMessageContentWithHttpInfo(messageId: string): Promise<Types.ApiResponseType<Readable>>;
|
|
1441
1759
|
/**
|
|
1442
1760
|
* Get a preview image of the image or video
|
|
1761
|
+
* Calls `GET https://api-data.line.me/v2/bot/message/{messageId}/content/preview`.
|
|
1762
|
+
* To inspect the HTTP status code or response headers, use {@link getMessageContentPreviewWithHttpInfo}.
|
|
1443
1763
|
* @param messageId Message ID of image or video
|
|
1444
|
-
*
|
|
1445
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-image-or-video-preview">
|
|
1764
|
+
* @returns A promise resolving to the response body.
|
|
1765
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-image-or-video-preview">LINE Developers documentation</a>
|
|
1446
1766
|
*/
|
|
1447
1767
|
getMessageContentPreview(messageId: string): Promise<Readable>;
|
|
1448
1768
|
/**
|
|
1449
|
-
* Get a preview image of the image or video
|
|
1450
|
-
*
|
|
1769
|
+
* Get a preview image of the image or video
|
|
1770
|
+
* Calls `GET https://api-data.line.me/v2/bot/message/{messageId}/content/preview`.
|
|
1771
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1451
1772
|
* @param messageId Message ID of image or video
|
|
1452
|
-
*
|
|
1453
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-image-or-video-preview">
|
|
1773
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1774
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-image-or-video-preview">LINE Developers documentation</a>
|
|
1454
1775
|
*/
|
|
1455
1776
|
getMessageContentPreviewWithHttpInfo(messageId: string): Promise<Types.ApiResponseType<Readable>>;
|
|
1456
1777
|
/**
|
|
1457
1778
|
* Verify the preparation status of a video or audio for getting
|
|
1779
|
+
* Calls `GET https://api-data.line.me/v2/bot/message/{messageId}/content/transcoding`.
|
|
1780
|
+
* To inspect the HTTP status code or response headers, use {@link getMessageContentTranscodingByMessageIdWithHttpInfo}.
|
|
1458
1781
|
* @param messageId Message ID of video or audio
|
|
1459
|
-
*
|
|
1460
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#verify-video-or-audio-preparation-status">
|
|
1782
|
+
* @returns A promise resolving to the response body.
|
|
1783
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#verify-video-or-audio-preparation-status">LINE Developers documentation</a>
|
|
1461
1784
|
*/
|
|
1462
1785
|
getMessageContentTranscodingByMessageId(messageId: string): Promise<messagingApi.GetMessageContentTranscodingResponse>;
|
|
1463
1786
|
/**
|
|
1464
|
-
* Verify the preparation status of a video or audio for getting
|
|
1465
|
-
*
|
|
1787
|
+
* Verify the preparation status of a video or audio for getting
|
|
1788
|
+
* Calls `GET https://api-data.line.me/v2/bot/message/{messageId}/content/transcoding`.
|
|
1789
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1466
1790
|
* @param messageId Message ID of video or audio
|
|
1467
|
-
*
|
|
1468
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#verify-video-or-audio-preparation-status">
|
|
1791
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1792
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#verify-video-or-audio-preparation-status">LINE Developers documentation</a>
|
|
1469
1793
|
*/
|
|
1470
1794
|
getMessageContentTranscodingByMessageIdWithHttpInfo(messageId: string): Promise<Types.ApiResponseType<messagingApi.GetMessageContentTranscodingResponse>>;
|
|
1471
1795
|
/**
|
|
1472
1796
|
* Download rich menu image.
|
|
1797
|
+
* Calls `GET https://api-data.line.me/v2/bot/richmenu/{richMenuId}/content`.
|
|
1798
|
+
* To inspect the HTTP status code or response headers, use {@link getRichMenuImageWithHttpInfo}.
|
|
1473
1799
|
* @param richMenuId ID of the rich menu with the image to be downloaded
|
|
1474
|
-
*
|
|
1475
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#download-rich-menu-image">
|
|
1800
|
+
* @returns A promise resolving to the response body.
|
|
1801
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#download-rich-menu-image">LINE Developers documentation</a>
|
|
1476
1802
|
*/
|
|
1477
1803
|
getRichMenuImage(richMenuId: string): Promise<Readable>;
|
|
1478
1804
|
/**
|
|
1479
|
-
* Download rich menu image
|
|
1480
|
-
*
|
|
1805
|
+
* Download rich menu image.
|
|
1806
|
+
* Calls `GET https://api-data.line.me/v2/bot/richmenu/{richMenuId}/content`.
|
|
1807
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1481
1808
|
* @param richMenuId ID of the rich menu with the image to be downloaded
|
|
1482
|
-
*
|
|
1483
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#download-rich-menu-image">
|
|
1809
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1810
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#download-rich-menu-image">LINE Developers documentation</a>
|
|
1484
1811
|
*/
|
|
1485
1812
|
getRichMenuImageWithHttpInfo(richMenuId: string): Promise<Types.ApiResponseType<Readable>>;
|
|
1486
1813
|
/**
|
|
1487
1814
|
* Upload rich menu image
|
|
1815
|
+
* Calls `POST https://api-data.line.me/v2/bot/richmenu/{richMenuId}/content`.
|
|
1816
|
+
* To inspect the HTTP status code or response headers, use {@link setRichMenuImageWithHttpInfo}.
|
|
1488
1817
|
* @param richMenuId The ID of the rich menu to attach the image to
|
|
1489
1818
|
* @param body
|
|
1490
|
-
*
|
|
1491
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#upload-rich-menu-image">
|
|
1819
|
+
* @returns A promise resolving to the response body.
|
|
1820
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#upload-rich-menu-image">LINE Developers documentation</a>
|
|
1492
1821
|
*/
|
|
1493
1822
|
setRichMenuImage(richMenuId: string, body: Blob): Promise<Types.MessageAPIResponseBase>;
|
|
1494
1823
|
/**
|
|
1495
|
-
* Upload rich menu image
|
|
1496
|
-
*
|
|
1824
|
+
* Upload rich menu image
|
|
1825
|
+
* Calls `POST https://api-data.line.me/v2/bot/richmenu/{richMenuId}/content`.
|
|
1826
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1497
1827
|
* @param richMenuId The ID of the rich menu to attach the image to
|
|
1498
1828
|
* @param body
|
|
1499
|
-
*
|
|
1500
|
-
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#upload-rich-menu-image">
|
|
1829
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1830
|
+
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#upload-rich-menu-image">LINE Developers documentation</a>
|
|
1501
1831
|
*/
|
|
1502
1832
|
setRichMenuImageWithHttpInfo(richMenuId: string, body: Blob): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1503
1833
|
/**
|
|
1504
1834
|
* If the Standby Channel wants to take the initiative (Chat Control), it calls the Acquire Control API. The channel that was previously an Active Channel will automatically switch to a Standby Channel.
|
|
1835
|
+
* Calls `POST https://api.line.me/v2/bot/chat/{chatId}/control/acquire`.
|
|
1836
|
+
* To inspect the HTTP status code or response headers, use {@link acquireChatControlWithHttpInfo}.
|
|
1505
1837
|
* @param chatId The `userId`, `roomId`, or `groupId`
|
|
1506
1838
|
* @param acquireChatControlRequest
|
|
1507
|
-
*
|
|
1508
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#acquire-control-api">
|
|
1839
|
+
* @returns A promise resolving to the response body.
|
|
1840
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#acquire-control-api">LINE Developers documentation</a>
|
|
1509
1841
|
*/
|
|
1510
1842
|
acquireChatControl(chatId: string, acquireChatControlRequest?: moduleOperation.AcquireChatControlRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1511
1843
|
/**
|
|
1512
|
-
* If the Standby Channel wants to take the initiative (Chat Control), it calls the Acquire Control API. The channel that was previously an Active Channel will automatically switch to a Standby Channel.
|
|
1513
|
-
*
|
|
1844
|
+
* If the Standby Channel wants to take the initiative (Chat Control), it calls the Acquire Control API. The channel that was previously an Active Channel will automatically switch to a Standby Channel.
|
|
1845
|
+
* Calls `POST https://api.line.me/v2/bot/chat/{chatId}/control/acquire`.
|
|
1846
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1514
1847
|
* @param chatId The `userId`, `roomId`, or `groupId`
|
|
1515
1848
|
* @param acquireChatControlRequest
|
|
1516
|
-
*
|
|
1517
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#acquire-control-api">
|
|
1849
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1850
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#acquire-control-api">LINE Developers documentation</a>
|
|
1518
1851
|
*/
|
|
1519
1852
|
acquireChatControlWithHttpInfo(chatId: string, acquireChatControlRequest?: moduleOperation.AcquireChatControlRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1520
1853
|
/**
|
|
1521
1854
|
* The module channel admin calls the Detach API to detach the module channel from a LINE Official Account.
|
|
1855
|
+
* Calls `POST https://api.line.me/v2/bot/channel/detach`.
|
|
1856
|
+
* To inspect the HTTP status code or response headers, use {@link detachModuleWithHttpInfo}.
|
|
1522
1857
|
* @param detachModuleRequest
|
|
1523
|
-
*
|
|
1524
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#unlink-detach-module-channel-by-operation-mc-admin">
|
|
1858
|
+
* @returns A promise resolving to the response body.
|
|
1859
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#unlink-detach-module-channel-by-operation-mc-admin">LINE Developers documentation</a>
|
|
1525
1860
|
*/
|
|
1526
1861
|
detachModule(detachModuleRequest?: moduleOperation.DetachModuleRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1527
1862
|
/**
|
|
1528
|
-
* The module channel admin calls the Detach API to detach the module channel from a LINE Official Account
|
|
1529
|
-
*
|
|
1863
|
+
* The module channel admin calls the Detach API to detach the module channel from a LINE Official Account.
|
|
1864
|
+
* Calls `POST https://api.line.me/v2/bot/channel/detach`.
|
|
1865
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1530
1866
|
* @param detachModuleRequest
|
|
1531
|
-
*
|
|
1532
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#unlink-detach-module-channel-by-operation-mc-admin">
|
|
1867
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1868
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#unlink-detach-module-channel-by-operation-mc-admin">LINE Developers documentation</a>
|
|
1533
1869
|
*/
|
|
1534
1870
|
detachModuleWithHttpInfo(detachModuleRequest?: moduleOperation.DetachModuleRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1535
1871
|
/**
|
|
1536
1872
|
* Gets a list of basic information about the bots of multiple LINE Official Accounts that have attached module channels.
|
|
1873
|
+
* Calls `GET https://api.line.me/v2/bot/list`.
|
|
1874
|
+
* To inspect the HTTP status code or response headers, use {@link getModulesWithHttpInfo}.
|
|
1537
1875
|
* @param start Value of the continuation token found in the next property of the JSON object returned in the response. If you can't get all basic information about the bots in one request, include this parameter to get the remaining array.
|
|
1538
1876
|
* @param limit Specify the maximum number of bots that you get basic information from. The default value is 100. Max value: 100
|
|
1539
|
-
*
|
|
1540
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api">
|
|
1877
|
+
* @returns A promise resolving to the response body.
|
|
1878
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api">LINE Developers documentation</a>
|
|
1541
1879
|
*/
|
|
1542
1880
|
getModules(start?: string, limit?: number): Promise<moduleOperation.GetModulesResponse>;
|
|
1543
1881
|
/**
|
|
1544
|
-
* Gets a list of basic information about the bots of multiple LINE Official Accounts that have attached module channels
|
|
1545
|
-
*
|
|
1882
|
+
* Gets a list of basic information about the bots of multiple LINE Official Accounts that have attached module channels.
|
|
1883
|
+
* Calls `GET https://api.line.me/v2/bot/list`.
|
|
1884
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1546
1885
|
* @param start Value of the continuation token found in the next property of the JSON object returned in the response. If you can't get all basic information about the bots in one request, include this parameter to get the remaining array.
|
|
1547
1886
|
* @param limit Specify the maximum number of bots that you get basic information from. The default value is 100. Max value: 100
|
|
1548
|
-
*
|
|
1549
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api">
|
|
1887
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1888
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#get-multiple-bot-info-api">LINE Developers documentation</a>
|
|
1550
1889
|
*/
|
|
1551
1890
|
getModulesWithHttpInfo(start?: string, limit?: number): Promise<Types.ApiResponseType<moduleOperation.GetModulesResponse>>;
|
|
1552
1891
|
/**
|
|
1553
1892
|
* To return the initiative (Chat Control) of Active Channel to Primary Channel, call the Release Control API.
|
|
1893
|
+
* Calls `POST https://api.line.me/v2/bot/chat/{chatId}/control/release`.
|
|
1894
|
+
* To inspect the HTTP status code or response headers, use {@link releaseChatControlWithHttpInfo}.
|
|
1554
1895
|
* @param chatId The `userId`, `roomId`, or `groupId`
|
|
1555
|
-
*
|
|
1556
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#release-control-api">
|
|
1896
|
+
* @returns A promise resolving to the response body.
|
|
1897
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#release-control-api">LINE Developers documentation</a>
|
|
1557
1898
|
*/
|
|
1558
1899
|
releaseChatControl(chatId: string): Promise<Types.MessageAPIResponseBase>;
|
|
1559
1900
|
/**
|
|
1560
|
-
* To return the initiative (Chat Control) of Active Channel to Primary Channel, call the Release Control API.
|
|
1561
|
-
*
|
|
1901
|
+
* To return the initiative (Chat Control) of Active Channel to Primary Channel, call the Release Control API.
|
|
1902
|
+
* Calls `POST https://api.line.me/v2/bot/chat/{chatId}/control/release`.
|
|
1903
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1562
1904
|
* @param chatId The `userId`, `roomId`, or `groupId`
|
|
1563
|
-
*
|
|
1564
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#release-control-api">
|
|
1905
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1906
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#release-control-api">LINE Developers documentation</a>
|
|
1565
1907
|
*/
|
|
1566
1908
|
releaseChatControlWithHttpInfo(chatId: string): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1567
1909
|
/**
|
|
1568
1910
|
* Attach by operation of the module channel provider
|
|
1911
|
+
* Calls `POST https://manager.line.biz/module/auth/v1/token`.
|
|
1912
|
+
* To inspect the HTTP status code or response headers, use {@link attachModuleWithHttpInfo}.
|
|
1569
1913
|
* @param grantType authorization_code
|
|
1570
1914
|
* @param code Authorization code received from the LINE Platform.
|
|
1571
1915
|
* @param redirectUri Specify the redirect_uri specified in the URL for authentication and authorization.
|
|
@@ -1576,13 +1920,14 @@ export declare abstract class LineBotClientBase {
|
|
|
1576
1920
|
* @param basicSearchId If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.
|
|
1577
1921
|
* @param scope If you specified a value for scope in the URL for authentication and authorization, specify the same value.
|
|
1578
1922
|
* @param brandType If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.
|
|
1579
|
-
*
|
|
1580
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#link-attach-by-operation-module-channel-provider">
|
|
1923
|
+
* @returns A promise resolving to the response body.
|
|
1924
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#link-attach-by-operation-module-channel-provider">LINE Developers documentation</a>
|
|
1581
1925
|
*/
|
|
1582
1926
|
attachModule(grantType: string, code: string, redirectUri: string, codeVerifier?: string, clientId?: string, clientSecret?: string, region?: string, basicSearchId?: string, scope?: string, brandType?: string): Promise<moduleAttach.AttachModuleResponse>;
|
|
1583
1927
|
/**
|
|
1584
|
-
* Attach by operation of the module channel provider
|
|
1585
|
-
*
|
|
1928
|
+
* Attach by operation of the module channel provider
|
|
1929
|
+
* Calls `POST https://manager.line.biz/module/auth/v1/token`.
|
|
1930
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1586
1931
|
* @param grantType authorization_code
|
|
1587
1932
|
* @param code Authorization code received from the LINE Platform.
|
|
1588
1933
|
* @param redirectUri Specify the redirect_uri specified in the URL for authentication and authorization.
|
|
@@ -1593,23 +1938,26 @@ export declare abstract class LineBotClientBase {
|
|
|
1593
1938
|
* @param basicSearchId If you specified a value for basic_search_id in the URL for authentication and authorization, specify the same value.
|
|
1594
1939
|
* @param scope If you specified a value for scope in the URL for authentication and authorization, specify the same value.
|
|
1595
1940
|
* @param brandType If you specified a value for brand_type in the URL for authentication and authorization, specify the same value.
|
|
1596
|
-
*
|
|
1597
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#link-attach-by-operation-module-channel-provider">
|
|
1941
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1942
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#link-attach-by-operation-module-channel-provider">LINE Developers documentation</a>
|
|
1598
1943
|
*/
|
|
1599
1944
|
attachModuleWithHttpInfo(grantType: string, code: string, redirectUri: string, codeVerifier?: string, clientId?: string, clientSecret?: string, region?: string, basicSearchId?: string, scope?: string, brandType?: string): Promise<Types.ApiResponseType<moduleAttach.AttachModuleResponse>>;
|
|
1600
1945
|
/**
|
|
1601
1946
|
* Sends a mission sticker.
|
|
1947
|
+
* Calls `POST https://api.line.me/shop/v3/mission`.
|
|
1948
|
+
* To inspect the HTTP status code or response headers, use {@link missionStickerV3WithHttpInfo}.
|
|
1602
1949
|
* @param missionStickerRequest
|
|
1603
|
-
*
|
|
1604
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3">
|
|
1950
|
+
* @returns A promise resolving to the response body.
|
|
1951
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3">LINE Developers documentation</a>
|
|
1605
1952
|
*/
|
|
1606
1953
|
missionStickerV3(missionStickerRequest: shop.MissionStickerRequest): Promise<Types.MessageAPIResponseBase>;
|
|
1607
1954
|
/**
|
|
1608
|
-
* Sends a mission sticker
|
|
1609
|
-
*
|
|
1955
|
+
* Sends a mission sticker.
|
|
1956
|
+
* Calls `POST https://api.line.me/shop/v3/mission`.
|
|
1957
|
+
* This method returns the response body together with the underlying `httpResponse`.
|
|
1610
1958
|
* @param missionStickerRequest
|
|
1611
|
-
*
|
|
1612
|
-
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3">
|
|
1959
|
+
* @returns A promise resolving to the response body together with the underlying `httpResponse`.
|
|
1960
|
+
* @see <a href="https://developers.line.biz/en/reference/partner-docs/#send-mission-stickers-v3">LINE Developers documentation</a>
|
|
1613
1961
|
*/
|
|
1614
1962
|
missionStickerV3WithHttpInfo(missionStickerRequest: shop.MissionStickerRequest): Promise<Types.ApiResponseType<Types.MessageAPIResponseBase>>;
|
|
1615
1963
|
}
|