UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

6 lines (5 loc) 261 B
export type FetchAvatarResponse = { bk_full_avatar: string; full_avatar: string; }; export declare const getAvatarFactory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => (fid: string) => Promise<FetchAvatarResponse>;