UNPKG

@gguf/claw

Version:

WhatsApp gateway CLI (Baileys web) with Pi RPC agent

19 lines (18 loc) 637 B
export { downloadMSTeamsAttachments, /** @deprecated Use `downloadMSTeamsAttachments` instead. */ 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";