Files
botAffilate/serverNode/node_modules/zca-js/dist/apis/removeGroupBlockedMember.d.ts
T

3 lines
245 B
TypeScript

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