openclaw/extensions/msteams/src/channel.runtime.ts
2026-03-15 17:50:35 -07:00

5 lines
266 B
TypeScript

export { listMSTeamsDirectoryGroupsLive, listMSTeamsDirectoryPeersLive } from "./directory-live.js";
export { msteamsOutbound } from "./outbound.js";
export { probeMSTeams } from "./probe.js";
export { sendAdaptiveCardMSTeams, sendMessageMSTeams } from "./send.js";