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

4 lines
294 B
TypeScript

import type { AttachmentSource } from "../models/index.js";
export type ChangeGroupAvatarResponse = "";
export declare const changeGroupAvatarFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => (avatarSource: AttachmentSource, groupId: string) => Promise<"">;