aimpress-chatbot/node_modules/botframework-connector/lib/teams/teamsConnectorClientContext.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

23 lines
No EOL
1 KiB
TypeScript

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ServiceClientCredentials, ServiceClient } from '@azure/core-http';
import { TeamsConnectorClientOptions } from './models';
/**
* The Bot Connector REST API extension for Microsoft Teams allows your
* bot to perform extended operations on the Microsoft Teams channel
* configured in the [Bot Framework Developer Portal](https://dev.botframework.com).
* The Connector service uses industry-standard REST and JSON over HTTPS.
*/
export declare class TeamsConnectorClientContext extends ServiceClient {
credentials: ServiceClientCredentials;
/**
* Initializes a new instance of the TeamsConnectorClientContext class.
*
* @param credentials Subscription credentials which uniquely identify client subscription.
* @param [options] The parameter options
*/
constructor(credentials: ServiceClientCredentials, options?: TeamsConnectorClientOptions);
}
//# sourceMappingURL=teamsConnectorClientContext.d.ts.map