UNPKG

@nguyennhuy/zalo-api

Version:

Unofficial Zalo API for JavaScript

3 lines (2 loc) 245 B
export type RemoveGroupBlockedMemberResponse = ""; export declare const removeGroupBlockedMemberFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (memberId: string | string[], groupId: string) => Promise<"">;