UNPKG

@warriorteam/zalo-personal

Version:

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

19 lines (18 loc) 547 B
export type GetSentFriendRequestResponse = { [userId: string]: { userId: string; zaloName: string; displayName: string; avatar: string; globalId: string; bizPkg: { pkgId: number; }; fReqInfo: { message: string; src: number; time: number; }; }; }; export declare const getSentFriendRequestFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => () => Promise<GetSentFriendRequestResponse>;