UNPKG

zca-js

Version:

Unofficial Zalo API for JavaScript

3 lines (2 loc) 288 B
export type ChangeAccountAvatarResponse = ""; export declare const changeAccountAvatarFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (userId: string, filePath: string, width?: number, height?: number, language?: string, size?: null) => Promise<"">;