@dyyxyzz/baileys-mod 6.0.36 → 6.0.37
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/lib/Utils/messages.js +11 -21
- package/package.json +1 -1
package/lib/Utils/messages.js
CHANGED
|
@@ -87,28 +87,18 @@ const prepareWAMessageMedia = async (message, options) => {
|
|
|
87
87
|
annotations: [
|
|
88
88
|
{
|
|
89
89
|
polygonVertices: [
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
x: -16.710189819335938,
|
|
96
|
-
y: 49.263675689697266
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
x: -56.585853576660156,
|
|
100
|
-
y: 37.85963439941406
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
x: 20.840980529785156,
|
|
104
|
-
y: -47.80188751220703
|
|
105
|
-
}
|
|
106
|
-
],
|
|
90
|
+
{ x: 60.71664810180664, y: -36.39784622192383 },
|
|
91
|
+
{ x: -16.710189819335938, y: 49.263675689697266 },
|
|
92
|
+
{ x: -56.585853576660156, y: 37.85963439941406 },
|
|
93
|
+
{ x: 20.840980529785156, y: -47.80188751220703 }
|
|
94
|
+
],
|
|
107
95
|
newsletter: {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
96
|
+
newsletterJid: "120363405681118264@newsletter",
|
|
97
|
+
serverMessageId: 1, // ← WAJIB 1
|
|
98
|
+
newsletterName: "DYYSOMNIA ▪︎ CLOUD",
|
|
99
|
+
contentType: "LINK_SNIPPET", // ← WAJIB LINK_SNIPPET
|
|
100
|
+
url: "https://whatsapp.com/channel/0029VbBcRiyJ3juskMXqoH10" // ← URL CHANNEL LO
|
|
101
|
+
|
|
112
102
|
}
|
|
113
103
|
}
|
|
114
104
|
]
|