UNPKG

@warriorteam/zalo-personal

Version:

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

5 lines (4 loc) 289 B
export type RemoveUserFromGroupResponse = { errorMembers: string[]; }; export declare const removeUserFromGroupFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (memberId: string | string[], groupId: string) => Promise<RemoveUserFromGroupResponse>;