feat(zalouser): add reactions, group context, and receipt acks

This commit is contained in:
Peter Steinberger
2026-03-02 22:08:01 +00:00
parent 317075ef3d
commit f9025c3f55
15 changed files with 692 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ vi.mock("./send.js", () => ({
sendMessageZalouser: vi.fn(),
sendImageZalouser: vi.fn(),
sendLinkZalouser: vi.fn(),
sendReactionZalouser: vi.fn(),
}));
vi.mock("./zalo-js.js", () => ({