You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
* This class extends the BotFrameworkAdapter with a few additional features to support Microsoft Teams.
8
+
* This class extends the [BotFrameworkAdapter](https://docs.microsoft.com/en-us/javascript/api/botbuilder/botframeworkadapter?view=botbuilder-ts-latest) with a few additional features to support Microsoft Teams.
Copy file name to clipboardExpand all lines: packages/docs/reference/core.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -434,7 +434,7 @@ Load a plugin module and bind all included middlewares to their respective endpo
434
434
435
435
<aname="BotkitBotFrameworkAdapter"></a>
436
436
## BotkitBotFrameworkAdapter
437
-
This class extends the BotFrameworkAdapter with a few additional features to support Microsoft Teams.
437
+
This class extends the [BotFrameworkAdapter](https://docs.microsoft.com/en-us/javascript/api/botbuilder/botframeworkadapter?view=botbuilder-ts-latest) with a few additional features to support Microsoft Teams.
438
438
439
439
To use this class in your application, first install the package:
0 commit comments