mirror of
https://github.com/mimamch/wa-multi-session.git
synced 2026-04-25 00:36:08 +03:00
[PR #43] [CLOSED] add whatsapp number check before sending a message #56
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-multi-session/pull/43
Author: @sarp
Created: 2/3/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
ba0179eadd number check before message044a403update package97ea0d7add diste31a701remove dist from gitignore📊 Changes
45 files changed (+1040 additions, -3 deletions)
View changed files
📝
.gitignore(+1 -2)➕
dist/Defaults/index.d.ts(+19 -0)➕
dist/Defaults/index.d.ts.map(+1 -0)➕
dist/Defaults/index.js(+28 -0)➕
dist/Error/index.d.ts(+5 -0)➕
dist/Error/index.d.ts.map(+1 -0)➕
dist/Error/index.js(+14 -0)➕
dist/Messaging/index.d.ts(+33 -0)➕
dist/Messaging/index.d.ts.map(+1 -0)➕
dist/Messaging/index.js(+254 -0)➕
dist/Socket/index.d.ts(+27 -0)➕
dist/Socket/index.d.ts.map(+1 -0)➕
dist/Socket/index.js(+327 -0)➕
dist/Types/index.d.ts(+62 -0)➕
dist/Types/index.d.ts.map(+1 -0)➕
dist/Types/index.js(+2 -0)➕
dist/Utils/create-delay.d.ts(+2 -0)➕
dist/Utils/create-delay.d.ts.map(+1 -0)➕
dist/Utils/create-delay.js(+18 -0)➕
dist/Utils/error.d.ts(+4 -0)...and 25 more files
📄 Description
this checks if a whatsapp number is registered on whatsapp before sending a message
sendImage and other methods already have this check
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.