UNPKG

@warriorteam/zalo-personal

Version:

Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support

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>;