Files
clawdbot/src/msteams/attachments.ts
2026-01-14 01:17:56 +00:00

18 lines
546 B
TypeScript

export { downloadMSTeamsImageAttachments } from "./attachments/download.js";
export {
buildMSTeamsGraphMessageUrls,
downloadMSTeamsGraphMedia,
} from "./attachments/graph.js";
export {
buildMSTeamsAttachmentPlaceholder,
summarizeMSTeamsHtmlAttachments,
} from "./attachments/html.js";
export { buildMSTeamsMediaPayload } from "./attachments/payload.js";
export type {
MSTeamsAccessTokenProvider,
MSTeamsAttachmentLike,
MSTeamsGraphMediaResult,
MSTeamsHtmlAttachmentSummary,
MSTeamsInboundMedia,
} from "./attachments/types.js";