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

5 lines
259 B
TypeScript

export type ChangeGroupOwnerResponse = {
time: number;
};
export declare const changeGroupOwnerFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (memberId: string, groupId: string) => Promise<ChangeGroupOwnerResponse>;