[PR #43] [CLOSED] add whatsapp number check before sending a message #56

Closed
opened 2026-02-27 10:25:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mimamch/wa-multi-session/pull/43
Author: @sarp
Created: 2/3/2025
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mimamch/wa-multi-session/pull/43 **Author:** [@sarp](https://github.com/sarp) **Created:** 2/3/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`ba0179e`](https://github.com/mimamch/wa-multi-session/commit/ba0179e11548455b7ed61323629324fadc76e9e1) add number check before message - [`044a403`](https://github.com/mimamch/wa-multi-session/commit/044a4030427c261360e948098ddb62672005df49) update package - [`97ea0d7`](https://github.com/mimamch/wa-multi-session/commit/97ea0d734bd678d0637987769aa80c5e7d466818) add dist - [`e31a701`](https://github.com/mimamch/wa-multi-session/commit/e31a7017f336b7657ec80316113fa4286940b7f0) remove dist from gitignore ### 📊 Changes **45 files changed** (+1040 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description this checks if a whatsapp number is registered on whatsapp before sending a message sendImage and other methods already have this check --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:25:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-multi-session-mimamch#56
No description provided.