// This file is auto-generated, don't edit it /** */ import Util, * as $Util from '@alicloud/tea-util'; import GatewayClient from '@alicloud/gateway-dingtalk'; import OpenApi, * as $OpenApi from '@alicloud/openapi-client'; import OpenApiUtil from '@alicloud/openapi-util'; import * as $tea from '@alicloud/tea-typescript'; export class InstallCoolAppOrderToGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InstallCoolAppOrderToGroupRequest extends $tea.Model { /** * @example * cidxxx */ conversationId?: string; sortedPluginIdList?: number[]; /** * @example * template-id-xxx */ templateId?: string; unsortedPluginIdList?: number[]; static names(): { [key: string]: string } { return { conversationId: 'conversationId', sortedPluginIdList: 'sortedPluginIdList', templateId: 'templateId', unsortedPluginIdList: 'unsortedPluginIdList', }; } static types(): { [key: string]: any } { return { conversationId: 'string', sortedPluginIdList: { 'type': 'array', 'itemType': 'number' }, templateId: 'string', unsortedPluginIdList: { 'type': 'array', 'itemType': 'number' }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InstallCoolAppOrderToGroupResponseBody extends $tea.Model { result?: string; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'string', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InstallCoolAppOrderToGroupResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: InstallCoolAppOrderToGroupResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: InstallCoolAppOrderToGroupResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InstallCoolAppToGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InstallCoolAppToGroupRequest extends $tea.Model { /** * @example * cidxxxx */ conversationId?: string; /** * @example * CoolApp-xxx */ operateCoolAppCode?: string; /** * @example * staffid12 */ operatorId?: string; /** * @example * template-id-xxx */ templateId?: string; static names(): { [key: string]: string } { return { conversationId: 'conversationId', operateCoolAppCode: 'operateCoolAppCode', operatorId: 'operatorId', templateId: 'templateId', }; } static types(): { [key: string]: any } { return { conversationId: 'string', operateCoolAppCode: 'string', operatorId: 'string', templateId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InstallCoolAppToGroupResponseBody extends $tea.Model { result?: string; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'string', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class InstallCoolAppToGroupResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: InstallCoolAppToGroupResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: InstallCoolAppToGroupResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryCoolAppShortcutOrderHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryCoolAppShortcutOrderRequest extends $tea.Model { /** * @example * cidxxx */ conversationId?: string; /** * @example * staff1 */ operatorId?: string; /** * @example * templateId1 */ templateId?: string; static names(): { [key: string]: string } { return { conversationId: 'conversationId', operatorId: 'operatorId', templateId: 'templateId', }; } static types(): { [key: string]: any } { return { conversationId: 'string', operatorId: 'string', templateId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryCoolAppShortcutOrderResponseBody extends $tea.Model { result?: QueryCoolAppShortcutOrderResponseBodyResult; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: QueryCoolAppShortcutOrderResponseBodyResult, success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryCoolAppShortcutOrderResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: QueryCoolAppShortcutOrderResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: QueryCoolAppShortcutOrderResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryInstalledCoolAppsInConversationHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryInstalledCoolAppsInConversationRequest extends $tea.Model { /** * @example * cidxxx */ openConversationId?: string; static names(): { [key: string]: string } { return { openConversationId: 'openConversationId', }; } static types(): { [key: string]: any } { return { openConversationId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryInstalledCoolAppsInConversationResponseBody extends $tea.Model { result?: QueryInstalledCoolAppsInConversationResponseBodyResult; static names(): { [key: string]: string } { return { result: 'result', }; } static types(): { [key: string]: any } { return { result: QueryInstalledCoolAppsInConversationResponseBodyResult, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryInstalledCoolAppsInConversationResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: QueryInstalledCoolAppsInConversationResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: QueryInstalledCoolAppsInConversationResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UninstallCoolAppFromGroupHeaders extends $tea.Model { commonHeaders?: { [key: string]: string }; xAcsDingtalkAccessToken?: string; static names(): { [key: string]: string } { return { commonHeaders: 'commonHeaders', xAcsDingtalkAccessToken: 'x-acs-dingtalk-access-token', }; } static types(): { [key: string]: any } { return { commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, xAcsDingtalkAccessToken: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UninstallCoolAppFromGroupRequest extends $tea.Model { /** * @example * cidxxx */ conversationId?: string; /** * @example * CoolApp-xxx */ operateCoolAppCode?: string; /** * @example * staffid111 */ operatorId?: string; /** * @example * template-id-xxx */ templateId?: string; static names(): { [key: string]: string } { return { conversationId: 'conversationId', operateCoolAppCode: 'operateCoolAppCode', operatorId: 'operatorId', templateId: 'templateId', }; } static types(): { [key: string]: any } { return { conversationId: 'string', operateCoolAppCode: 'string', operatorId: 'string', templateId: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UninstallCoolAppFromGroupResponseBody extends $tea.Model { result?: string; success?: boolean; static names(): { [key: string]: string } { return { result: 'result', success: 'success', }; } static types(): { [key: string]: any } { return { result: 'string', success: 'boolean', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class UninstallCoolAppFromGroupResponse extends $tea.Model { headers?: { [key: string]: string }; statusCode?: number; body?: UninstallCoolAppFromGroupResponseBody; static names(): { [key: string]: string } { return { headers: 'headers', statusCode: 'statusCode', body: 'body', }; } static types(): { [key: string]: any } { return { headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' }, statusCode: 'number', body: UninstallCoolAppFromGroupResponseBody, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryCoolAppShortcutOrderResponseBodyResultForbiddenPluginList extends $tea.Model { appCode?: string; desc?: string; pluginId?: string; source?: string; title?: string; static names(): { [key: string]: string } { return { appCode: 'appCode', desc: 'desc', pluginId: 'pluginId', source: 'source', title: 'title', }; } static types(): { [key: string]: any } { return { appCode: 'string', desc: 'string', pluginId: 'string', source: 'string', title: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryCoolAppShortcutOrderResponseBodyResultMyPluginList extends $tea.Model { appCode?: string; desc?: string; pluginId?: string; source?: string; title?: string; static names(): { [key: string]: string } { return { appCode: 'appCode', desc: 'desc', pluginId: 'pluginId', source: 'source', title: 'title', }; } static types(): { [key: string]: any } { return { appCode: 'string', desc: 'string', pluginId: 'string', source: 'string', title: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryCoolAppShortcutOrderResponseBodyResultOtherPluginList extends $tea.Model { appCode?: string; desc?: string; pluginId?: string; source?: string; title?: string; static names(): { [key: string]: string } { return { appCode: 'appCode', desc: 'desc', pluginId: 'pluginId', source: 'source', title: 'title', }; } static types(): { [key: string]: any } { return { appCode: 'string', desc: 'string', pluginId: 'string', source: 'string', title: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryCoolAppShortcutOrderResponseBodyResult extends $tea.Model { forbiddenPluginList?: QueryCoolAppShortcutOrderResponseBodyResultForbiddenPluginList[]; myPluginList?: QueryCoolAppShortcutOrderResponseBodyResultMyPluginList[]; otherPluginList?: QueryCoolAppShortcutOrderResponseBodyResultOtherPluginList[]; static names(): { [key: string]: string } { return { forbiddenPluginList: 'forbiddenPluginList', myPluginList: 'myPluginList', otherPluginList: 'otherPluginList', }; } static types(): { [key: string]: any } { return { forbiddenPluginList: { 'type': 'array', 'itemType': QueryCoolAppShortcutOrderResponseBodyResultForbiddenPluginList }, myPluginList: { 'type': 'array', 'itemType': QueryCoolAppShortcutOrderResponseBodyResultMyPluginList }, otherPluginList: { 'type': 'array', 'itemType': QueryCoolAppShortcutOrderResponseBodyResultOtherPluginList }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryInstalledCoolAppsInConversationResponseBodyResultCoolApps extends $tea.Model { coolAppCode?: string; coolAppName?: string; static names(): { [key: string]: string } { return { coolAppCode: 'coolAppCode', coolAppName: 'coolAppName', }; } static types(): { [key: string]: any } { return { coolAppCode: 'string', coolAppName: 'string', }; } constructor(map?: { [key: string]: any }) { super(map); } } export class QueryInstalledCoolAppsInConversationResponseBodyResult extends $tea.Model { coolApps?: QueryInstalledCoolAppsInConversationResponseBodyResultCoolApps[]; static names(): { [key: string]: string } { return { coolApps: 'coolApps', }; } static types(): { [key: string]: any } { return { coolApps: { 'type': 'array', 'itemType': QueryInstalledCoolAppsInConversationResponseBodyResultCoolApps }, }; } constructor(map?: { [key: string]: any }) { super(map); } } export default class Client extends OpenApi { constructor(config: $OpenApi.Config) { super(config); let gatewayClient = new GatewayClient(); this._spi = gatewayClient; this._endpointRule = ""; if (Util.empty(this._endpoint)) { this._endpoint = "api.dingtalk.com"; } } /** * 群酷应用排序 * * @param request - InstallCoolAppOrderToGroupRequest * @param headers - InstallCoolAppOrderToGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns InstallCoolAppOrderToGroupResponse */ async installCoolAppOrderToGroupWithOptions(request: InstallCoolAppOrderToGroupRequest, headers: InstallCoolAppOrderToGroupHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.conversationId)) { body["conversationId"] = request.conversationId; } if (!Util.isUnset(request.sortedPluginIdList)) { body["sortedPluginIdList"] = request.sortedPluginIdList; } if (!Util.isUnset(request.templateId)) { body["templateId"] = request.templateId; } if (!Util.isUnset(request.unsortedPluginIdList)) { body["unsortedPluginIdList"] = request.unsortedPluginIdList; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "InstallCoolAppOrderToGroup", version: "coolApp_1.0", protocol: "HTTP", pathname: `/v1.0/coolApp/shortcuts/plugins/order`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new InstallCoolAppOrderToGroupResponse({})); } /** * 群酷应用排序 * * @param request - InstallCoolAppOrderToGroupRequest * @returns InstallCoolAppOrderToGroupResponse */ async installCoolAppOrderToGroup(request: InstallCoolAppOrderToGroupRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new InstallCoolAppOrderToGroupHeaders({ }); return await this.installCoolAppOrderToGroupWithOptions(request, headers, runtime); } /** * 安装酷应用到群 * * @param request - InstallCoolAppToGroupRequest * @param headers - InstallCoolAppToGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns InstallCoolAppToGroupResponse */ async installCoolAppToGroupWithOptions(request: InstallCoolAppToGroupRequest, headers: InstallCoolAppToGroupHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.conversationId)) { body["conversationId"] = request.conversationId; } if (!Util.isUnset(request.operateCoolAppCode)) { body["operateCoolAppCode"] = request.operateCoolAppCode; } if (!Util.isUnset(request.operatorId)) { body["operatorId"] = request.operatorId; } if (!Util.isUnset(request.templateId)) { body["templateId"] = request.templateId; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "InstallCoolAppToGroup", version: "coolApp_1.0", protocol: "HTTP", pathname: `/v1.0/coolApp/shortcuts/plugins/install`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new InstallCoolAppToGroupResponse({})); } /** * 安装酷应用到群 * * @param request - InstallCoolAppToGroupRequest * @returns InstallCoolAppToGroupResponse */ async installCoolAppToGroup(request: InstallCoolAppToGroupRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new InstallCoolAppToGroupHeaders({ }); return await this.installCoolAppToGroupWithOptions(request, headers, runtime); } /** * 查询群插件栏 * * @param request - QueryCoolAppShortcutOrderRequest * @param headers - QueryCoolAppShortcutOrderHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryCoolAppShortcutOrderResponse */ async queryCoolAppShortcutOrderWithOptions(request: QueryCoolAppShortcutOrderRequest, headers: QueryCoolAppShortcutOrderHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.conversationId)) { body["conversationId"] = request.conversationId; } if (!Util.isUnset(request.operatorId)) { body["operatorId"] = request.operatorId; } if (!Util.isUnset(request.templateId)) { body["templateId"] = request.templateId; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "QueryCoolAppShortcutOrder", version: "coolApp_1.0", protocol: "HTTP", pathname: `/v1.0/coolApp/shortcuts/plugins/query`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new QueryCoolAppShortcutOrderResponse({})); } /** * 查询群插件栏 * * @param request - QueryCoolAppShortcutOrderRequest * @returns QueryCoolAppShortcutOrderResponse */ async queryCoolAppShortcutOrder(request: QueryCoolAppShortcutOrderRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new QueryCoolAppShortcutOrderHeaders({ }); return await this.queryCoolAppShortcutOrderWithOptions(request, headers, runtime); } /** * 查询会话内已安装的酷应用 * * @param request - QueryInstalledCoolAppsInConversationRequest * @param headers - QueryInstalledCoolAppsInConversationHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns QueryInstalledCoolAppsInConversationResponse */ async queryInstalledCoolAppsInConversationWithOptions(request: QueryInstalledCoolAppsInConversationRequest, headers: QueryInstalledCoolAppsInConversationHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.openConversationId)) { body["openConversationId"] = request.openConversationId; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "QueryInstalledCoolAppsInConversation", version: "coolApp_1.0", protocol: "HTTP", pathname: `/v1.0/coolApp/installedInConversation/query`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new QueryInstalledCoolAppsInConversationResponse({})); } /** * 查询会话内已安装的酷应用 * * @param request - QueryInstalledCoolAppsInConversationRequest * @returns QueryInstalledCoolAppsInConversationResponse */ async queryInstalledCoolAppsInConversation(request: QueryInstalledCoolAppsInConversationRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new QueryInstalledCoolAppsInConversationHeaders({ }); return await this.queryInstalledCoolAppsInConversationWithOptions(request, headers, runtime); } /** * 从群内卸载酷应用 * * @param request - UninstallCoolAppFromGroupRequest * @param headers - UninstallCoolAppFromGroupHeaders * @param runtime - runtime options for this request RuntimeOptions * @returns UninstallCoolAppFromGroupResponse */ async uninstallCoolAppFromGroupWithOptions(request: UninstallCoolAppFromGroupRequest, headers: UninstallCoolAppFromGroupHeaders, runtime: $Util.RuntimeOptions): Promise { Util.validateModel(request); let body : {[key: string ]: any} = { }; if (!Util.isUnset(request.conversationId)) { body["conversationId"] = request.conversationId; } if (!Util.isUnset(request.operateCoolAppCode)) { body["operateCoolAppCode"] = request.operateCoolAppCode; } if (!Util.isUnset(request.operatorId)) { body["operatorId"] = request.operatorId; } if (!Util.isUnset(request.templateId)) { body["templateId"] = request.templateId; } let realHeaders : {[key: string ]: string} = { }; if (!Util.isUnset(headers.commonHeaders)) { realHeaders = headers.commonHeaders; } if (!Util.isUnset(headers.xAcsDingtalkAccessToken)) { realHeaders["x-acs-dingtalk-access-token"] = Util.toJSONString(headers.xAcsDingtalkAccessToken); } let req = new $OpenApi.OpenApiRequest({ headers: realHeaders, body: OpenApiUtil.parseToMap(body), }); let params = new $OpenApi.Params({ action: "UninstallCoolAppFromGroup", version: "coolApp_1.0", protocol: "HTTP", pathname: `/v1.0/coolApp/shortcuts/plugins/uninstall`, method: "POST", authType: "AK", style: "ROA", reqBodyType: "none", bodyType: "json", }); return $tea.cast(await this.execute(params, req, runtime), new UninstallCoolAppFromGroupResponse({})); } /** * 从群内卸载酷应用 * * @param request - UninstallCoolAppFromGroupRequest * @returns UninstallCoolAppFromGroupResponse */ async uninstallCoolAppFromGroup(request: UninstallCoolAppFromGroupRequest): Promise { let runtime = new $Util.RuntimeOptions({ }); let headers = new UninstallCoolAppFromGroupHeaders({ }); return await this.uninstallCoolAppFromGroupWithOptions(request, headers, runtime); } }