Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 5aef472

Browse files
committed
publish new docs
1 parent 582dc24 commit 5aef472

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/botkit/src/adapter.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
import { BotFrameworkAdapter, TurnContext } from 'botbuilder';
55
import * as request from 'request';
66

7+
/**
8+
* This class extends the BotFrameworkAdapter with a few additional features to support Microsoft Teams.
9+
*/
710
export class BotkitBotFrameworkAdapter extends BotFrameworkAdapter {
811

912
constructor(options) {

packages/docs/reference/core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Load a plugin module and bind all included middlewares to their respective endpo
434434

435435
<a name="BotkitBotFrameworkAdapter"></a>
436436
## BotkitBotFrameworkAdapter
437-
437+
This class extends the BotFrameworkAdapter with a few additional features to support Microsoft Teams.
438438

439439
To use this class in your application, first install the package:
440440
```bash

0 commit comments

Comments
 (0)