mirror of
https://github.com/mimamch/wa-gateway.git
synced 2026-04-25 00:45:49 +03:00
[PR #52] [MERGED] feat(webhook): implement session webhook api #83
Labels
No labels
bug
documentation
invalid
pull-request
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-gateway-mimamch#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mimamch/wa-gateway/pull/52
Author: @mimamch
Created: 2/27/2025
Status: ✅ Merged
Merged: 2/27/2025
Merged by: @mimamch
Base:
master← Head:feat-webhook📝 Commits (5)
2fd214ffeat(webhook): implement message webhook api0c0fe47feat(webhook): implement session webhook apid833eb0fix(deps): update wa-multi-session to version 3.7.3704a78efeat(message): add simulate typing3d6d9c1feat: implement api send sticker📊 Changes
9 files changed (+162 additions, -12 deletions)
View changed files
📝
.gitignore(+2 -1)📝
package.json(+3 -2)📝
pnpm-lock.yaml(+12 -9)📝
src/controllers/message.ts(+50 -0)📝
src/env.ts(+1 -0)📝
src/index.ts(+30 -0)➕
src/webhooks/index.ts(+12 -0)➕
src/webhooks/message.ts(+32 -0)➕
src/webhooks/session.ts(+20 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.