Files
botAffilate/serverADB/node_modules/zca-js/dist/apis/removeGroupDeputy.d.ts
T
2026-07-21 08:54:30 +07:00

3 lines
231 B
TypeScript

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