@jkt48connect-corp/baileys 7.3.6 → 7.3.7
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
@@ -459,7 +459,7 @@ The store also provides some simple functions such as `loadMessages` that utiliz
|
|
459
459
|
// send a buttons message!
|
460
460
|
sock.sendMessage(jid, {
|
461
461
|
text: "Hello World !",
|
462
|
-
footer: "
|
462
|
+
footer: "Valzz - 2025",
|
463
463
|
buttons: [
|
464
464
|
{
|
465
465
|
buttonId: `🚀`,
|
@@ -478,7 +478,7 @@ sock.sendMessage(jid, {
|
|
478
478
|
```javascript
|
479
479
|
sock.sendMessage(jid, {
|
480
480
|
text: "Hello Wolrd !;",
|
481
|
-
footer: "©
|
481
|
+
footer: "© Valzz Dev",
|
482
482
|
buttons: [
|
483
483
|
{
|
484
484
|
buttonId: '.tes',
|
@@ -506,7 +506,7 @@ sock.sendMessage(jid, {
|
|
506
506
|
title: 'message',
|
507
507
|
sections: [
|
508
508
|
{
|
509
|
-
title: '
|
509
|
+
title: 'ValzzDev - 2025',
|
510
510
|
highlight_label: '😜',
|
511
511
|
rows: [
|
512
512
|
{
|
@@ -544,7 +544,7 @@ let msg = generateWAMessageFromContent(m.chat, {
|
|
544
544
|
},
|
545
545
|
interactiveMessage: proto.Message.InteractiveMessage.create({
|
546
546
|
body: proto.Message.InteractiveMessage.Body.create({
|
547
|
-
text: "
|
547
|
+
text: "Valzz Dev"
|
548
548
|
}),
|
549
549
|
footer: proto.Message.InteractiveMessage.Footer.create({
|
550
550
|
text: "Bot"
|