UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

9 lines (8 loc) 347 B
export type FetchProfileExtraResponse = { totalPhotos: number; photos: string[]; groupIds: string[]; photoMetas: string[]; bkPhotos: string[]; }; export declare const getProfileExtraFactory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => (fid: string) => Promise<FetchProfileExtraResponse>;