UNPKG

@warriorteam/zalo-personal

Version:

Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support

14 lines (13 loc) 298 B
export type AttachmentSource = string | { url: string; filename?: `${string}.${string}`; headers?: Record<string, string>; } | { data: Buffer; filename: `${string}.${string}`; metadata: { totalSize: number; width?: number; height?: number; }; };