UNPKG

n8n-nodes-zola-fake

Version:

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

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