feat(channels): add microsoft teams bot framework adapter
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export { TeamsAdapter, type TeamsAdapterConfig } from './adapter.js';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
export { TeamsAdapter, type TeamsAdapterConfig } from './adapter.js';
|
||||