UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 236 B
interface DownloadResult { path: string; contentType?: string; size: number; } export declare function downloadLineMedia(messageId: string, channelAccessToken: string, maxBytes?: number): Promise<DownloadResult>; export {};