UNPKG

zca-js

Version:

Unofficial Zalo API for JavaScript

10 lines (9 loc) 199 B
export type AttachmentSource = string | { data: Buffer; filename: `${string}.${string}`; metadata: { totalSize: number; width?: number; height?: number; }; };