[PR #63] [MERGED] add poll feature #66

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

📋 Pull Request Information

Original PR: https://github.com/mimamch/wa-multi-session/pull/63
Author: @iniadil
Created: 12/14/2025
Status: Merged
Merged: 12/14/2025
Merged by: @mimamch

Base: masterHead: master


📝 Commits (3)

  • 20a0a2d add poll feature
  • d05ffee update readme for poll feature
  • 66a0785 Merge pull request #1 from iniadil/postgres

📊 Changes

3 files changed (+47 additions, -0 deletions)

View changed files

📝 readme.md (+14 -0)
📝 src/Messaging/index.ts (+25 -0)
📝 src/Types/index.ts (+8 -0)

📄 Description

poll feature with selectable count. example of code usage:

await whatsapp.sendPoll({
  sessionId: "session1",
  to: "6281234567890",
  poll: {
    name: "My Poll",
    values: ["Cahyo", "Nabil", "Haikal", "Nopal"],
    selectableCount: 1, // number of values can be selected
  },
});

🔄 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/63 **Author:** [@iniadil](https://github.com/iniadil) **Created:** 12/14/2025 **Status:** ✅ Merged **Merged:** 12/14/2025 **Merged by:** [@mimamch](https://github.com/mimamch) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`20a0a2d`](https://github.com/mimamch/wa-multi-session/commit/20a0a2df92d55591e8b425a92ef5331404739b46) add poll feature - [`d05ffee`](https://github.com/mimamch/wa-multi-session/commit/d05ffee53eec5ed1ca912eec86529f69c7ad5214) update readme for poll feature - [`66a0785`](https://github.com/mimamch/wa-multi-session/commit/66a078589362333186f043d8b7b882b577752674) Merge pull request #1 from iniadil/postgres ### 📊 Changes **3 files changed** (+47 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `readme.md` (+14 -0) 📝 `src/Messaging/index.ts` (+25 -0) 📝 `src/Types/index.ts` (+8 -0) </details> ### 📄 Description poll feature with selectable count. example of code usage: ```tsx await whatsapp.sendPoll({ sessionId: "session1", to: "6281234567890", poll: { name: "My Poll", values: ["Cahyo", "Nabil", "Haikal", "Nopal"], selectableCount: 1, // number of values can be selected }, }); ``` --- <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:47 +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#66
No description provided.