UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

4 lines (3 loc) 281 B
import type { AttachmentSource } from "../models/index.js"; export type ChangeAccountAvatarResponse = ""; export declare const changeAccountAvatarFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (avatarSource: AttachmentSource) => Promise<"">;