UNPKG

n8n-nodes-zola-fake

Version:

Các node hỗ trợ Zalo cho n8n Thong

4 lines (3 loc) 299 B
import type { AttachmentSource } from "../models/Attachment.js"; export type ChangeGroupAvatarResponse = ""; export declare const changeGroupAvatarFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (avatarSource: AttachmentSource, groupId: string) => Promise<"">;