@jkt48connect-corp/baileys 7.3.6 → 7.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -7
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,11 +1,14 @@
|
|
1
|
-
# <div align='center'>WhatsApp Web API</div>
|
1
|
+
# <div align='center'>WhatsApp Web API - Modified by JKT48Connect</div>
|
2
2
|
|
3
3
|
<div align='center'>
|
4
4
|
|
5
|
-
|
5
|
+
**Baileys - Modified by [JKT48Connect (Valzy)](https://github.com/J-Forces)**
|
6
|
+
|
7
|
+
Contact: **085701479245** (for Baileys-related issues)
|
6
8
|
|
7
9
|
</div>
|
8
10
|
|
11
|
+
|
9
12
|
Baileys is a WebSockets-based TypeScript library for interacting with the WhatsApp Web API.
|
10
13
|
|
11
14
|
# Disclaimer
|
@@ -459,7 +462,7 @@ The store also provides some simple functions such as `loadMessages` that utiliz
|
|
459
462
|
// send a buttons message!
|
460
463
|
sock.sendMessage(jid, {
|
461
464
|
text: "Hello World !",
|
462
|
-
footer: "
|
465
|
+
footer: "Valzz - 2025",
|
463
466
|
buttons: [
|
464
467
|
{
|
465
468
|
buttonId: `🚀`,
|
@@ -478,7 +481,7 @@ sock.sendMessage(jid, {
|
|
478
481
|
```javascript
|
479
482
|
sock.sendMessage(jid, {
|
480
483
|
text: "Hello Wolrd !;",
|
481
|
-
footer: "©
|
484
|
+
footer: "© Valzz Dev",
|
482
485
|
buttons: [
|
483
486
|
{
|
484
487
|
buttonId: '.tes',
|
@@ -506,7 +509,7 @@ sock.sendMessage(jid, {
|
|
506
509
|
title: 'message',
|
507
510
|
sections: [
|
508
511
|
{
|
509
|
-
title: '
|
512
|
+
title: 'ValzzDev - 2025',
|
510
513
|
highlight_label: '😜',
|
511
514
|
rows: [
|
512
515
|
{
|
@@ -544,7 +547,7 @@ let msg = generateWAMessageFromContent(m.chat, {
|
|
544
547
|
},
|
545
548
|
interactiveMessage: proto.Message.InteractiveMessage.create({
|
546
549
|
body: proto.Message.InteractiveMessage.Body.create({
|
547
|
-
text: "
|
550
|
+
text: "Valzz Dev"
|
548
551
|
}),
|
549
552
|
footer: proto.Message.InteractiveMessage.Footer.create({
|
550
553
|
text: "Bot"
|
@@ -1661,4 +1664,8 @@ sock.ws.on('CB:edge_routing,id:abcd,routing_info', (node: BinaryNode) => { })
|
|
1661
1664
|
```
|
1662
1665
|
|
1663
1666
|
> [!NOTE]
|
1664
|
-
> Also, this repo is now licenced under GPL 3 since it uses [libsignal-node](https://git.questbook.io/backend/service-coderunner/-/merge_requests/1)
|
1667
|
+
> Also, this repo is now licenced under GPL 3 since it uses [libsignal-node](https://git.questbook.io/backend/service-coderunner/-/merge_requests/1) and is available at [J-Forces GitHub](https://github.com/J-Forces).
|
1668
|
+
|
1669
|
+
---
|
1670
|
+
|
1671
|
+
**Need help with this modified version? Contact Valzy at 085701479245**
|