openclaw/extensions/msteams/src/channel.runtime.ts

5 lines
266 B
TypeScript
Raw Permalink Normal View History

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