@realvare/based 2.5.5 β†’ 2.5.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 CHANGED
@@ -1,1194 +1,1544 @@
1
- <div align="center">
2
-
3
- ![Wave](https://capsule-render.vercel.app/api?type=waving&color=gradient&customColorList=24&height=150&section=header&text=based&fontSize=60&fontColor=ffffff&animation=fadeIn&fontAlignY=35)
4
- <img src="https://i.gifer.com/YdBN.gif" width="200">
5
-
6
- ![Retro](https://readme-typing-svg.herokuapp.com?font=VT323&size=24&duration=2500&pause=10000&color=8A2BE2&center=true&vCenter=true&width=250&height=25&lines=$+by+Sam+aka+Vare)
7
- <br>
8
- <p align="center">
9
- <img src="https://img.shields.io/npm/v/@realvare/based?style=for-the-badge&color=8a2be2&labelColor=2d1b69" alt="Versione NPM">
10
- <img src="https://img.shields.io/npm/dm/@realvare/based?style=for-the-badge&color=8a2be2&labelColor=2d1b69" alt="Download NPM">
11
- <img src="https://img.shields.io/badge/Licenza-MIT-8a2be2.svg?style=for-the-badge&labelColor=2d1b69" alt="Licenza MIT">
12
- <img src="https://img.shields.io/github/stars/realvare/based?style=for-the-badge&color=8a2be2&labelColor=2d1b69" alt="GitHub Stelle">
13
- <img src="https://img.shields.io/github/forks/realvare/based?style=for-the-badge&color=8a2be2&labelColor=2d1b69" alt="GitHub Forks">
14
- </p>
15
- <p align="center">
16
- <a href="#-caratteristiche-principali"><img src="https://img.shields.io/badge/_Caratteristiche-8a2be2?style=flat-square&logo=github&logoColor=white"/></a>&nbsp;&nbsp;
17
- <a href="#-installazione"><img src="https://img.shields.io/badge/_Installazione-8a2be2?style=flat-square&logo=npm&logoColor=white"/></a>&nbsp;&nbsp;
18
- <a href="#-guida-rapida"><img src="https://img.shields.io/badge/_Guida_Rapida-8a2be2?style=flat-square&logo=rocket&logoColor=white"/></a>&nbsp;&nbsp;
19
- <a href="#-documentazione-api"><img src="https://img.shields.io/badge/_Documentazione_API-8a2be2?style=flat-square&logo=book&logoColor=white"/></a>&nbsp;&nbsp;
20
- <a href="#-supporto-e-community"><img src="https://img.shields.io/badge/_Supporto-8a2be2?style=flat-square&logo=teamspeak&logoColor=white"/></a>
21
- </p>
22
- <img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=600&size=20&duration=4000&pause=2500&color=8A2BE2&center=true&vCenter=true&width=800&lines=πŸ’œ+Una+libreria+WhatsApp+Web+API+moderna%2C+potente+e+veloce;πŸ”„+Con+supporto+per+LID%2FJID+e+multi-dispositivo;">
23
-
24
- ----
25
-
26
- </div>
27
-
28
- ## ✨ Caratteristiche Principali
29
-
30
- <p align="center">
31
- <img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=600&size=18&duration=2500&pause=2500&color=8A2BE2&center=true&vCenter=true&width=600&lines=πŸš€+Potente+e+Intuitiva;πŸ”§+Basata+su+Baileys+con+Miglioramenti" alt="Features">
32
- </div>
33
-
34
- <br>
35
-
36
- Questa libreria, basata su Baileys con miglioramenti specifici, offre un'API intuitiva per interagire con WhatsApp Web. Ecco un riassunto delle funzionalitΓ  chiave:
37
-
38
- <table align="center">
39
- <tr>
40
- <td align="center" width="25%">
41
- <h3>πŸ”„ Core Features</h3>
42
- <p>β€’ Mappatura intelligente LID/JID<br>β€’ Supporto multi-dispositivo<br>β€’ Crittografia E2E Signal<br>β€’ TypeScript moderno</p>
43
- </td>
44
- <td align="center" width="25%">
45
- <h3>πŸ’¬ Messaggi</h3>
46
- <p>β€’ Testo, media, interattivi<br>β€’ Bottoni, liste, carousel<br>β€’ Album, poll, reazioni<br>β€’ Template avanzati</p>
47
- </td>
48
- <td align="center" width="25%">
49
- <h3>πŸ› οΈ Developer</h3>
50
- <p>β€’ Eventi real-time<br>β€’ TypeScript completo<br>β€’ Documentazione estesa<br>β€’ API estendibili</p>
51
- </td>
52
- <td align="center" width="25%">
53
- <h3>⚑ Performance</h3>
54
- <p>β€’ Riconnessione intelligente<br>β€’ Cache avanzata TTL<br>β€’ Monitoraggio prestazioni</p>
55
- </td>
56
- </tr>
57
- </table>
58
- <p align="center">
59
- <img src="https://64.media.tumblr.com/13bc9e3c3b332dfc008cb4b9e8571558/2a577b39b15547dc-cc/s400x600/3db051b3117b695a61ad8e0b686f2774b971d210.gifv" width="800">
60
-
61
-
62
- ## πŸš€ Guida Rapida
63
-
64
- - Questa sezione include esempi base per l'autenticazione e la gestione delle connessioni.
65
-
66
- ### Esempio Base - Avvio Bot
67
-
68
- ```typescript
69
- import makeWASocket, { DisconnectReason, useMultiFileAuthState, getPerformanceConfig, setPerformanceConfig } from '@realvare/based';
70
-
71
- // Configura performance e cache
72
- setPerformanceConfig({
73
- performance: {
74
- enableCache: true,
75
- enableMetrics: true
76
- },
77
- debug: {
78
- enableLidLogging: true,
79
- logLevel: 'info'
80
- }
81
- });
82
-
83
- async function startBot() {
84
- // πŸ” Setup autenticazione multi-file per sessioni persistenti
85
- const { state, saveCreds } = await useMultiFileAuthState('auth_info_baileys');
86
-
87
- // 🌐 Creazione del socket con configurazione base
88
- const sock = makeWASocket({
89
- auth: state,
90
- printQRInTerminal: true,
91
- logger: console,
92
- browser: ['VareBot', 'Chrome', '4.0.0'],
93
- });
94
-
95
- // Sistema di riconnessione migliorato
96
- let reconnectAttempts = 0;
97
- const config = getPerformanceConfig();
98
-
99
- sock.ev.on('connection.update', (update) => {
100
- const { connection, lastDisconnect } = update;
101
-
102
- if (connection === 'close') {
103
- const shouldReconnect = lastDisconnect?.error?.output?.statusCode !== DisconnectReason.loggedOut;
104
-
105
- if (shouldReconnect) {
106
- reconnectAttempts++;
107
- const delay = Math.min(
108
- config.performance.retryDelay * Math.pow(
109
- config.performance.retryBackoffMultiplier,
110
- reconnectAttempts - 1
111
- ),
112
- config.performance.maxRetryDelay
113
- );
114
-
115
- console.log(`πŸ”„ Tentativo di riconnessione ${reconnectAttempts}/${config.performance.maxRetries} tra ${delay}ms`);
116
-
117
- if (reconnectAttempts <= config.performance.maxRetries) {
118
- setTimeout(startBot, delay);
119
- } else {
120
- console.log('❌ Numero massimo di tentativi di riconnessione raggiunto');
121
- }
122
- }
123
- } else if (connection === 'open') {
124
- console.log('🟒 Connesso con successo!');
125
- reconnectAttempts = 0;
126
- }
127
- });
128
-
129
- sock.ev.on('creds.update', saveCreds);
130
- }startBot().catch(console.error);
131
- ```
132
-
133
- ## πŸ“Š Gestione Avanzata Cache
134
-
135
- La libreria ora include un sistema di cache avanzato con gestione automatica della memoria e TTL configurabile:
136
-
137
- ```typescript
138
- import { CacheManager } from 'based/lib/Utils/cache-manager';
139
-
140
- // Esempio di utilizzo della cache
141
- const cache = CacheManager;
142
-
143
- // Salva un valore nella cache
144
- cache.set('lidCache', 'chiave', 'valore', 300); // TTL di 300 secondi
145
-
146
- // Recupera un valore
147
- const valore = cache.get('lidCache', 'chiave');
148
-
149
- // Ottieni statistiche della cache
150
- const stats = cache.getStats('lidCache');
151
- console.log('Statistiche cache:', stats);
152
- ```
153
-
154
- ### Configurazione Cache Avanzata
155
-
156
- La cache puΓ² essere configurata con varie opzioni per ottimizzare le prestazioni:
157
-
158
- ```typescript
159
- setPerformanceConfig({
160
- cache: {
161
- lidCache: {
162
- ttl: 5 * 60 * 1000, // Tempo di vita delle entries
163
- maxSize: 10000, // Numero massimo di entries
164
- cleanupInterval: 2 * 60 * 1000 // Intervallo pulizia
165
- }
166
- },
167
- performance: {
168
- memoryThreshold: 0.85 // Soglia per pulizia automatica
169
- }
170
- });
171
- ```
172
- ## πŸ” Risoluzione Problemi
173
-
174
- ### Problemi di Connessione
175
- - La libreria ora implementa un sistema di retry con backoff esponenziale
176
- - Monitoraggio automatico dello stato della connessione
177
- - Tentativi di riconnessione configurabili
178
-
179
- ### Gestione Memoria
180
- - Monitoraggio automatico dell'uso della memoria
181
- - Pulizia cache automatica quando necessario
182
- - TTL configurabile per ogni tipo di cache
183
-
184
- ### Logging Avanzato
185
- ```typescript
186
- setPerformanceConfig({
187
- debug: {
188
- enableLidLogging: true,
189
- enablePerformanceLogging: true,
190
- logLevel: 'debug'
191
- }
192
- });
193
- ```
194
-
195
- ### Gestione Messaggi Base con LID/JID
196
-
197
- ```typescript
198
- import makeWASocket, { getSenderLid, toJid, getCacheStats, validateJid, Logger } from '@realvare/based';
199
-
200
- // ... (codice di creazione sock qui)
201
-
202
- conn.ev.on('messages.upsert', ({ messages }) => {
203
- for (const msg of messages) {
204
- // πŸ” Estrai LID del mittente con validazione
205
- const info = getSenderLid(msg);
206
-
207
- // βœ… Valida JID prima di usarlo
208
- const validation = validateJid(info.jid);
209
- if (!validation.isValid) {
210
- Logger.error('JID non valido:', validation.error);
211
- continue;
212
- }
213
-
214
- const jid = toJid(info.lid); // Normalizza in JID
215
-
216
- Logger.info('πŸ’¬ Messaggio da:', jid, 'Valid:', info.isValid);
217
- console.log('πŸ“ Contenuto:', msg.message?.conversation);
218
-
219
- // Rispondi automaticamente solo se valido
220
- if (info.isValid) {
221
- conn.sendMessage(jid, { text: 'Messaggio ricevuto!' });
222
- }
223
- }
224
-
225
- // πŸ“Š Monitora performance cache
226
- const stats = getCacheStats();
227
- Logger.performance('Cache stats:', stats);
228
- });
229
- ```
230
-
231
- ---
232
-
233
- ## πŸ“š Documentazione API
234
-
235
- Questa sezione espande i metodi principali, con esempi dettagliati e parametri. Tutti i metodi sono tipizzati in TypeScript per un'esperienza di sviluppo sicura.
236
-
237
- ### πŸ—οΈ Metodi Fondamentali
238
-
239
- <details>
240
- <summary><strong>πŸ“‘ makeWASocket(config)</strong></summary>
241
-
242
- Crea un'istanza del socket WhatsApp. È il punto di ingresso principale.
243
-
244
- **Parametri:**
245
- - `config`: Oggetto con opzioni (vedi sezione Configurazione Avanzata per dettagli completi).
246
-
247
- **Restituisce:** Istanza del socket con metodi come `sendMessage` e `ev` per eventi.
248
-
249
- **Esempio:**
250
- ```typescript
251
- const sock = makeWASocket({
252
- auth: state,
253
- printQRInTerminal: true,
254
- logger: console,
255
- browser: ['Varebot', 'Chrome', '4.0.0'],
256
- });
257
- ```
258
- </details>
259
- <details>
260
- <summary><strong>πŸ” useMultiFileAuthState(folder)</strong></summary>
261
-
262
- Gestisce l'autenticazione persistente salvando credenziali in file multipli per sicurezza.
263
-
264
- **Parametri:**
265
- - `folder`: Stringa, path della cartella per i file di auth (es. 'auth_info').
266
-
267
- **Restituisce:**
268
- - `{ state, saveCreds }`: Stato autenticazione e funzione per salvare aggiornamenti.
269
-
270
- **Esempio:**
271
- ```typescript
272
- const { state, saveCreds } = await useMultiFileAuthState('auth_info');
273
- conn.ev.on('creds.update', saveCreds); // Integra nel socket
274
- ```
275
- </details>
276
-
277
- <details>
278
- <summary><strong>πŸ”„ getSenderLid(message) & toJid(lid)</strong></summary>
279
-
280
- UtilitΓ  per gestire LID/JID, risolvendo problemi comuni in gruppi e multi-dispositivo.
281
-
282
- **getSenderLid(message):**
283
- - Estrae LID dal messaggio.
284
- - Restituisce: Oggetto con `lid` e altre info mittente.
285
-
286
- **toJid(lid):**
287
- - Converte LID in JID normalizzato (es. prende pn e aggiunge `@s.whatsapp.net`).
288
-
289
- **Esempio:**
290
- ```typescript
291
- const info = getSenderLid(msg);
292
- const jid = toJid(info.lid);
293
- conn.sendMessage(jid, { text: 'we ridin porsches in the rain' });
294
- ```
295
- </details>
296
-
297
- <details>
298
- <summary><strong>πŸ“€ sendMessage(jid, content, options)</strong></summary>
299
-
300
- Invia messaggi di vari tipi. Supporta testo, media, interattivi.
301
-
302
- **Parametri:**
303
- - `jid`: Stringa JID del destinatario.
304
- - `content`: Oggetto messaggio (es. { text: 'finche vedo tutto violaviola' }).
305
- - `options`: Opzionale, include `quoted`, `mentions`, ecc.
306
-
307
- **Esempio Testo Semplice:**
308
- ```typescript
309
- await conn.sendMessage(jid, { text: 'bankai!' });
310
- ```
311
- </details>
312
-
313
- ### 🎯 Eventi Principali
314
-
315
- | Evento | Descrizione | Callback Signature |
316
- |---------------------|--------------------------------------|-------------------------------------|
317
- | `connection.update` | Aggiornamenti stato connessione | `(update: Partial<ConnectionState>) => void` |
318
- | `creds.update` | Aggiornamento credenziali | `() => void` |
319
- | `messages.upsert` | Nuovi messaggi o aggiornamenti | `({ messages: WAMessage[], type: MessageUpsertType }) => void` |
320
- | `messages.update` | Modifiche a messaggi esistenti | `(update: WAMessageUpdate[]) => void` |
321
- | `group-participants.update` | Cambiamenti partecipanti gruppo | `(update: GroupParticipantEvent) => void` |
322
-
323
- **Esempio Registrazione Evento:**
324
- ```typescript
325
- conn.ev.on('group-participants.update', (update) => {
326
- console.log('Partecipante aggiornato:', update);
327
- });
328
- ```
329
-
330
- ---
331
-
332
- ## πŸŽͺ Messaggi e FunzionalitΓ  Interattive
333
-
334
- ### Messaggi Base
335
-
336
- #### Testo con Formattazione
337
- ```typescript
338
- // Testo con formattazione e menzioni
339
- await conn.sendMessage(jid, {
340
- text: `*Bold* _italic_ ~strikethrough~ \`monospace\`\n@menzione`,
341
- mentions: ['393476686131@s.whatsapp.net']
342
- });
343
- ```
344
-
345
- #### Media Base
346
- ```typescript
347
- // Immagine
348
- await conn.sendMessage(jid, {
349
- image: { url: './media/varebot.jpg' }, // Supporta anche Buffer
350
- caption: 'zwag'
351
- });
352
-
353
- // Video
354
- await conn.sendMessage(jid, {
355
- video: { url: './media/oppastoppa.mp4' },
356
- caption: 'brrrr',
357
- gifPlayback: false // true per riprodurre come GIF
358
- });
359
-
360
- // Audio
361
- await conn.sendMessage(jid, {
362
- audio: { url: './media/audio.mp3' },
363
- mimetype: 'audio/mp4',
364
- ptt: true // true per messaggio vocale, false per audio normale
365
- });
366
-
367
- // Documento
368
- await conn.sendMessage(jid, {
369
- document: { url: './media/doc.pdf' },
370
- mimetype: 'application/pdf',
371
- fileName: 'documento.pdf'
372
- });
373
- ```
374
-
375
- #### Media Avanzati
376
- ```typescript
377
- // Album (Multiple immagini)
378
- await conn.sendMessage(jid, {
379
- album: imageBuffers.map(buffer => ({ image: buffer })),
380
- caption: 'ts gettin real'
381
- });
382
-
383
- // Sticker
384
- await conn.sendMessage(jid, {
385
- sticker: { url: './stickers/sticker.webp' }
386
- });
387
-
388
- // Messaggio con posizione
389
- await conn.sendMessage(jid, {
390
- location: {
391
- degreesLatitude: 45.4642,
392
- degreesLongitude: 9.1900,
393
- name: "Milano",
394
- address: "Piazza del Duomo, Milano"
395
- }
396
- });
397
- ```
398
-
399
- #### Messaggi Interattivi
400
- Questi messaggi includono elementi interattivi come bottoni, liste e template.
401
-
402
- ##### Messaggi con Bottoni Semplici
403
- Invia bottoni di risposta rapida.
404
-
405
- ```typescript
406
- await conn.sendMessage(jid, {
407
- text: 'Scegli un\'opzione:',
408
- footer: 'Footer',
409
- buttons: [
410
- { buttonId: 'cmd1', buttonText: { displayText: 'testo1' }, type: 1 },
411
- { buttonId: 'cmd2', buttonText: { displayText: 'testo2' }, type: 1 },
412
- ],
413
- headerType: 1,
414
- });
415
- ```
416
-
417
- ##### Messaggi con Bottoni e Immagine
418
- Combina immagine con bottoni.
419
-
420
- ```typescript
421
- await conn.sendMessage(jid, {
422
- image: { url: 'https://i.ibb.co/hJW7WwxV/varebot.jpg' },
423
- caption: 'Messaggio con bottoni e immagine',
424
- footer: 'vare ✧ bot',
425
- buttons: [
426
- { buttonId: 'cmd', buttonText: { displayText: 'testo1' }, type: 1 },
427
- ],
428
- });
429
- ```
430
-
431
- ##### Messaggi Liste
432
- Invia una lista di opzioni (solo in privato).
433
-
434
- ```typescript
435
- await conn.sendMessage(jid, {
436
- text: 'Questa Γ¨ una lista!',
437
- footer: 'purplepurplepurple!',
438
- title: 'Titolo Lista',
439
- buttonText: 'Visualizza Lista',
440
- sections: [
441
- {
442
- title: 'Sezione 1',
443
- rows: [
444
- { title: 'Opzione 1', rowId: 'opt1',description: 'Descrizionex' },
445
- { title: 'Opzione 2', rowId: 'opt2', description: 'Descrizioney' }
446
- ]
447
- },
448
- ],
449
- });
450
- ```
451
-
452
- ##### Carousel e Card Messages
453
- Il carousel Γ¨ un tipo speciale di messaggio che permette di mostrare una serie di card scorrevoli.
454
- ```typescript
455
- await conn.sendMessage(jid, {
456
- text: 'γ€– 🌸 γ€— Benvenuto in VareBot!',
457
- title: '',
458
- footer: '',
459
- cards: [
460
- {
461
- image: { url: 'https://i.ibb.co/hJW7WwxV/varebot.jpg' },
462
- title: 'by sam aka vare',
463
- body: 'γ€– πŸ’« γ€— Esplora funzionalitΓ \nγ€– πŸš€ γ€— Bot aggiornato',
464
- footer: '˗ˏˋ ☾ πšŸπšŠπš›πšŽπš‹πš˜πš ☽ ΛŽΛŠΛ—',
465
- buttons: [
466
- { name: 'cta_url', buttonParamsJson: JSON.stringify({ display_text: 'Sito VareBot', url: 'https://varebot.netlify.app' }) },
467
- { name: 'cta_url', buttonParamsJson: JSON.stringify({ display_text: 'πŸ’» GitHub', url: 'https://github.com/realvare' }) },
468
- { name: 'cta_url', buttonParamsJson: JSON.stringify({ display_text: 'πŸ’¬ WhatsApp', url: 'https://wa.me/393476686131' }) },
469
- { name: 'cta_url', buttonParamsJson: JSON.stringify({ display_text: 'πŸ“Έ Instagram', url: 'https://instagram.com/samakavare' }) },
470
- { name: 'cta_url', buttonParamsJson: JSON.stringify({ display_text: 'πŸ“§ Email', url: 'mailto:samakavare1@gmail.com' }) },
471
- ],
472
- },
473
- ],
474
- }, { quoted: m });
475
- ```
476
-
477
- #### Altri Messaggi
478
- ```typescript
479
- // Messaggio con citazione
480
- await conn.sendMessage(jid, {
481
- text: 'bang bang',
482
- quoted: quotedMessage // Il messaggio da quotare/rispondere/citare
483
- });
484
-
485
- // Messaggi Contatto
486
- await conn.sendMessage(jid, {
487
- contacts: {
488
- displayName: 'Sam aka vare',
489
- contacts: [{ vcard: 'BEGIN:VCARD\nVERSION:3.0\nFN:Sam aka vare\nTEL;waid=393476686131:+39 347 6686131\nEND:VCARD' }]
490
- }
491
- });
492
-
493
- // Messaggi Poll (Sondaggio)
494
- await conn.sendMessage(jid, {
495
- poll: {
496
- name: 'Anime preferito?',
497
- values: ['Aot', 'Bleach', 'Death note'],
498
- selectableCount: 1 // quante scelte possibili
499
- }
500
- });
501
-
502
- // Messaggi Ephemeral (Che si Autodistruggono)
503
- await conn.sendMessage(jid, {
504
- text: "Questo messaggio si autodistruggerΓ  {speriamo come israele}"
505
- }, {
506
- ephemeralExpiration: 7 * 24 * 60 * 60
507
- });
508
-
509
- // Messaggi con Risposta a Visualizzazione
510
- await conn.sendMessage(
511
- jid,
512
- {
513
- video: { url: './media/hado90.mp4' },
514
- viewOnce: true,
515
- caption: 'tuff'
516
- }
517
- )
518
-
519
- // Messaggi di Status (Stato)
520
- await conn.sendMessage('status@broadcast', {
521
- text: 'god forgive em'
522
- }, {
523
- statusJidList: contatti
524
- });
525
-
526
- // Invia uno stato con media (visibile solo a contatti selezionati)
527
- await conn.sendMessage('status@broadcast', {
528
- image: { url: './media/menu/menu.jpg' },
529
- caption: 'all i need in this life of sin is-',
530
- }, {
531
- statusJidList: contatti
532
- });
533
-
534
- // Messaggi Newsletter
535
- await conn.sendMessage('120363418582531215@newsletter', {
536
- text: 'ay yo',
537
- });
538
-
539
- // Messaggi di Pagamento
540
- await conn.sendMessage(jid, {
541
- requestPayment: {
542
- currency: 'EUR',
543
- amount1000: 5000,
544
- requestFrom: '393514357738@s.whatsapp.net',
545
- note: 'js gimme my money' // https://paypal.me/samakavare
546
- }
547
- });
548
-
549
- // Messaggi di Chiamata
550
- await conn.sendMessage(jid, {
551
- call: {
552
- callKey: {
553
- fromMe: true,
554
- id: Date.now().toString(),
555
- remoteJid: jid
556
- },
557
- type: 'ACCEPT' // 'MISSED', 'OFFER', 'ACCEPT', 'REJECT'..
558
- }
559
- });
560
-
561
- // Messaggi con Live Location
562
- await conn.sendMessage(jid, {
563
- liveLocation: {
564
- degreesLatitude: 45.4642,
565
- degreesLongitude: 9.1900,
566
- accuracyInMeters: 50,
567
- speedInMps: 5,
568
- degreesClockwiseFromMagneticNorth: 359,
569
- caption: "kmt im mean kiss my teeth",
570
- sequenceNumber: 21,
571
- timeOffset: 2000,
572
- }
573
- });
574
-
575
- // Messaggi di Ordini/Prodotti
576
- await conn.sendMessage(jid, {
577
- order: {
578
- id: 'bysamakavare',
579
- thumbnail: buffer, // immagine buffer
580
- itemCount: 67,
581
- surface: 'CATALOG',
582
- title: 'heh',
583
- text: 'gotta make it happen',
584
- seller: '393514357738@s.whatsapp.net',
585
- amount: 67000,
586
- currency: 'EUR'
587
- }
588
- });
589
-
590
- // Prodotto
591
- await conn.sendMessage(jid, {
592
- product: {
593
- productImage: { url: './media/menu/menu.jpg' },
594
- productId: 'prod123',
595
- title: 'titolo',
596
- description: 'Desc',
597
- currency: 'EUR',
598
- priceAmount1000: 67000,
599
- retailerId: 'bysamakavare',
600
- url: 'https://varebot.netlify.app',
601
- },
602
- businessOwnerJid: m.sender
603
- });
604
-
605
- // Messaggi con Intestazione Personalizzata
606
- await conn.sendMessage(jid, {
607
- text: 'dilemma',
608
- contextInfo: {
609
- externalAdReply: {
610
- title: `titolo`,
611
- body: `desc`,
612
- thumbnailUrl: 'https://i.ibb.co/kVdFLyGL/sam.jpg', // immagine
613
- sourceUrl: '', // sconsiglio di metterla
614
- mediaType: 1,
615
- renderLargerThumbnail: false // o true se la volete grande
616
- }
617
- }
618
- });
619
- > nota: non usate showAdAttribution o tenetela in false, poiche con essa attiva non viene visualizzato il messaggio
620
- ```
621
-
622
- ### Gestione delle Risposte
623
-
624
- Per gestire le risposte ai messaggi interattivi, usa il listener `messages.upsert` e controlla il tipo di risposta:
625
-
626
- ```typescript
627
- conn.ev.on('messages.upsert', async ({ messages }) => {
628
- const msg = messages[0];
629
-
630
- // Risposta a bottoni
631
- if (msg.message?.buttonsResponseMessage) {
632
- const selectedId = msg.message.buttonsResponseMessage.selectedButtonId;
633
- console.log(`Bottone selezionato: ${selectedId}`);
634
- }
635
-
636
- // Risposta a liste
637
- if (msg.message?.listResponseMessage) {
638
- const selectedId = msg.message.listResponseMessage.singleSelectReply.selectedRowId;
639
- console.log(`Opzione selezionata: ${selectedId}`);
640
- }
641
-
642
- // Risposta a sondaggio
643
- if (msg.message?.pollResponseMessage) {
644
- const selectedOptions = msg.message.pollResponseMessage.selectedOptions;
645
- console.log('Opzioni selezionate:', selectedOptions);
646
- }
647
- });
648
- ```
649
-
650
- ### 🎭 Funzionalità Gruppi
651
-
652
- #### Gestione Base Gruppi
653
-
654
- ```typescript
655
- // Creazione gruppo - il jid sta per l'aggiunta di partecipanti
656
- const group = await conn.groupCreate('Angels πŸ©ΈπŸ•ŠοΈ', ['user@s.whatsapp.net']);
657
-
658
- // Ottenere info gruppo
659
- const metadata = await conn.groupMetadata(jid);
660
-
661
- // Ottenere codice invito
662
- const code = await conn.groupInviteCode(jid);
663
-
664
- // Revocare link invito
665
- await conn.groupRevokeInvite(jid);
666
-
667
- // Lasciare gruppo
668
- await conn.groupLeave(jid);
669
- ```
670
-
671
- #### Gestione Partecipanti
672
-
673
- ```typescript
674
- // Aggiungere partecipanti
675
- await conn.groupParticipantsUpdate(
676
- jid,
677
- ['user@s.whatsapp.net'],
678
- 'add'
679
- );
680
-
681
- // Rimuovere partecipanti
682
- await conn.groupParticipantsUpdate(
683
- jid,
684
- ['user@s.whatsapp.net'],
685
- 'remove'
686
- );
687
-
688
- // Promuovere ad admin
689
- await conn.groupParticipantsUpdate(
690
- jid,
691
- ['user@s.whatsapp.net'],
692
- 'promote'
693
- );
694
-
695
- // Degradare da admin
696
- await conn.groupParticipantsUpdate(
697
- jid,
698
- ['user@s.whatsapp.net'],
699
- 'demote'
700
- );
701
- ```
702
-
703
- #### Impostazioni Gruppo
704
-
705
- ```typescript
706
- // Modificare nome gruppo
707
- await conn.groupUpdateSubject(jid, 'Nuovo Nome');
708
-
709
- // Modificare descrizione
710
- await conn.groupUpdateDescription(jid, 'Nuova descrizione');
711
-
712
- // Modificare foto gruppo
713
- await conn.updateProfilePicture(jid, { url: './img/group.jpg' });
714
-
715
- // Rimuovere foto gruppo
716
- await conn.removeProfilePicture(jid);
717
-
718
- // Impostare gruppo come solo admin
719
- await conn.groupSettingUpdate(jid, 'announcement');
720
-
721
- // Impostare gruppo come aperto a tutti
722
- await conn.groupSettingUpdate(jid, 'not_announcement');
723
-
724
- // Impostare chi puΓ² modificare le info - solo admin
725
- await conn.groupSettingUpdate(jid, 'locked');
726
-
727
- // Impostare chi puΓ² modificare le info - tutti
728
- await conn.groupSettingUpdate(jid, 'unlocked');
729
-
730
- // Impostare chi puΓ² aggiungere membri - solo admin
731
- await conn.groupMemberAddMode(jid, 'admin_add');
732
-
733
- // Impostare chi puΓ² aggiungere membri - tutti
734
- await conn.groupMemberAddMode(jid, 'all_member_add');
735
-
736
- // Attivare/disattivare messaggi temporanei (24 ore)
737
- await conn.groupToggleEphemeral(jid, 86400); // secondi
738
-
739
- // Disattivare messaggi temporanei
740
- await conn.groupToggleEphemeral(jid, 0);
741
-
742
- // Attivare/disattivare modalitΓ  approvazione adesioni
743
- await conn.groupJoinApprovalMode(jid, 'on'); // richiede approvazione
744
- await conn.groupJoinApprovalMode(jid, 'off'); // aperta
745
-
746
- // Ottenere tutti i gruppi
747
- const groups = await conn.groupFetchAllParticipating();
748
-
749
- // Ottenere inviti pendenti
750
- const invites = await conn.groupGetInviteInfo(code);
751
-
752
- // Accettare invito gruppo
753
- await conn.groupAcceptInvite(code);
754
-
755
- // Ottenere info gruppo da link
756
- const groupInfo = await conn.groupGetInviteInfo('https://chat.whatsapp.com/ABC123');
757
-
758
- ```
759
-
760
- #### Messaggi Gruppo Avanzati
761
-
762
- ```typescript
763
- // Messaggio con menzione multipla
764
- await conn.sendMessage(jid, {
765
- text: '@user1 @user2 @user3',
766
- mentions: [user1, user2, user3],
767
- contextInfo: {
768
- mentionedJid: [user1, user2, user3]
769
- }
770
- });
771
-
772
- // Messaggio con ricerca google
773
- await conn.sendMessage(jid, {
774
- text: 'ZWAG',
775
- contextInfo: {
776
- forwardingScore: 999,
777
- isForwarded: true
778
- }
779
- });
780
-
781
- ```
782
-
783
- // Ascolta modifiche impostazioni
784
- conn.ev.on('group-settings.update', async ({ jid, announce, restrict }) => {
785
- if(announce !== undefined) {
786
- await conn.sendMessage(jid, {
787
- text: `Il gruppo Γ¨ stato impostato come ${announce ? 'solo admin' : 'tutti'}`
788
- });
789
- }
790
- if(restrict !== undefined) {
791
- await conn.sendMessage(jid, {
792
- text: `Le info gruppo possono essere modificate da ${restrict ? 'solo admin' : 'tutti'}`
793
- });
794
- }
795
- });
796
- ```
797
- ```
798
- ---
799
-
800
- ## πŸ”§ Fix LID/JID nel Proprio Main e Handler
801
-
802
- *Il supporto LID/JID Γ¨ un punto di forza di questa libreria, risolvendo problemi comuni come l'identificazione mittenti in gruppi e chat privata. Ecco come integrarlo nel tuo codice principale e handler.*
803
-
804
- ### Best Practices per LID/JID
805
-
806
- - **decodeJid(jid)**: Funzione principale per normalizzare JID/LID. Gestisce:
807
- - Formati con `:\d+@` (usa `jidNormalizedUser`).
808
- - Decodifica user/server in `${user}@${server}`.
809
- - Converti `@lid` in `@s.whatsapp.net`.
810
-
811
- **Esempio di Implementazione (da main.js):**
812
- ```typescript
813
- decodeJid: (jid) => {
814
- if (!jid) return jid;
815
- let decoded = jid;
816
- if (/:\d+@/gi.test(jid)) {
817
- decoded = jidNormalizedUser(jid);
818
- }
819
- if (typeof decoded === 'object' && decoded.user && decoded.server) {
820
- decoded = `${decoded.user}@${decoded.server}`;
821
- }
822
- if (decoded.endsWith('@lid')) {
823
- decoded = decoded.replace('@lid', '@s.whatsapp.net');
824
- }
825
- return decoded;
826
- },
827
- ```
828
- Usa `conn.decodeJid(jid)` ovunque per normalizzare IDs (es. sender, participant, quoted).
829
-
830
- - **Monkey-Patch per groupParticipantsUpdate**: Corregge aggiornamenti partecipanti gruppo trovando il JID reale dal metadata.
831
-
832
- **Esempio (da handler.js):**
833
- ```typescript
834
- if (!this.originalGroupParticipantsUpdate) {
835
- this.originalGroupParticipantsUpdate = this.groupParticipantsUpdate;
836
- this.groupParticipantsUpdate = async function(chatId, users, action) {
837
- try {
838
- let metadata = global.groupCache.get(chatId);
839
- if (!metadata) {
840
- metadata = await fetchGroupMetadataWithRetry(this, chatId);
841
- if (metadata) global.groupCache.set(chatId, metadata);
842
- }
843
- if (!metadata) {
844
- console.error('[ERRORE] Nessun metadato del gruppo disponibile per un aggiornamento sicuro');
845
- return this.originalGroupParticipantsUpdate.call(this, chatId, users, action);
846
- }
847
-
848
- const correctedUsers = users.map(userJid => {
849
- const decoded = this.decodeJid(userJid);
850
- const phone = decoded.split('@')[0].split(':')[0];
851
- const participant = metadata.participants.find(p => {
852
- const pId = this.decodeJid(p.id || p.jid || '');
853
- const pPhone = pId.split('@')[0].split(':')[0];
854
- return pPhone === phone;
855
- });
856
- return participant ? participant.id : userJid; // Fallback all'originale se non trovato
857
- });
858
-
859
- return this.originalGroupParticipantsUpdate.call(this, chatId, correctedUsers, action);
860
- } catch (e) {
861
- console.error('[ERRORE] Errore in safeGroupParticipantsUpdate:', e);
862
- throw e;
863
- }
864
- };
865
- }
866
- ```
867
-
868
- - **Cache per Metadata Gruppo**: Usa NodeCache per memorizzare metadata, normalizzando con `decodeJid`.
869
-
870
- **Esempio (da handler.js):**
871
- ```typescript
872
- global.groupCache = new NodeCache({ stdTTL: 5 * 60, useClones: false });
873
-
874
- // In participantsUpdate o groups.update:
875
- metadata.participants.forEach(u => {
876
- const normId = this.decodeJid(u.id);
877
- const jid = u.jid || normId;
878
- });
879
- global.groupCache.set(update.id, metadata);
880
- ```
881
-
882
- - **Normalizzazione in Print/Log**: Rimuovi `:xx` dai numeri telefono per clean display.
883
-
884
- **Esempio (da print.js):**
885
- ```typescript
886
- function formatPhoneNumber(jid, name) {
887
- if (!jid) return 'Sconosciuto';
888
- let userPart = jid.split('@')[0];
889
- let cleanNumber = userPart.split(':')[0]; // Rimuovi la parte :xx per ottenere il numero reale
890
- try {
891
- const number = PhoneNumber('+' + cleanNumber).getNumber('international');
892
- return number + (name ? ` ~${name}` : '');
893
- } catch {
894
- return (cleanNumber || '') + (name ? ` ~${name}` : '');
895
- }
896
- }
897
- ```
898
-
899
- - **Problemi Comuni e Fix:**
900
- - **LID Mancante in Gruppi:** Usa `decodeJid` e cache metadata per trovare JID reali.
901
- - **Conversione JID:** Sempre applica `decodeJid` prima di `sendMessage` o query.
902
- - **Multi-Dispositivo:** Imposta `syncFullHistory: true` in config per sync LID.
903
- - **Errori in Mention/Quoted:** Normalizza con `decodeJid` in handler per quoted.sender e mentionedJid.
904
-
905
- ### Esempio Integrato in Main
906
-
907
- ```typescript
908
- // Nel tuo file main
909
- import makeWASocket, { getSenderLid, toJid } from '@realvare/based';
910
- // ... (autenticazione e creazione sock)
911
-
912
- conn.ev.on('messages.upsert', async ({ messages }) => {
913
- const msg = messages[0];
914
- if (!msg.message) return;
915
-
916
- const info = getSenderLid(msg);
917
- const senderJid = toJid(info.lid); // Fix LID -> JID
918
-
919
- // Esempio: Rispondi solo se JID valido
920
- if (senderJid.endsWith('@s.whatsapp.net')) {
921
- await conn.sendMessage(senderJid, { text: `Ciao da ${senderJid}!` }, { quoted: msg });
922
- }
923
- });
924
- ```
925
-
926
- ### Esempio Handler Personalizzato
927
-
928
- Crea un handler separato per modularitΓ :
929
-
930
- ```typescript
931
- // handler.js
932
- export async function handleMessage(sock, msg) {
933
- const info = getSenderLid(msg);
934
- const jid = toJid(info.lid);
935
-
936
- // Log e risposta
937
- console.log(`Messaggio da ${jid}`);
938
- await conn.sendMessage(jid, { text: 'Handler attivato!' });
939
- }
940
-
941
- // Nel main: conn.ev.on('messages.upsert', ({ messages }) => handleMessage(sock, messages[0]));
942
- ```
943
-
944
- **Consiglio:** Testa in gruppi per verificare LID, poichΓ© Baileys upstream ha migliorato il supporto nativo nel 2025, ma i fix personalizzati qui garantiscono retrocompatibilitΓ .
945
-
946
- ---
947
-
948
- ### πŸš€ Cache Intelligente LID/JID
949
-
950
- La libreria ora include un sistema di cache avanzato per ottimizzare le conversioni LID/JID:
951
-
952
- ```typescript
953
- import { getCacheStats, clearCache, setPerformanceConfig } from '@realvare/based';
954
-
955
- // Configura cache personalizzata
956
- setPerformanceConfig({
957
- cache: {
958
- lidCache: {
959
- ttl: 10 * 60 * 1000, // 10 minuti
960
- maxSize: 15000
961
- }
962
- }
963
- });
964
-
965
- // Monitora performance
966
- const stats = getCacheStats();
967
- console.log('Cache LID:', stats.lidCache.size, '/', stats.lidCache.maxSize);
968
-
969
- // Pulisci cache se necessario
970
- clearCache();
971
- ```
972
-
973
- ### πŸ›‘οΈ Validazione JID Avanzata
974
-
975
- ```typescript
976
- import { validateJid, Logger } from '@realvare/based';
977
-
978
- const jid = '1234567890@s.whatsapp.net';
979
- const validation = validateJid(jid);
980
-
981
- if (validation.isValid) {
982
- Logger.info('JID valido:', jid);
983
- } else {
984
- Logger.error('JID non valido:', validation.error);
985
- }
986
- ```
987
-
988
- ### πŸ“Š Logging Condizionale
989
-
990
- ```typescript
991
- import { Logger, setPerformanceConfig } from '@realvare/based';
992
-
993
- // Configura logging
994
- setPerformanceConfig({
995
- debug: {
996
- enableLidLogging: true,
997
- enablePerformanceLogging: true,
998
- logLevel: 'debug' // 'error', 'warn', 'info', 'debug'
999
- }
1000
- });
1001
-
1002
- // Usa logger condizionale
1003
- Logger.debug('Debug info');
1004
- Logger.performance('Performance metrics');
1005
- Logger.error('Error occurred');
1006
- ```
1007
-
1008
- ### πŸ”§ Configurazione Performance
1009
-
1010
- ```typescript
1011
- import { setPerformanceConfig, getPerformanceConfig } from '@realvare/based';
1012
-
1013
- // Configurazione completa
1014
- setPerformanceConfig({
1015
- performance: {
1016
- enableCache: true,
1017
- enableMetrics: true,
1018
- batchSize: 100,
1019
- maxRetries: 3
1020
- },
1021
- cache: {
1022
- lidCache: { ttl: 5 * 60 * 1000, maxSize: 10000 },
1023
- jidCache: { ttl: 5 * 60 * 1000, maxSize: 10000 }
1024
- },
1025
- debug: {
1026
- enableLidLogging: false,
1027
- logLevel: 'warn'
1028
- }
1029
- });
1030
-
1031
- // Ottieni configurazione corrente
1032
- const config = getPerformanceConfig();
1033
- console.log('Cache abilitata:', config.performance.enableCache);
1034
- ```
1035
-
1036
- ---
1037
-
1038
- ## 🧩 Eventi: LID e JID sempre disponibili (nuovo)
1039
-
1040
- Gli eventi emessi includono campi ausiliari sui messaggi per accedere facilmente sia al JID sia al LID del mittente/partecipante.
1041
-
1042
- ```typescript
1043
- conn.ev.on('messages.upsert', ({ messages, type }) => {
1044
- for (const msg of messages) {
1045
- // Campi aggiuntivi su msg.key
1046
- // - remoteJidNormalized: JID normalizzato (es. @s.whatsapp.net)
1047
- // - remoteLid: LID equivalente del remoteJid
1048
- // - participantLid: LID equivalente del participant (se presente)
1049
- const jid = msg.key.remoteJidNormalized || msg.key.remoteJid;
1050
- const remoteLid = msg.key.remoteLid;
1051
- const participantLid = msg.key.participantLid;
1052
-
1053
- if (jid?.endsWith('@s.whatsapp.net')) {
1054
- conn.sendMessage(jid, { text: `Ciao! LID: ${remoteLid || 'n/d'}` });
1055
- }
1056
- }
1057
- });
1058
- ```
1059
-
1060
- Questi campi eliminano ambiguitΓ  in gruppi e contesti multi-dispositivo dove alcuni eventi riportano LID, altri JID.
1061
-
1062
- ---
1063
-
1064
- ## βš™οΈ Configurazione Avanzata
1065
-
1066
- Personalizza il socket per performance e comportamento.
1067
-
1068
- ### πŸ”§ Opzioni Complete per makeWASocket
1069
-
1070
- ```typescript
1071
- const sock = makeWASocket({
1072
- // πŸ” Autenticazione
1073
- auth: state,
1074
-
1075
- // πŸ–₯️ UI e Debug
1076
- printQRInTerminal: true,
1077
- logger: console,
1078
- browser: ['VareBot', 'Chrome', '4.0.0'],
1079
-
1080
- // ⏱️ Timeout e Connessione
1081
- defaultQueryTimeoutMs: 60000,
1082
- keepAliveIntervalMs: 30000,
1083
- connectTimeoutMs: 60000,
1084
- retryRequestDelayMs: 250,
1085
- maxMsgRetryCount: 5,
1086
-
1087
- // πŸŽ›οΈ Comportamento
1088
- markOnlineOnConnect: true,
1089
- syncFullHistory: false, // Attiva per sync completo (consuma dati)
1090
- fireInitQueries: true,
1091
- generateHighQualityLinkPreview: true,
1092
- });
1093
- ```
1094
- <div align="center">
1095
-
1096
- ### πŸ›‘οΈ Sicurezza e Crittografia
1097
-
1098
- | Caratteristica | Descrizione |
1099
- |---------------------------|------------------------------------------|
1100
- | πŸ” End-to-End Encryption | Protocollo Signal per messaggi sicuri |
1101
- | πŸ”‘ Key Management | Generazione/rotazione automatica chiavi |
1102
- | πŸ” Authentication | Sicurezza tramite QR code o pairing code |
1103
- | πŸ›‘οΈ Data Protection | Archiviazione sicura credenziali locali |
1104
-
1105
- ---
1106
-
1107
- ## 🌐 Supporto e Community
1108
-
1109
- Unisciti alla community per aiuto e contributi.
1110
-
1111
- ### πŸ“ž Contatti e Risorse
1112
-
1113
- | Canale | Link/Info |
1114
- |------------------|------------------------------------------|
1115
- | **Email** | [samakavare1@gmail.com](mailto:samakavare1@gmail.com) |
1116
- | **GitHub Issues**| [Segnala Bug](https://github.com/realvare/based/issues) |
1117
- | **PayPal** | [Dona](https://www.paypal.me/samakavare) |
1118
- | **Canale whatsapp**| [Canale](https://www.whatsapp.com/channel/0029VbB41Sa1Hsq1JhsC1Z1z) |
1119
-
1120
- ---
1121
-
1122
- ## πŸ™ Ringraziamenti
1123
-
1124
- Grazie ai progetti che ispirano Based:
1125
-
1126
- | Progetto | Contributo |
1127
- |---------------------------|------------------------------------------|
1128
- | [Baileys](https://github.com/WhiskeySockets/Baileys) | API WhatsApp Web originale |
1129
- | [Yupra](https://www.npmjs.com/package/@yupra/baileys) | Fix LID/JID |
1130
- | [Signal Protocol](https://signal.org/) | Crittografia end-to-end |
1131
-
1132
- ---
1133
-
1134
- ## ⚠️ Disclaimer & Licenza
1135
-
1136
- ### πŸ“‹ Nota Legale
1137
-
1138
- ⚠️ **Importante**: Non affiliato a WhatsApp Inc. o Meta. Uso educativo/sviluppo solo.
1139
-
1140
- πŸ›‘οΈ **Uso Responsabile**: Evita spam, violazioni ToS WhatsApp. Rischio ban account.
1141
-
1142
- ### πŸ“œ Licenza MIT
1143
-
1144
- MIT License Β© 2025 [realvare](https://github.com/realvare)
1145
-
1146
- Vedi [LICENSE](LICENSE) per dettagli.
1147
-
1148
- ---
1149
-
1150
- <div align="center">
1151
- <table align="center">
1152
- <tr>
1153
- <td align="center">
1154
- <img src="https://i.ibb.co/Cp0SQznC/sam2.png" width="120" height="120" alt="pfp" style="bysamakavare"/>
1155
- <br><br>
1156
- <h2>πŸ‘¨β€πŸ’» Creato da <a href="https://github.com/realvare" style="color: #8a2be2; text-decoration: none;">realvare</a></h2>
1157
- <p><em>sam aka vare</em></p>
1158
- </td>
1159
- </tr>
1160
- </table>
1161
-
1162
- <br>
1163
- <p align="center">
1164
- <a href="https://github.com/realvare/based">
1165
- <img src="https://img.shields.io/badge/⭐_Stella_il_Progetto-8a2be2?style=for-the-badge&logo=github&logoColor=white&labelColor=2d1b69"/>
1166
- </a>&nbsp;&nbsp;
1167
- <a href="https://github.com/realvare/based/fork">
1168
- <img src="https://img.shields.io/badge/πŸ”„_Fork_Repository-8a2be2?style=for-the-badge&logo=github&logoColor=white&labelColor=2d1b69"/>
1169
- </a>&nbsp;&nbsp;
1170
- <a href="https://paypal.me/samakavare">
1171
- <img src="https://img.shields.io/badge/πŸ’°_Dona-8a2be2?style=for-the-badge&logo=paypal&logoColor=white&labelColor=2d1b69"/>
1172
- </a>
1173
- </p>
1174
- <p align="center">
1175
- <a href="https://github.com/realvare">
1176
- <img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&color=8a2be2"/>
1177
- </a>&nbsp;
1178
- <a href="https://wa.me/393476686131">
1179
- <img src="https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white&color=8a2be2"/>
1180
- </a>&nbsp;
1181
- <a href="https://instagram.com/samakavare">
1182
- <img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white&color=8a2be2"/>
1183
- </a>&nbsp;
1184
- <a href="mailto:samakavare1@gmail.com">
1185
- <img src="https://img.shields.io/badge/Email-D14836?style=for-the-badge&logo=gmail&logoColor=white&color=8a2be2"/>
1186
- </a>
1187
- </p>
1188
- <div align="center">
1189
- <p><strong>Se ti è stato utile, lascia una stella e/o considera una donazione! ✧</strong></p>
1190
-
1191
- <br>
1192
- <img src="https://capsule-render.vercel.app/api?type=waving&color=gradient&customColorList=24&height=120&section=footer&text=&fontSize=30&fontColor=ffffff&animation=fadeIn&fontAlignY=35"/>
1193
-
1194
- </div>
1
+ <div align="center">
2
+
3
+ ![Wave](https://capsule-render.vercel.app/api?type=waving&color=gradient&customColorList=24&height=150&section=header&text=based&fontSize=60&fontColor=ffffff&animation=fadeIn&fontAlignY=35)
4
+ <img src="https://i.gifer.com/YdBN.gif" width="200">
5
+
6
+ ![Retro](https://readme-typing-svg.herokuapp.com?font=VT323&size=24&duration=2500&pause=10000&color=8A2BE2&center=true&vCenter=true&width=250&height=25&lines=$+by+Sam+aka+Vare)
7
+ <br>
8
+ <p align="center">
9
+ <img src="https://img.shields.io/npm/v/@realvare/based?style=for-the-badge&color=8a2be2&labelColor=2d1b69" alt="Versione NPM">
10
+ <img src="https://img.shields.io/npm/dm/@realvare/based?style=for-the-badge&color=8a2be2&labelColor=2d1b69" alt="Download NPM">
11
+ <img src="https://img.shields.io/badge/Licenza-MIT-8a2be2.svg?style=for-the-badge&labelColor=2d1b69" alt="Licenza MIT">
12
+ <img src="https://img.shields.io/github/stars/realvare/based?style=for-the-badge&color=8a2be2&labelColor=2d1b69" alt="GitHub Stelle">
13
+ <img src="https://img.shields.io/github/forks/realvare/based?style=for-the-badge&color=8a2be2&labelColor=2d1b69" alt="GitHub Forks">
14
+ </p>
15
+ <p align="center">
16
+ <a href="#-caratteristiche-principali"><img src="https://img.shields.io/badge/_Caratteristiche-8a2be2?style=flat-square&logo=github&logoColor=white"/></a>&nbsp;&nbsp;
17
+ <a href="#-installazione"><img src="https://img.shields.io/badge/_Installazione-8a2be2?style=flat-square&logo=npm&logoColor=white"/></a>&nbsp;&nbsp;
18
+ <a href="#-guida-rapida"><img src="https://img.shields.io/badge/_Guida_Rapida-8a2be2?style=flat-square&logo=rocket&logoColor=white"/></a>&nbsp;&nbsp;
19
+ <a href="#-documentazione-api"><img src="https://img.shields.io/badge/_Documentazione_API-8a2be2?style=flat-square&logo=book&logoColor=white"/></a>&nbsp;&nbsp;
20
+ <a href="#-supporto-e-community"><img src="https://img.shields.io/badge/_Supporto-8a2be2?style=flat-square&logo=teamspeak&logoColor=white"/></a>
21
+ </p>
22
+ <img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=600&size=20&duration=4000&pause=2500&color=8A2BE2&center=true&vCenter=true&width=800&lines=πŸ’œ+Una+libreria+WhatsApp+Web+API+moderna%2C+potente+e+veloce;πŸ”„+Con+supporto+per+LID%2FJID+e+multi-dispositivo;">
23
+
24
+ ----
25
+
26
+ </div>
27
+
28
+ ## Indice
29
+
30
+ - [✨ Caratteristiche Principali](#-caratteristiche-principali)
31
+ - [πŸš€ Guida Rapida](#-guida-rapida)
32
+ - [πŸ“Š Gestione Avanzata Cache](#-gestione-avanzata-cache)
33
+ - [πŸ” Risoluzione Problemi](#-risoluzione-problemi)
34
+ - [πŸ“š Documentazione API](#-documentazione-api)
35
+ - [πŸ—οΈ Metodi Fondamentali](#-metodi-fondamentali)
36
+ - [🎯 Eventi Principali](#-eventi-principali)
37
+ - [πŸŽͺ Messaggi e FunzionalitΓ  Interattive](#-messaggi-e-funzionalit-interattive)
38
+ - [Messaggi Base](#messaggi-base)
39
+ - [Media Base](#media-base)
40
+ - [Media Avanzati](#media-avanzati)
41
+ - [Messaggi Interattivi](#messaggi-interattivi)
42
+ - [Altri Messaggi](#altri-messaggi)
43
+ - [Gestione delle Risposte](#gestione-delle-risposte)
44
+ - [🎭 Funzionalità Gruppi](#-funzionalit-gruppi)
45
+ - [Gestione Base Gruppi](#gestione-base-gruppi)
46
+ - [Gestione Partecipanti](#gestione-partecipanti)
47
+ - [Impostazioni Gruppo](#impostazioni-gruppo)
48
+ - [Messaggi Gruppo Avanzati](#messaggi-gruppo-avanzati)
49
+ - [πŸ”§ Fix LID/JID nel Proprio Main e Handler](#-fix-lidjid-nel-proprio-main-e-handler)
50
+ - [Best Practices per LID/JID](#best-practices-per-lidjid)
51
+ - [Esempio Integrato in Main](#esempio-integrato-in-main)
52
+ - [Esempio Handler Personalizzato](#esempio-handler-personalizzato)
53
+ - [πŸš€ Cache Intelligente LID/JID](#-cache-intelligente-lidjid)
54
+ - [πŸ›‘οΈ Validazione JID Avanzata](#-validazione-jid-avanzata)
55
+ - [πŸ“Š Logging Condizionale](#-logging-condizionale)
56
+ - [πŸ”§ Configurazione Performance](#-configurazione-performance)
57
+ - [🧩 Eventi: LID e JID sempre disponibili (nuovo)](#-eventi-lid-e-jid-sempre-disponibili-nuovo)
58
+ - [βš™οΈ Configurazione Avanzata](#-configurazione-avanzata)
59
+ - [πŸ”§ Opzioni Complete per makeWASocket](#-opzioni-complete-per-makewasocket)
60
+ - [πŸ›‘οΈ Sicurezza e Crittografia](#-sicurezza-e-crittografia)
61
+ - [🌐 Supporto e Community](#-supporto-e-community)
62
+ - [πŸ“ž Contatti e Risorse](#-contatti-e-risorse)
63
+ - [πŸ™ Ringraziamenti](#-ringraziamenti)
64
+ - [⚠️ Disclaimer & Licenza](#-disclaimer--licenza)
65
+ - [πŸ“‹ Nota Legale](#-nota-legale)
66
+ - [πŸ“œ Licenza MIT](#-licenza-mit)
67
+
68
+ ----
69
+
70
+ ## ✨ Caratteristiche Principali
71
+
72
+ <p align="center">
73
+ <img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=600&size=18&duration=2500&pause=2500&color=8A2BE2&center=true&vCenter=true&width=600&lines=πŸš€+Potente+e+Intuitiva;πŸ”§+Basata+su+Baileys+con+Miglioramenti" alt="Features">
74
+ </div>
75
+
76
+ <br>
77
+
78
+ Questa libreria, basata su Baileys con miglioramenti specifici, offre un'API intuitiva per interagire con WhatsApp Web. Ecco un riassunto delle funzionalitΓ  chiave:
79
+
80
+ <table align="center">
81
+ <tr>
82
+ <td align="center" width="25%">
83
+ <h3>πŸ”„ Core Features</h3>
84
+ <p>β€’ Mappatura intelligente LID/JID<br>β€’ Supporto multi-dispositivo<br>β€’ Crittografia E2E Signal<br>β€’ TypeScript moderno</p>
85
+ </td>
86
+ <td align="center" width="25%">
87
+ <h3>πŸ’¬ Messaggi</h3>
88
+ <p>β€’ Testo, media, interattivi<br>β€’ Bottoni, liste, carousel<br>β€’ Album, poll, reazioni<br>β€’ Template avanzati</p>
89
+ </td>
90
+ <td align="center" width="25%">
91
+ <h3>πŸ› οΈ Developer</h3>
92
+ <p>β€’ Eventi real-time<br>β€’ TypeScript completo<br>β€’ Documentazione estesa<br>β€’ API estendibili</p>
93
+ </td>
94
+ <td align="center" width="25%">
95
+ <h3>⚑ Performance</h3>
96
+ <p>β€’ Riconnessione intelligente<br>β€’ Cache avanzata TTL<br>β€’ Monitoraggio prestazioni</p>
97
+ </td>
98
+ </tr>
99
+ </table>
100
+ <p align="center">
101
+ <img src="https://64.media.tumblr.com/13bc9e3c3b332dfc008cb4b9e8571558/2a577b39b15547dc-cc/s400x600/3db051b3117b695a61ad8e0b686f2774b971d210.gifv" width="800">
102
+
103
+
104
+ ## πŸš€ Guida Rapida
105
+
106
+ - Questa sezione include esempi base per l'autenticazione e la gestione delle connessioni.
107
+
108
+ ### Esempio Base - Avvio Bot
109
+
110
+ ```typescript
111
+ import makeWASocket, { DisconnectReason, useMultiFileAuthState, getPerformanceConfig, setPerformanceConfig } from '@realvare/based';
112
+
113
+ // Configura performance e cache
114
+ setPerformanceConfig({
115
+ performance: {
116
+ enableCache: true,
117
+ enableMetrics: true
118
+ },
119
+ debug: {
120
+ enableLidLogging: true,
121
+ logLevel: 'info'
122
+ }
123
+ });
124
+
125
+ async function startBot() {
126
+ // πŸ” Setup autenticazione multi-file per sessioni persistenti
127
+ const { state, saveCreds } = await useMultiFileAuthState('auth_info_baileys');
128
+
129
+ // 🌐 Creazione del socket con configurazione base
130
+ const sock = makeWASocket({
131
+ auth: state,
132
+ printQRInTerminal: true,
133
+ logger: console,
134
+ browser: ['VareBot', 'Chrome', '4.0.0'],
135
+ });
136
+
137
+ // Sistema di riconnessione migliorato
138
+ let reconnectAttempts = 0;
139
+ const config = getPerformanceConfig();
140
+
141
+ sock.ev.on('connection.update', (update) => {
142
+ const { connection, lastDisconnect } = update;
143
+
144
+ if (connection === 'close') {
145
+ const shouldReconnect = lastDisconnect?.error?.output?.statusCode !== DisconnectReason.loggedOut;
146
+
147
+ if (shouldReconnect) {
148
+ reconnectAttempts++;
149
+ const delay = Math.min(
150
+ config.performance.retryDelay * Math.pow(
151
+ config.performance.retryBackoffMultiplier,
152
+ reconnectAttempts - 1
153
+ ),
154
+ config.performance.maxRetryDelay
155
+ );
156
+
157
+ console.log(`πŸ”„ Tentativo di riconnessione ${reconnectAttempts}/${config.performance.maxRetries} tra ${delay}ms`);
158
+
159
+ if (reconnectAttempts <= config.performance.maxRetries) {
160
+ setTimeout(startBot, delay);
161
+ } else {
162
+ console.log('❌ Numero massimo di tentativi di riconnessione raggiunto');
163
+ }
164
+ }
165
+ } else if (connection === 'open') {
166
+ console.log('🟒 Connesso con successo!');
167
+ reconnectAttempts = 0;
168
+ }
169
+ });
170
+
171
+ sock.ev.on('creds.update', saveCreds);
172
+ }startBot().catch(console.error);
173
+ ```
174
+
175
+ ### Esempio Anti-Ban - Configurazione consigliata per Evitare Ban
176
+
177
+ ```typescript
178
+ import makeWASocket, { DisconnectReason, useMultiFileAuthState, getPerformanceConfig, setPerformanceConfig, getSenderLid, validateJid } from '@realvare/based';
179
+
180
+ // Configurazione anti-ban per ridurre rischi ban da acks impropri
181
+ setPerformanceConfig({
182
+ performance: {
183
+ enableCache: true, // Abilita cache TTL per ridurre chiamate API
184
+ enableMetrics: true, // Monitora performance per evitare sovraccarico
185
+ batchSize: 50, // Elabora messaggi in batch piΓΉ piccoli per simulare velocitΓ  umana
186
+ maxRetries: 5, // Limita tentativi retry per evitare comportamento aggressivo
187
+ retryDelay: 5000, // Ritardo base in ms per riconnessioni
188
+ retryBackoffMultiplier: 1.5,// Backoff esponenziale per spaziare retry
189
+ maxRetryDelay: 60000, // Ritardo massimo per evitare riconnessioni rapide
190
+ maxMsgRetryCount: 3 // Limita tentativi rispedizione messaggi
191
+ }
192
+ });
193
+
194
+ async function startBot() {
195
+ const { state, saveCreds } = await useMultiFileAuthState('auth_info_baileys');
196
+
197
+ const sock = makeWASocket({
198
+ auth: state,
199
+ printQRInTerminal: true,
200
+ logger: console,
201
+ browser: ['YourBotName', 'Chrome', '4.0.0'], // Personalizza fingerprint browser
202
+ markOnlineOnConnect: false, // Cruciale: Previene apparire sempre online, riduce rischio ban
203
+ syncFullHistory: false // Evita sync dati non necessari che potrebbero segnalare attivitΓ 
204
+ });
205
+
206
+ let reconnectAttempts = 0;
207
+ const config = getPerformanceConfig();
208
+
209
+ sock.ev.on('connection.update', (update) => {
210
+ const { connection, lastDisconnect } = update;
211
+
212
+ if (connection === 'close') {
213
+ const shouldReconnect = lastDisconnect?.error?.output?.statusCode !== DisconnectReason.loggedOut;
214
+
215
+ if (shouldReconnect) {
216
+ reconnectAttempts++;
217
+ const delay = Math.min(
218
+ config.performance.retryDelay * Math.pow(
219
+ config.performance.retryBackoffMultiplier,
220
+ reconnectAttempts - 1
221
+ ),
222
+ config.performance.maxRetryDelay
223
+ );
224
+
225
+ console.log(`Reconnecting attempt ${reconnectAttempts}/${config.performance.maxRetries} in ${delay}ms`);
226
+
227
+ if (reconnectAttempts <= config.performance.maxRetries) {
228
+ setTimeout(startBot, delay);
229
+ } else {
230
+ console.log('Max reconnection attempts reached');
231
+ }
232
+ }
233
+ } else if (connection === 'open') {
234
+ console.log('Connected successfully!');
235
+ reconnectAttempts = 0;
236
+ }
237
+ });
238
+
239
+ // Monitora acks tramite aggiornamenti messaggi per garantire gestione corretta
240
+ sock.ev.on('messages.update', (updates) => {
241
+ for (const update of updates) {
242
+ if (update.update.status) {
243
+ console.log(`Message ${update.key.id} status: ${update.update.status}`); // Traccia acks (1=sent, 2=delivered, 3=read)
244
+ // Aggiungi logica personalizzata se necessaria, ma evita override predefiniti per prevenire detection
245
+ }
246
+ }
247
+ });
248
+
249
+ // UtilitΓ  LID/JID avanzate per stabilitΓ  acks
250
+ sock.ev.on('messages.upsert', ({ messages }) => {
251
+ for (const msg of messages) {
252
+ const info = getSenderLid(msg);
253
+ const validation = validateJid(info.jid);
254
+ if (validation.isValid) {
255
+ // Elabora e ack in sicurezza
256
+ console.log(`Valid JID: ${info.jid}, LID: ${info.lid}`);
257
+ } else {
258
+ console.warn(`Invalid JID detected: ${info.jid}`);
259
+ }
260
+ }
261
+ });
262
+
263
+ sock.ev.on('creds.update', saveCreds);
264
+ }
265
+
266
+ startBot().catch(console.error);
267
+ ```
268
+
269
+ ## πŸ“Š Gestione Avanzata Cache
270
+
271
+ La libreria ora include un sistema di cache avanzato con gestione automatica della memoria e TTL configurabile:
272
+
273
+ ```typescript
274
+ import { CacheManager } from 'based/lib/Utils/cache-manager';
275
+
276
+ // Esempio di utilizzo della cache
277
+ const cache = CacheManager;
278
+
279
+ // Salva un valore nella cache
280
+ cache.set('lidCache', 'chiave', 'valore', 300); // TTL di 300 secondi
281
+
282
+ // Recupera un valore
283
+ const valore = cache.get('lidCache', 'chiave');
284
+
285
+ // Ottieni statistiche della cache
286
+ const stats = cache.getStats('lidCache');
287
+ console.log('Statistiche cache:', stats);
288
+ ```
289
+
290
+ ### Configurazione Cache Avanzata
291
+
292
+ La cache puΓ² essere configurata con varie opzioni per ottimizzare le prestazioni:
293
+
294
+ ```typescript
295
+ setPerformanceConfig({
296
+ cache: {
297
+ lidCache: {
298
+ ttl: 5 * 60 * 1000, // Tempo di vita delle entries
299
+ maxSize: 10000, // Numero massimo di entries
300
+ cleanupInterval: 2 * 60 * 1000 // Intervallo pulizia
301
+ }
302
+ },
303
+ performance: {
304
+ memoryThreshold: 0.85 // Soglia per pulizia automatica
305
+ }
306
+ });
307
+ ```
308
+ ## πŸ” Risoluzione Problemi
309
+
310
+ ### Problemi di Connessione
311
+ - La libreria ora implementa un sistema di retry con backoff esponenziale
312
+ - Monitoraggio automatico dello stato della connessione
313
+ - Tentativi di riconnessione configurabili
314
+
315
+ ### Gestione Memoria
316
+ - Monitoraggio automatico dell'uso della memoria
317
+ - Pulizia cache automatica quando necessario
318
+ - TTL configurabile per ogni tipo di cache
319
+
320
+ ### Logging Avanzato
321
+ ```typescript
322
+ setPerformanceConfig({
323
+ debug: {
324
+ enableLidLogging: true,
325
+ enablePerformanceLogging: true,
326
+ logLevel: 'debug'
327
+ }
328
+ });
329
+ ```
330
+
331
+ ### Gestione Messaggi Base con LID/JID
332
+
333
+ ```typescript
334
+ import makeWASocket, { getSenderLid, toJid, getCacheStats, validateJid, Logger } from '@realvare/based';
335
+
336
+ // ... (codice di creazione sock qui)
337
+
338
+ conn.ev.on('messages.upsert', ({ messages }) => {
339
+ for (const msg of messages) {
340
+ // πŸ” Estrai LID del mittente con validazione
341
+ const info = getSenderLid(msg);
342
+
343
+ // βœ… Valida JID prima di usarlo
344
+ const validation = validateJid(info.jid);
345
+ if (!validation.isValid) {
346
+ Logger.error('JID non valido:', validation.error);
347
+ continue;
348
+ }
349
+
350
+ const jid = toJid(info.lid); // Normalizza in JID
351
+
352
+ Logger.info('πŸ’¬ Messaggio da:', jid, 'Valid:', info.isValid);
353
+ console.log('πŸ“ Contenuto:', msg.message?.conversation);
354
+
355
+ // Rispondi automaticamente solo se valido
356
+ if (info.isValid) {
357
+ conn.sendMessage(jid, { text: 'Messaggio ricevuto!' });
358
+ }
359
+ }
360
+
361
+ // πŸ“Š Monitora performance cache
362
+ const stats = getCacheStats();
363
+ Logger.performance('Cache stats:', stats);
364
+ });
365
+ ```
366
+
367
+ ---
368
+
369
+ ## πŸ“š Documentazione API
370
+
371
+ Questa sezione espande i metodi principali, con esempi dettagliati e parametri. Tutti i metodi sono tipizzati in TypeScript per un'esperienza di sviluppo sicura.
372
+
373
+ ### πŸ—οΈ Metodi Fondamentali
374
+
375
+ <details>
376
+ <summary><strong>πŸ“‘ makeWASocket(config)</strong></summary>
377
+
378
+ Crea un'istanza del socket WhatsApp. È il punto di ingresso principale.
379
+
380
+ **Parametri:**
381
+ - `config`: Oggetto con opzioni (vedi sezione Configurazione Avanzata per dettagli completi).
382
+
383
+ **Restituisce:** Istanza del socket con metodi come `sendMessage` e `ev` per eventi.
384
+
385
+ **Esempio:**
386
+ ```typescript
387
+ const sock = makeWASocket({
388
+ auth: state,
389
+ printQRInTerminal: true,
390
+ logger: console,
391
+ browser: ['Varebot', 'Chrome', '4.0.0'],
392
+ });
393
+ ```
394
+ </details>
395
+ <details>
396
+ <summary><strong>πŸ” useMultiFileAuthState(folder)</strong></summary>
397
+
398
+ Gestisce l'autenticazione persistente salvando credenziali in file multipli per sicurezza.
399
+
400
+ **Parametri:**
401
+ - `folder`: Stringa, path della cartella per i file di auth (es. 'auth_info').
402
+
403
+ **Restituisce:**
404
+ - `{ state, saveCreds }`: Stato autenticazione e funzione per salvare aggiornamenti.
405
+
406
+ **Esempio:**
407
+ ```typescript
408
+ const { state, saveCreds } = await useMultiFileAuthState('auth_info');
409
+ conn.ev.on('creds.update', saveCreds); // Integra nel socket
410
+ ```
411
+ </details>
412
+
413
+ <details>
414
+ <summary><strong>πŸ”„ getSenderLid(message) & toJid(lid)</strong></summary>
415
+
416
+ UtilitΓ  per gestire LID/JID, risolvendo problemi comuni in gruppi e multi-dispositivo.
417
+
418
+ **getSenderLid(message):**
419
+ - Estrae LID dal messaggio.
420
+ - Restituisce: Oggetto con `lid` e altre info mittente.
421
+
422
+ **toJid(lid):**
423
+ - Converte LID in JID normalizzato (es. prende pn e aggiunge `@s.whatsapp.net`).
424
+
425
+ **Esempio:**
426
+ ```typescript
427
+ const info = getSenderLid(msg);
428
+ const jid = toJid(info.lid);
429
+ conn.sendMessage(jid, { text: 'we ridin porsches in the rain' });
430
+ ```
431
+ </details>
432
+
433
+ <details>
434
+ <summary><strong>πŸ“€ sendMessage(jid, content, options)</strong></summary>
435
+
436
+ Invia messaggi di vari tipi. Supporta testo, media, interattivi.
437
+
438
+ **Parametri:**
439
+ - `jid`: Stringa JID del destinatario.
440
+ - `content`: Oggetto messaggio (es. { text: 'finche vedo tutto violaviola' }).
441
+ - `options`: Opzionale, include `quoted`, `mentions`, ecc.
442
+
443
+ **Esempio Testo Semplice:**
444
+ ```typescript
445
+ await conn.sendMessage(jid, { text: 'bankai!' });
446
+ ```
447
+ </details>
448
+
449
+ <details>
450
+ <summary><strong>πŸ“€ sendMessage(jid, content, options) - External Ad Reply (sendNyanCat)</strong></summary>
451
+
452
+ Invia un messaggio con contesto esterno (ad esempio, un'anteprima).
453
+
454
+ **Parametri:**
455
+ - `jid`: JID del destinatario.
456
+ - `content`: Oggetto con `externalAdReply` e `text`.
457
+ - `options`: Opzioni aggiuntive.
458
+
459
+ **Esempio:**
460
+ ```typescript
461
+ await conn.sendMessage(jid, {
462
+ text: 'Testo del messaggio',
463
+ externalAdReply: {
464
+ title: 'Titolo dell\'anteprima',
465
+ body: 'Corpo dell\'anteprima',
466
+ thumbnailUrl: 'https://example.com/thumbnail.jpg',
467
+ sourceUrl: 'https://example.com',
468
+ mediaType: 1,
469
+ showAdAttribution: false,
470
+ renderLargerThumbnail: false
471
+ }
472
+ });
473
+ ```
474
+ </details>
475
+
476
+ <details>
477
+ <summary><strong>πŸ“€ sendMessage(jid, content, options) - Payment Request (sendPayment)</strong></summary>
478
+
479
+ Invia un messaggio di richiesta pagamento.
480
+
481
+ **Parametri:**
482
+ - `jid`: JID del destinatario.
483
+ - `content`: Oggetto con `payment`.
484
+ - `options`: Opzioni aggiuntive.
485
+
486
+ **Esempio:**
487
+ ```typescript
488
+ await conn.sendMessage(jid, {
489
+ payment: {
490
+ currency: 'EUR',
491
+ amount1000: 5000, // 50.00 EUR
492
+ requestFrom: 'your-jid@s.whatsapp.net',
493
+ text: 'Pagamento richiesto per il servizio',
494
+ expiryTimestamp: Date.now() + 86400000 // 24 ore
495
+ }
496
+ });
497
+ ```
498
+ </details>
499
+
500
+ <details>
501
+ <summary><strong>πŸ“€ sendMessage(jid, content, options) - File Download (getFile)</strong></summary>
502
+
503
+ Ottiene un file da path, URL o buffer, con tipo MIME.
504
+
505
+ **Parametri:**
506
+ - `PATH`: Path, URL o buffer.
507
+ - `saveToFile`: Booleano per salvare su file.
508
+
509
+ **Restituisce:** Oggetto con res, filename, mime, ext, data.
510
+
511
+ **Esempio:**
512
+ ```typescript
513
+ const file = await conn.getFile('https://example.com/image.jpg');
514
+ ```
515
+ </details>
516
+
517
+ <details>
518
+ <summary><strong>πŸ“€ sendMessage(jid, content, options) - Forward Message (relayWAMessage)</strong></summary>
519
+
520
+ Inoltra un messaggio WA con presenza di composizione/registrazione.
521
+
522
+ **Parametri:**
523
+ - `jid`: JID destinatario.
524
+ - `content`: Oggetto con `forward` contenente il messaggio da inoltrare.
525
+
526
+ **Esempio:**
527
+ ```typescript
528
+ await conn.sendMessage(jid, {
529
+ forward: messageToForward
530
+ });
531
+ ```
532
+ </details>
533
+
534
+ <details>
535
+ <summary><strong>πŸ“€ sendMessage(jid, content, options) - Send File/Media (sendFile)</strong></summary>
536
+
537
+ Invia un file/media con rilevamento automatico del tipo.
538
+
539
+ **Parametri:**
540
+ - `jid`: JID destinatario.
541
+ - `content`: Oggetto con tipo media (image, video, document, audio) e URL/path.
542
+
543
+ **Esempio:**
544
+ ```typescript
545
+ await conn.sendMessage(jid, {
546
+ image: { url: './image.jpg' },
547
+ caption: 'Caption'
548
+ });
549
+ ```
550
+ </details>
551
+
552
+ <details>
553
+ <summary><strong>πŸ“€ sendMessage(jid, content, options) - Send Contact (sendContact)</strong></summary>
554
+
555
+ Invia uno o piΓΉ contatti.
556
+
557
+ **Parametri:**
558
+ - `jid`: JID destinatario.
559
+ - `content`: Oggetto con `contacts`.
560
+
561
+ **Esempio:**
562
+ ```typescript
563
+ await conn.sendMessage(jid, {
564
+ contacts: {
565
+ displayName: 'Nome Contatto',
566
+ contacts: [{ vcard: 'BEGIN:VCARD\nVERSION:3.0\nFN:Nome\nTEL;waid=1234567890:+1 234 567 890\nEND:VCARD' }]
567
+ }
568
+ });
569
+ ```
570
+ </details>
571
+
572
+ <details>
573
+ <summary><strong>πŸ“€ sendMessage(jid, content, options) - Reply (reply)</strong></summary>
574
+
575
+ Rispondi a un messaggio.
576
+
577
+ **Parametri:**
578
+ - `jid`: JID chat.
579
+ - `content`: Testo o oggetto media.
580
+ - `options`: Oggetto con `quoted` contenente il messaggio da quotare.
581
+
582
+ **Esempio:**
583
+ ```typescript
584
+ await conn.sendMessage(jid, {
585
+ text: 'Risposta al messaggio'
586
+ }, {
587
+ quoted: messageToReplyTo
588
+ });
589
+ ```
590
+ </details>
591
+
592
+ <details>
593
+ <summary><strong>πŸ“€ sendMessage(jid, content, options) - Send Button (sendButton)</strong></summary>
594
+
595
+ Invia un messaggio con bottoni interattivi.
596
+
597
+ **Parametri:**
598
+ - `jid`: JID destinatario.
599
+ - `content`: Oggetto con `text`, `footer`, `buttons`.
600
+
601
+ **Esempio:**
602
+ ```typescript
603
+ await conn.sendMessage(jid, {
604
+ text: 'Scegli un\'opzione:',
605
+ footer: 'Footer',
606
+ buttons: [
607
+ { buttonId: 'opt1', buttonText: { displayText: 'Opzione 1' }, type: 1 },
608
+ { buttonId: 'opt2', buttonText: { displayText: 'Opzione 2' }, type: 1 }
609
+ ]
610
+ });
611
+ ```
612
+ </details>
613
+
614
+ <details>
615
+ <summary><strong>πŸ“€ sendMessage(jid, content, options) - Send Album (sendAlbumMessage)</strong></summary>
616
+
617
+ Invia un album di immagini/video.
618
+
619
+ **Parametri:**
620
+ - `jid`: JID destinatario.
621
+ - `content`: Oggetto con `album` contenente array di media.
622
+
623
+ **Esempio:**
624
+ ```typescript
625
+ await conn.sendMessage(jid, {
626
+ album: [
627
+ { image: buffer1, caption: 'Prima immagine' },
628
+ { image: buffer2, caption: 'Seconda immagine' }
629
+ ]
630
+ });
631
+ ```
632
+ </details>
633
+
634
+ <details>
635
+ <summary><strong>πŸ“€ sendMessage(jid, content, options) - Send Carousel (sendNCarousel/sendCarousel)</strong></summary>
636
+
637
+ Invia un carousel di card.
638
+
639
+ **Parametri:**
640
+ - `jid`: JID destinatario.
641
+ - `content`: Oggetto con `cards` contenente array di card.
642
+
643
+ **Esempio:**
644
+ ```typescript
645
+ await conn.sendMessage(jid, {
646
+ text: 'Scegli una categoria:',
647
+ footer: 'Footer carousel',
648
+ cards: [
649
+ {
650
+ image: { url: 'https://example.com/image1.jpg' },
651
+ title: 'Card 1',
652
+ body: 'Descrizione card 1',
653
+ buttons: [
654
+ { name: 'quick_reply', buttonParamsJson: JSON.stringify({ display_text: 'Seleziona', id: 'card1' }) }
655
+ ]
656
+ },
657
+ {
658
+ image: { url: 'https://example.com/image2.jpg' },
659
+ title: 'Card 2',
660
+ body: 'Descrizione card 2',
661
+ buttons: [
662
+ { name: 'quick_reply', buttonParamsJson: JSON.stringify({ display_text: 'Seleziona', id: 'card2' }) }
663
+ ]
664
+ }
665
+ ]
666
+ });
667
+ ```
668
+ </details>
669
+
670
+ ### 🎯 Eventi Principali
671
+
672
+ | Evento | Descrizione | Callback Signature |
673
+ |---------------------|--------------------------------------|-------------------------------------|
674
+ | `connection.update` | Aggiornamenti stato connessione | `(update: Partial<ConnectionState>) => void` |
675
+ | `creds.update` | Aggiornamento credenziali | `() => void` |
676
+ | `messages.upsert` | Nuovi messaggi o aggiornamenti | `({ messages: WAMessage[], type: MessageUpsertType }) => void` |
677
+ | `messages.update` | Modifiche a messaggi esistenti | `(update: WAMessageUpdate[]) => void` |
678
+ | `group-participants.update` | Cambiamenti partecipanti gruppo | `(update: GroupParticipantEvent) => void` |
679
+
680
+ **Esempio Registrazione Evento:**
681
+ ```typescript
682
+ conn.ev.on('group-participants.update', (update) => {
683
+ console.log('Partecipante aggiornato:', update);
684
+ });
685
+ ```
686
+
687
+ ---
688
+
689
+ ## πŸŽͺ Messaggi e FunzionalitΓ  Interattive
690
+
691
+ ### Messaggi Base
692
+
693
+ #### Testo con Formattazione
694
+ ```typescript
695
+ // Testo con formattazione e menzioni
696
+ await conn.sendMessage(jid, {
697
+ text: `*Bold* _italic_ ~strikethrough~ \`monospace\`\n@menzione`,
698
+ mentions: ['393476686131@s.whatsapp.net']
699
+ });
700
+ ```
701
+
702
+ #### Media Base
703
+ ```typescript
704
+ // Immagine
705
+ await conn.sendMessage(jid, {
706
+ image: { url: './media/varebot.jpg' }, // Supporta anche Buffer
707
+ caption: 'zwag'
708
+ });
709
+
710
+ // Video
711
+ await conn.sendMessage(jid, {
712
+ video: { url: './media/oppastoppa.mp4' },
713
+ caption: 'brrrr',
714
+ gifPlayback: false // true per riprodurre come GIF
715
+ });
716
+
717
+ // Audio
718
+ await conn.sendMessage(jid, {
719
+ audio: { url: './media/audio.mp3' },
720
+ mimetype: 'audio/mp4',
721
+ ptt: true // true per messaggio vocale, false per audio normale
722
+ });
723
+
724
+ // Documento
725
+ await conn.sendMessage(jid, {
726
+ document: { url: './media/doc.pdf' },
727
+ mimetype: 'application/pdf',
728
+ fileName: 'documento.pdf'
729
+ });
730
+ ```
731
+
732
+ #### Media Avanzati
733
+ ```typescript
734
+ // Album (Multiple immagini)
735
+ await conn.sendMessage(jid, {
736
+ album: imageBuffers.map(buffer => ({ image: buffer })),
737
+ caption: 'ts gettin real'
738
+ });
739
+
740
+ // Sticker
741
+ await conn.sendMessage(jid, {
742
+ sticker: { url: './stickers/sticker.webp' }
743
+ });
744
+
745
+ // Messaggio con posizione
746
+ await conn.sendMessage(jid, {
747
+ location: {
748
+ degreesLatitude: 45.4642,
749
+ degreesLongitude: 9.1900,
750
+ name: "Milano",
751
+ address: "Piazza del Duomo, Milano"
752
+ }
753
+ });
754
+ ```
755
+
756
+ #### Messaggi Interattivi
757
+ Questi messaggi includono elementi interattivi come bottoni, liste e template.
758
+
759
+ ##### Messaggi con Bottoni Semplici
760
+ Invia bottoni di risposta rapida.
761
+
762
+ ```typescript
763
+ await conn.sendMessage(jid, {
764
+ text: 'Scegli un\'opzione:',
765
+ footer: 'Footer',
766
+ buttons: [
767
+ { buttonId: 'cmd1', buttonText: { displayText: 'testo1' }, type: 1 },
768
+ { buttonId: 'cmd2', buttonText: { displayText: 'testo2' }, type: 1 },
769
+ ],
770
+ headerType: 1,
771
+ });
772
+ ```
773
+
774
+ ##### Messaggi con Bottoni e Immagine
775
+ Combina immagine con bottoni.
776
+
777
+ ```typescript
778
+ await conn.sendMessage(jid, {
779
+ image: { url: 'https://i.ibb.co/hJW7WwxV/varebot.jpg' },
780
+ caption: 'Messaggio con bottoni e immagine',
781
+ footer: 'vare ✧ bot',
782
+ buttons: [
783
+ { buttonId: 'cmd', buttonText: { displayText: 'testo1' }, type: 1 },
784
+ ],
785
+ });
786
+ ```
787
+
788
+ ##### Messaggi Liste
789
+ Invia una lista di opzioni (solo in privato).
790
+
791
+ ```typescript
792
+ await conn.sendMessage(jid, {
793
+ text: 'Questa Γ¨ una lista!',
794
+ footer: 'purplepurplepurple!',
795
+ title: 'Titolo Lista',
796
+ buttonText: 'Visualizza Lista',
797
+ sections: [
798
+ {
799
+ title: 'Sezione 1',
800
+ rows: [
801
+ { title: 'Opzione 1', rowId: 'opt1',description: 'Descrizionex' },
802
+ { title: 'Opzione 2', rowId: 'opt2', description: 'Descrizioney' }
803
+ ]
804
+ },
805
+ ],
806
+ });
807
+ ```
808
+
809
+ ##### Carousel e Card Messages
810
+ Il carousel Γ¨ un tipo speciale di messaggio che permette di mostrare una serie di card scorrevoli.
811
+ ```typescript
812
+ await conn.sendMessage(jid, {
813
+ text: 'γ€– 🌸 γ€— Benvenuto in VareBot!',
814
+ title: '',
815
+ footer: '',
816
+ cards: [
817
+ {
818
+ image: { url: 'https://i.ibb.co/hJW7WwxV/varebot.jpg' },
819
+ title: 'by sam aka vare',
820
+ body: 'γ€– πŸ’« γ€— Esplora funzionalitΓ \nγ€– πŸš€ γ€— Bot aggiornato',
821
+ footer: '˗ˏˋ ☾ πšŸπšŠπš›πšŽπš‹πš˜πš ☽ ΛŽΛŠΛ—',
822
+ buttons: [
823
+ { name: 'cta_url', buttonParamsJson: JSON.stringify({ display_text: 'Sito VareBot', url: 'https://varebot.netlify.app' }) },
824
+ { name: 'cta_url', buttonParamsJson: JSON.stringify({ display_text: 'πŸ’» GitHub', url: 'https://github.com/realvare' }) },
825
+ { name: 'cta_url', buttonParamsJson: JSON.stringify({ display_text: 'πŸ’¬ WhatsApp', url: 'https://wa.me/393476686131' }) },
826
+ { name: 'cta_url', buttonParamsJson: JSON.stringify({ display_text: 'πŸ“Έ Instagram', url: 'https://instagram.com/samakavare' }) },
827
+ { name: 'cta_url', buttonParamsJson: JSON.stringify({ display_text: 'πŸ“§ Email', url: 'mailto:samakavare1@gmail.com' }) },
828
+ ],
829
+ },
830
+ ],
831
+ }, { quoted: m });
832
+ ```
833
+
834
+ #### Altri Messaggi
835
+ ```typescript
836
+ // Messaggio con citazione
837
+ await conn.sendMessage(jid, {
838
+ text: 'bang bang',
839
+ quoted: quotedMessage // Il messaggio da quotare/rispondere/citare
840
+ });
841
+
842
+ // Messaggi Contatto
843
+ await conn.sendMessage(jid, {
844
+ contacts: {
845
+ displayName: 'Sam aka vare',
846
+ contacts: [{ vcard: 'BEGIN:VCARD\nVERSION:3.0\nFN:Sam aka vare\nTEL;waid=393476686131:+39 347 6686131\nEND:VCARD' }]
847
+ }
848
+ });
849
+
850
+ // Messaggi Poll (Sondaggio)
851
+ await conn.sendMessage(jid, {
852
+ poll: {
853
+ name: 'Anime preferito?',
854
+ values: ['Aot', 'Bleach', 'Death note'],
855
+ selectableCount: 1 // quante scelte possibili
856
+ }
857
+ });
858
+
859
+ // Messaggi Ephemeral (Che si Autodistruggono)
860
+ await conn.sendMessage(jid, {
861
+ text: "Questo messaggio si autodistruggerΓ  {speriamo come israele}"
862
+ }, {
863
+ ephemeralExpiration: 7 * 24 * 60 * 60
864
+ });
865
+
866
+ // Messaggi con Risposta a Visualizzazione
867
+ await conn.sendMessage(
868
+ jid,
869
+ {
870
+ video: { url: './media/hado90.mp4' },
871
+ viewOnce: true,
872
+ caption: 'tuff'
873
+ }
874
+ )
875
+
876
+ // Messaggi di Status (Stato)
877
+ await conn.sendMessage('status@broadcast', {
878
+ text: 'god forgive em'
879
+ }, {
880
+ statusJidList: contatti
881
+ });
882
+
883
+ // Invia uno stato con media (visibile solo a contatti selezionati)
884
+ await conn.sendMessage('status@broadcast', {
885
+ image: { url: './media/menu/menu.jpg' },
886
+ caption: 'all i need in this life of sin is-',
887
+ }, {
888
+ statusJidList: contatti
889
+ });
890
+
891
+ // Messaggi Newsletter
892
+ await conn.sendMessage('120363418582531215@newsletter', {
893
+ text: 'ay yo',
894
+ });
895
+
896
+ // Messaggi di Pagamento
897
+ await conn.sendMessage(jid, {
898
+ requestPayment: {
899
+ currency: 'EUR',
900
+ amount1000: 5000,
901
+ requestFrom: '393514357738@s.whatsapp.net',
902
+ note: 'js gimme my money' // https://paypal.me/samakavare
903
+ }
904
+ });
905
+
906
+ // Messaggi di Chiamata
907
+ await conn.sendMessage(jid, {
908
+ call: {
909
+ callKey: {
910
+ fromMe: true,
911
+ id: Date.now().toString(),
912
+ remoteJid: jid
913
+ },
914
+ type: 'ACCEPT' // 'MISSED', 'OFFER', 'ACCEPT', 'REJECT'..
915
+ }
916
+ });
917
+
918
+ // Messaggi con Live Location
919
+ await conn.sendMessage(jid, {
920
+ liveLocation: {
921
+ degreesLatitude: 45.4642,
922
+ degreesLongitude: 9.1900,
923
+ accuracyInMeters: 50,
924
+ speedInMps: 5,
925
+ degreesClockwiseFromMagneticNorth: 359,
926
+ caption: "kmt im mean kiss my teeth",
927
+ sequenceNumber: 21,
928
+ timeOffset: 2000,
929
+ }
930
+ });
931
+
932
+ // Messaggi di Ordini/Prodotti
933
+ await conn.sendMessage(jid, {
934
+ order: {
935
+ id: 'bysamakavare',
936
+ thumbnail: buffer, // immagine buffer
937
+ itemCount: 67,
938
+ surface: 'CATALOG',
939
+ title: 'heh',
940
+ text: 'gotta make it happen',
941
+ seller: '393514357738@s.whatsapp.net',
942
+ amount: 67000,
943
+ currency: 'EUR'
944
+ }
945
+ });
946
+
947
+ // Prodotto
948
+ await conn.sendMessage(jid, {
949
+ product: {
950
+ productImage: { url: './media/menu/menu.jpg' },
951
+ productId: 'prod123',
952
+ title: 'titolo',
953
+ description: 'Desc',
954
+ currency: 'EUR',
955
+ priceAmount1000: 67000,
956
+ retailerId: 'bysamakavare',
957
+ url: 'https://varebot.netlify.app',
958
+ },
959
+ businessOwnerJid: m.sender
960
+ });
961
+
962
+ // Messaggi con Intestazione Personalizzata
963
+ await conn.sendMessage(jid, {
964
+ text: 'dilemma',
965
+ contextInfo: {
966
+ externalAdReply: {
967
+ title: `titolo`,
968
+ body: `desc`,
969
+ thumbnailUrl: 'https://i.ibb.co/hJW7WwxV/sam.jpg', // immagine
970
+ sourceUrl: '', // sconsiglio di metterla
971
+ mediaType: 1,
972
+ renderLargerThumbnail: false
973
+ }
974
+ }
975
+ });
976
+ > nota: non usate showAdAttribution o tenetela in false, poiche con essa attiva non viene visualizzato il messaggio
977
+ ```
978
+
979
+ ### Gestione delle Risposte
980
+
981
+ Per gestire le risposte ai messaggi interattivi, usa il listener `messages.upsert` e controlla il tipo di risposta:
982
+
983
+ ```typescript
984
+ conn.ev.on('messages.upsert', async ({ messages }) => {
985
+ const msg = messages[0];
986
+
987
+ // Risposta a bottoni
988
+ if (msg.message?.buttonsResponseMessage) {
989
+ const selectedId = msg.message.buttonsResponseMessage.selectedButtonId;
990
+ console.log(`Bottone selezionato: ${selectedId}`);
991
+ }
992
+
993
+ // Risposta a liste
994
+ if (msg.message?.listResponseMessage) {
995
+ const selectedId = msg.message.listResponseMessage.singleSelectReply.selectedRowId;
996
+ console.log(`Opzione selezionata: ${selectedId}`);
997
+ }
998
+
999
+ // Risposta a sondaggio
1000
+ if (msg.message?.pollResponseMessage) {
1001
+ const selectedOptions = msg.message.pollResponseMessage.selectedOptions;
1002
+ console.log('Opzioni selezionate:', selectedOptions);
1003
+ }
1004
+ });
1005
+ ```
1006
+
1007
+ ### 🎭 Funzionalità Gruppi
1008
+
1009
+ #### Gestione Base Gruppi
1010
+
1011
+ ```typescript
1012
+ // Creazione gruppo - il jid sta per l'aggiunta di partecipanti
1013
+ const group = await conn.groupCreate('Angels πŸ©ΈπŸ•ŠοΈ', ['user@s.whatsapp.net']);
1014
+
1015
+ // Ottenere info gruppo
1016
+ const metadata = await conn.groupMetadata(jid);
1017
+
1018
+ // Ottenere codice invito
1019
+ const code = await conn.groupInviteCode(jid);
1020
+
1021
+ // Revocare link invito
1022
+ await conn.groupRevokeInvite(jid);
1023
+
1024
+ // Lasciare gruppo
1025
+ await conn.groupLeave(jid);
1026
+ ```
1027
+
1028
+ #### Gestione Partecipanti
1029
+
1030
+ ```typescript
1031
+ // Aggiungere partecipanti
1032
+ await conn.groupParticipantsUpdate(
1033
+ jid,
1034
+ ['user@s.whatsapp.net'],
1035
+ 'add'
1036
+ );
1037
+
1038
+ // Rimuovere partecipanti
1039
+ await conn.groupParticipantsUpdate(
1040
+ jid,
1041
+ ['user@s.whatsapp.net'],
1042
+ 'remove'
1043
+ );
1044
+
1045
+ // Promuovere ad admin
1046
+ await conn.groupParticipantsUpdate(
1047
+ jid,
1048
+ ['user@s.whatsapp.net'],
1049
+ 'promote'
1050
+ );
1051
+
1052
+ // Degradare da admin
1053
+ await conn.groupParticipantsUpdate(
1054
+ jid,
1055
+ ['user@s.whatsapp.net'],
1056
+ 'demote'
1057
+ );
1058
+ ```
1059
+
1060
+ #### Impostazioni Gruppo
1061
+
1062
+ ```typescript
1063
+ // Modificare nome gruppo
1064
+ await conn.groupUpdateSubject(jid, 'Nuovo Nome');
1065
+
1066
+ // Modificare descrizione
1067
+ await conn.groupUpdateDescription(jid, 'Nuova descrizione');
1068
+
1069
+ // Modificare foto gruppo
1070
+ await conn.updateProfilePicture(jid, { url: './img/group.jpg' });
1071
+
1072
+ // Rimuovere foto gruppo
1073
+ await conn.removeProfilePicture(jid);
1074
+
1075
+ // Impostare gruppo come solo admin
1076
+ await conn.groupSettingUpdate(jid, 'announcement');
1077
+
1078
+ // Impostare gruppo come aperto a tutti
1079
+ await conn.groupSettingUpdate(jid, 'not_announcement');
1080
+
1081
+ // Impostare chi puΓ² modificare le info - solo admin
1082
+ await conn.groupSettingUpdate(jid, 'locked');
1083
+
1084
+ // Impostare chi puΓ² modificare le info - tutti
1085
+ await conn.groupSettingUpdate(jid, 'unlocked');
1086
+
1087
+ // Impostare chi puΓ² aggiungere membri - solo admin
1088
+ await conn.groupMemberAddMode(jid, 'admin_add');
1089
+
1090
+ // Impostare chi puΓ² aggiungere membri - tutti
1091
+ await conn.groupMemberAddMode(jid, 'all_member_add');
1092
+
1093
+ // Attivare/disattivare messaggi temporanei (24 ore)
1094
+ await conn.groupToggleEphemeral(jid, 86400); // secondi
1095
+
1096
+ // Disattivare messaggi temporanei
1097
+ await conn.groupToggleEphemeral(jid, 0);
1098
+
1099
+ // Attivare/disattivare modalitΓ  approvazione adesioni
1100
+ await conn.groupJoinApprovalMode(jid, 'on'); // richiede approvazione
1101
+ await conn.groupJoinApprovalMode(jid, 'off'); // aperta
1102
+
1103
+ // Ottenere tutti i gruppi
1104
+ const groups = await conn.groupFetchAllParticipating();
1105
+
1106
+ // Ottenere inviti pendenti
1107
+ const invites = await conn.groupGetInviteInfo(code);
1108
+
1109
+ // Accettare invito gruppo
1110
+ await conn.groupAcceptInvite(code);
1111
+
1112
+ // Ottenere info gruppo da link
1113
+ const groupInfo = await conn.groupGetInviteInfo('https://chat.whatsapp.com/ABC123');
1114
+
1115
+ // Ascolta modifiche impostazioni
1116
+ conn.ev.on('group-settings.update', async ({ id, announce, restrict }) => {
1117
+ if (announce !== undefined) {
1118
+ await conn.sendMessage(id, { text: `Il gruppo Γ¨ stato impostato come ${announce ? 'solo admin' : 'tutti'}` });
1119
+ }
1120
+ if (restrict !== undefined) {
1121
+ await conn.sendMessage(id, { text: `Le info gruppo possono essere modificate da ${restrict ? 'solo admin' : 'tutti'}` });
1122
+ }
1123
+ });
1124
+ ```
1125
+
1126
+ #### Messaggi Gruppo Avanzati
1127
+
1128
+ ```typescript
1129
+ // Messaggio con menzione multipla
1130
+ await conn.sendMessage(jid, {
1131
+ text: '@user1 @user2 @user3',
1132
+ mentions: [user1, user2, user3],
1133
+ contextInfo: {
1134
+ mentionedJid: [user1, user2, user3]
1135
+ }
1136
+ });
1137
+
1138
+ // Messaggio con ricerca google
1139
+ await conn.sendMessage(jid, {
1140
+ text: 'ZWAG',
1141
+ contextInfo: {
1142
+ forwardingScore: 999,
1143
+ isForwarded: true
1144
+ }
1145
+ });
1146
+ ```
1147
+
1148
+ ---
1149
+
1150
+ ## πŸ”§ Fix LID/JID nel Proprio Main e Handler
1151
+
1152
+ *Il supporto LID/JID Γ¨ un punto di forza di questa libreria, risolvendo problemi comuni come l'identificazione mittenti in gruppi e chat privata. Ecco come integrarlo nel tuo codice principale e handler.*
1153
+
1154
+ ### Best Practices per LID/JID
1155
+
1156
+ - **decodeJid(jid)**: Funzione principale per normalizzare JID/LID. Gestisce:
1157
+ - Formati con `:\d+@` (usa `jidNormalizedUser`).
1158
+ - Decodifica user/server in `${user}@${server}`.
1159
+ - Converti `@lid` in `@s.whatsapp.net`.
1160
+
1161
+ **Esempio di Implementazione (da main.js):**
1162
+ ```typescript
1163
+ decodeJid: (jid) => {
1164
+ if (!jid) return jid;
1165
+ let decoded = jid;
1166
+ if (/:\d+@/gi.test(jid)) {
1167
+ decoded = jidNormalizedUser(jid);
1168
+ }
1169
+ if (typeof decoded === 'object' && decoded.user && decoded.server) {
1170
+ decoded = `${decoded.user}@${decoded.server}`;
1171
+ }
1172
+ if (decoded.endsWith('@lid')) {
1173
+ decoded = decoded.replace('@lid', '@s.whatsapp.net');
1174
+ }
1175
+ return decoded;
1176
+ },
1177
+ ```
1178
+ Usa `conn.decodeJid(jid)` ovunque per normalizzare IDs (es. sender, participant, quoted).
1179
+
1180
+ - **Monkey-Patch per groupParticipantsUpdate**: Corregge aggiornamenti partecipanti gruppo trovando il JID reale dal metadata.
1181
+
1182
+ **Esempio (da handler.js):**
1183
+ ```typescript
1184
+ if (!this.originalGroupParticipantsUpdate) {
1185
+ this.originalGroupParticipantsUpdate = this.groupParticipantsUpdate;
1186
+ this.groupParticipantsUpdate = async function(chatId, users, action) {
1187
+ try {
1188
+ let metadata = global.groupCache.get(chatId);
1189
+ if (!metadata) {
1190
+ metadata = await fetchGroupMetadataWithRetry(this, chatId);
1191
+ if (metadata) global.groupCache.set(chatId, metadata);
1192
+ }
1193
+ if (!metadata) {
1194
+ console.error('[ERRORE] Nessun metadato del gruppo disponibile per un aggiornamento sicuro');
1195
+ return this.originalGroupParticipantsUpdate.call(this, chatId, users, action);
1196
+ }
1197
+
1198
+ const correctedUsers = users.map(userJid => {
1199
+ const decoded = this.decodeJid(userJid);
1200
+ const phone = decoded.split('@')[0].split(':')[0];
1201
+ const participant = metadata.participants.find(p => {
1202
+ const pId = this.decodeJid(p.id || p.jid || '');
1203
+ const pPhone = pId.split('@')[0].split(':')[0];
1204
+ return pPhone === phone;
1205
+ });
1206
+ return participant ? participant.id : userJid; // Fallback all'originale se non trovato
1207
+ });
1208
+
1209
+ return this.originalGroupParticipantsUpdate.call(this, chatId, correctedUsers, action);
1210
+ } catch (e) {
1211
+ console.error('[ERRORE] Errore in safeGroupParticipantsUpdate:', e);
1212
+ throw e;
1213
+ }
1214
+ };
1215
+ }
1216
+ ```
1217
+
1218
+ - **Cache per Metadata Gruppo**: Usa NodeCache per memorizzare metadata, normalizzando con `decodeJid`.
1219
+
1220
+ **Esempio (da handler.js):**
1221
+ ```typescript
1222
+ global.groupCache = new NodeCache({ stdTTL: 5 * 60, useClones: false });
1223
+
1224
+ // In participantsUpdate o groups.update:
1225
+ metadata.participants.forEach(u => {
1226
+ const normId = this.decodeJid(u.id);
1227
+ const jid = u.jid || normId;
1228
+ });
1229
+ global.groupCache.set(update.id, metadata);
1230
+ ```
1231
+
1232
+ - **Normalizzazione in Print/Log**: Rimuovi `:xx` dai numeri telefono per clean display.
1233
+
1234
+ **Esempio (da print.js):**
1235
+ ```typescript
1236
+ function formatPhoneNumber(jid, name) {
1237
+ if (!jid) return 'Sconosciuto';
1238
+ let userPart = jid.split('@')[0];
1239
+ let cleanNumber = userPart.split(':')[0]; // Rimuovi la parte :xx per ottenere il numero reale
1240
+ try {
1241
+ const number = PhoneNumber('+' + cleanNumber).getNumber('international');
1242
+ return number + (name ? ` ~${name}` : '');
1243
+ } catch {
1244
+ return (cleanNumber || '') + (name ? ` ~${name}` : '');
1245
+ }
1246
+ }
1247
+ ```
1248
+
1249
+ - **Problemi Comuni e Fix:**
1250
+ - **LID Mancante in Gruppi:** Usa `decodeJid` e cache metadata per trovare JID reali.
1251
+ - **Conversione JID:** Sempre applica `decodeJid` prima di `sendMessage` o query.
1252
+ - **Multi-Dispositivo:** Imposta `syncFullHistory: true` in config per sync LID.
1253
+ - **Errori in Mention/Quoted:** Normalizza con `decodeJid` in handler per quoted.sender e mentionedJid.
1254
+
1255
+ ### Esempio Integrato in Main
1256
+
1257
+ ```typescript
1258
+ // Nel tuo file main
1259
+ import makeWASocket, { getSenderLid, toJid } from '@realvare/based';
1260
+ // ... (autenticazione e creazione sock)
1261
+
1262
+ conn.ev.on('messages.upsert', async ({ messages }) => {
1263
+ const msg = messages[0];
1264
+ if (!msg.message) return;
1265
+
1266
+ const info = getSenderLid(msg);
1267
+ const senderJid = toJid(info.lid); // Fix LID -> JID
1268
+
1269
+ // Esempio: Rispondi solo se JID valido
1270
+ if (senderJid.endsWith('@s.whatsapp.net')) {
1271
+ await conn.sendMessage(senderJid, { text: `Ciao da ${senderJid}!` }, { quoted: msg });
1272
+ }
1273
+ });
1274
+ ```
1275
+
1276
+ ### Esempio Handler Personalizzato
1277
+
1278
+ Crea un handler separato per modularitΓ :
1279
+
1280
+ ```typescript
1281
+ // handler.js
1282
+ export async function handleMessage(sock, msg) {
1283
+ const info = getSenderLid(msg);
1284
+ const jid = toJid(info.lid);
1285
+
1286
+ // Log e risposta
1287
+ console.log(`Messaggio da ${jid}`);
1288
+ await conn.sendMessage(jid, { text: 'Handler attivato!' });
1289
+ }
1290
+
1291
+ // Nel main: conn.ev.on('messages.upsert', ({ messages }) => handleMessage(sock, messages[0]));
1292
+ ```
1293
+
1294
+ **Consiglio:** Testa in gruppi per verificare LID, poichΓ© Baileys upstream ha migliorato il supporto nativo nel 2025, ma i fix personalizzati qui garantiscono retrocompatibilitΓ .
1295
+
1296
+ ---
1297
+
1298
+ ### πŸš€ Cache Intelligente LID/JID
1299
+
1300
+ La libreria ora include un sistema di cache avanzato per ottimizzare le conversioni LID/JID:
1301
+
1302
+ ```typescript
1303
+ import { getCacheStats, clearCache, setPerformanceConfig } from '@realvare/based';
1304
+
1305
+ // Configura cache personalizzata
1306
+ setPerformanceConfig({
1307
+ cache: {
1308
+ lidCache: {
1309
+ ttl: 10 * 60 * 1000, // 10 minuti
1310
+ maxSize: 15000
1311
+ }
1312
+ }
1313
+ });
1314
+
1315
+ // Monitora performance
1316
+ const stats = getCacheStats();
1317
+ console.log('Cache LID:', stats.lidCache.size, '/', stats.lidCache.maxSize);
1318
+
1319
+ // Pulisci cache se necessario
1320
+ clearCache();
1321
+ ```
1322
+
1323
+ ### πŸ›‘οΈ Validazione JID Avanzata
1324
+
1325
+ ```typescript
1326
+ import { validateJid, Logger } from '@realvare/based';
1327
+
1328
+ const jid = '1234567890@s.whatsapp.net';
1329
+ const validation = validateJid(jid);
1330
+
1331
+ if (validation.isValid) {
1332
+ Logger.info('JID valido:', jid);
1333
+ } else {
1334
+ Logger.error('JID non valido:', validation.error);
1335
+ }
1336
+ ```
1337
+
1338
+ ### πŸ“Š Logging Condizionale
1339
+
1340
+ ```typescript
1341
+ import { Logger, setPerformanceConfig } from '@realvare/based';
1342
+
1343
+ // Configura logging
1344
+ setPerformanceConfig({
1345
+ debug: {
1346
+ enableLidLogging: true,
1347
+ enablePerformanceLogging: true,
1348
+ logLevel: 'debug' // 'error', 'warn', 'info', 'debug'
1349
+ }
1350
+ });
1351
+
1352
+ // Usa logger condizionale
1353
+ Logger.debug('Debug info');
1354
+ Logger.performance('Performance metrics');
1355
+ Logger.error('Error occurred');
1356
+ ```
1357
+
1358
+ ### πŸ”§ Configurazione Performance
1359
+
1360
+ ```typescript
1361
+ import { setPerformanceConfig, getPerformanceConfig } from '@realvare/based';
1362
+
1363
+ // Configurazione completa
1364
+ setPerformanceConfig({
1365
+ performance: {
1366
+ enableCache: true,
1367
+ enableMetrics: true,
1368
+ batchSize: 100,
1369
+ maxRetries: 3
1370
+ },
1371
+ cache: {
1372
+ lidCache: { ttl: 5 * 60 * 1000, maxSize: 10000 },
1373
+ jidCache: { ttl: 5 * 60 * 1000, maxSize: 10000 }
1374
+ },
1375
+ debug: {
1376
+ enableLidLogging: false,
1377
+ logLevel: 'warn'
1378
+ }
1379
+ });
1380
+
1381
+ // Ottieni configurazione corrente
1382
+ const config = getPerformanceConfig();
1383
+ console.log('Cache abilitata:', config.performance.enableCache);
1384
+ ```
1385
+
1386
+ ---
1387
+
1388
+ ## 🧩 Eventi: LID e JID sempre disponibili (nuovo)
1389
+
1390
+ Gli eventi emessi includono campi ausiliari sui messaggi per accedere facilmente sia al JID sia al LID del mittente/partecipante.
1391
+
1392
+ ```typescript
1393
+ conn.ev.on('messages.upsert', ({ messages, type }) => {
1394
+ for (const msg of messages) {
1395
+ // Campi aggiuntivi su msg.key
1396
+ // - remoteJidNormalized: JID normalizzato (es. @s.whatsapp.net)
1397
+ // - remoteLid: LID equivalente del remoteJid
1398
+ // - participantLid: LID equivalente del participant (se presente)
1399
+ const jid = msg.key.remoteJidNormalized || msg.key.remoteJid;
1400
+ const remoteLid = msg.key.remoteLid;
1401
+ const participantLid = msg.key.participantLid;
1402
+
1403
+ if (jid?.endsWith('@s.whatsapp.net')) {
1404
+ conn.sendMessage(jid, { text: `Ciao! LID: ${remoteLid || 'n/d'}` });
1405
+ }
1406
+ }
1407
+ });
1408
+ ```
1409
+
1410
+ Questi campi eliminano ambiguitΓ  in gruppi e contesti multi-dispositivo dove alcuni eventi riportano LID, altri JID.
1411
+
1412
+ ---
1413
+
1414
+ ## βš™οΈ Configurazione Avanzata
1415
+
1416
+ Personalizza il socket per performance e comportamento.
1417
+
1418
+ ### πŸ”§ Opzioni Complete per makeWASocket
1419
+
1420
+ ```typescript
1421
+ const sock = makeWASocket({
1422
+ // πŸ” Autenticazione
1423
+ auth: state,
1424
+
1425
+ // πŸ–₯️ UI e Debug
1426
+ printQRInTerminal: true,
1427
+ logger: console,
1428
+ browser: ['VareBot', 'Chrome', '4.0.0'],
1429
+
1430
+ // ⏱️ Timeout e Connessione
1431
+ defaultQueryTimeoutMs: 60000,
1432
+ keepAliveIntervalMs: 30000,
1433
+ connectTimeoutMs: 60000,
1434
+ retryRequestDelayMs: 250,
1435
+ maxMsgRetryCount: 5,
1436
+
1437
+ // πŸŽ›οΈ Comportamento
1438
+ markOnlineOnConnect: true,
1439
+ syncFullHistory: false, // Attiva per sync completo (consuma dati)
1440
+ fireInitQueries: true,
1441
+ generateHighQualityLinkPreview: true,
1442
+ });
1443
+ ```
1444
+ <div align="center">
1445
+
1446
+ ### πŸ›‘οΈ Sicurezza e Crittografia
1447
+
1448
+ | Caratteristica | Descrizione |
1449
+ |---------------------------|------------------------------------------|
1450
+ | πŸ” End-to-End Encryption | Protocollo Signal per messaggi sicuri |
1451
+ | πŸ”‘ Key Management | Generazione/rotazione automatica chiavi |
1452
+ | πŸ” Authentication | Sicurezza tramite QR code o pairing code |
1453
+ | πŸ›‘οΈ Data Protection | Archiviazione sicura credenziali locali |
1454
+
1455
+ ---
1456
+
1457
+ ## 🌐 Supporto e Community
1458
+
1459
+ Unisciti alla community per aiuto e contributi.
1460
+
1461
+ ### πŸ“ž Contatti e Risorse
1462
+
1463
+ | Canale | Link/Info |
1464
+ |------------------|------------------------------------------|
1465
+ | **Email** | [samakavare1@gmail.com](mailto:samakavare1@gmail.com) |
1466
+ | **GitHub Issues**| [Segnala Bug](https://github.com/realvare/based/issues) |
1467
+ | **PayPal** | [Dona](https://www.paypal.me/samakavare) |
1468
+ | **Canale whatsapp**| [Canale](https://www.whatsapp.com/channel/0029VbB41Sa1Hsq1JhsC1Z1z) |
1469
+
1470
+ ---
1471
+
1472
+ ## πŸ™ Ringraziamenti
1473
+
1474
+ Grazie ai progetti che ispirano Based:
1475
+
1476
+ | Progetto | Contributo |
1477
+ |---------------------------|------------------------------------------|
1478
+ | [Baileys](https://github.com/WhiskeySockets/Baileys) | API WhatsApp Web originale |
1479
+ | [Yupra](https://www.npmjs.com/package/@yupra/baileys) | Fix LID/JID |
1480
+ | [Signal Protocol](https://signal.org/) | Crittografia end-to-end |
1481
+
1482
+ ---
1483
+
1484
+ ## ⚠️ Disclaimer & Licenza
1485
+
1486
+ ### πŸ“‹ Nota Legale
1487
+
1488
+ ⚠️ **Importante**: Non affiliato a WhatsApp Inc. o Meta. Uso educativo/sviluppo solo.
1489
+
1490
+ πŸ›‘οΈ **Uso Responsabile**: Evita spam, violazioni ToS WhatsApp. Rischio ban account.
1491
+
1492
+ ### πŸ“œ Licenza MIT
1493
+
1494
+ MIT License Β© 2025 [realvare](https://github.com/realvare)
1495
+
1496
+ Vedi [LICENSE](LICENSE) per dettagli.
1497
+
1498
+ ---
1499
+
1500
+ <div align="center">
1501
+ <table align="center">
1502
+ <tr>
1503
+ <td align="center">
1504
+ <img src="https://i.ibb.co/Cp0SQznC/sam2.png" width="120" height="120" alt="pfp" style="bysamakavare"/>
1505
+ <br><br>
1506
+ <h2>πŸ‘¨β€πŸ’» Creato da <a href="https://github.com/realvare" style="color: #8a2be2; text-decoration: none;">realvare</a></h2>
1507
+ <p><em>sam aka vare</em></p>
1508
+ </td>
1509
+ </tr>
1510
+ </table>
1511
+
1512
+ <br>
1513
+ <p align="center">
1514
+ <a href="https://github.com/realvare/based">
1515
+ <img src="https://img.shields.io/badge/⭐_Stella_il_Progetto-8a2be2?style=for-the-badge&logo=github&logoColor=white&labelColor=2d1b69"/>
1516
+ </a>&nbsp;&nbsp;
1517
+ <a href="https://github.com/realvare/based/fork">
1518
+ <img src="https://img.shields.io/badge/πŸ”„_Fork_Repository-8a2be2?style=for-the-badge&logo=github&logoColor=white&labelColor=2d1b69"/>
1519
+ </a>&nbsp;&nbsp;
1520
+ <a href="https://paypal.me/samakavare">
1521
+ <img src="https://img.shields.io/badge/πŸ’°_Dona-8a2be2?style=for-the-badge&logo=paypal&logoColor=white&labelColor=2d1b69"/>
1522
+ </a>
1523
+ </p>
1524
+ <p align="center">
1525
+ <a href="https://github.com/realvare">
1526
+ <img src="https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white&color=8a2be2"/>
1527
+ </a>&nbsp;
1528
+ <a href="https://wa.me/393476686131">
1529
+ <img src="https://img.shields.io/badge/WhatsApp-25D366?style=for-the-badge&logo=whatsapp&logoColor=white&color=8a2be2"/>
1530
+ </a>&nbsp;
1531
+ <a href="https://instagram.com/samakavare">
1532
+ <img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white&color=8a2be2"/>
1533
+ </a>&nbsp;
1534
+ <a href="mailto:samakavare1@gmail.com">
1535
+ <img src="https://img.shields.io/badge/Email-D14836?style=for-the-badge&logo=gmail&logoColor=white&color=8a2be2"/>
1536
+ </a>
1537
+ </p>
1538
+ <div align="center">
1539
+ <p><strong>Se ti è stato utile, lascia una stella e/o considera una donazione! ✧</strong></p>
1540
+
1541
+ <br>
1542
+ <img src="https://capsule-render.vercel.app/api?type=waving&color=gradient&customColorList=24&height=120&section=footer&text=&fontSize=30&fontColor=ffffff&animation=fadeIn&fontAlignY=35"/>
1543
+
1544
+ </div>