wechaty-face-carton
Version:
10 lines • 427 B
TypeScript
export function WechatyFaceCartonPlugin({ secretId, secretKey, allowUser, allowRoom, quickModel, maxuser, tipsword }: {
secretId?: string | undefined;
secretKey?: string | undefined;
allowUser?: any[] | undefined;
allowRoom?: any[] | undefined;
quickModel?: boolean | undefined;
maxuser?: number | undefined;
tipsword?: string | undefined;
}): (bot: any) => void;
//# sourceMappingURL=index.d.ts.map