UNPKG

@warriorteam/zalo-personal

Version:

Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support, auto-reply, product catalog, and business features

9 lines (8 loc) 378 B
export type GetFriendRequestStatusResponse = { addFriendPrivacy: number; isSeenFriendReq: boolean; is_friend: number; is_requested: number; is_requesting: number; }; export declare const getFriendRequestStatusFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (friendId: string) => Promise<GetFriendRequestStatusResponse>;