Check if the current WhatsApp version is greater than or equal to a specified version
Version string to compare against (e.g., "2.3000.1029")
True if current version is >= specified version
// Check if version is >= 2.3000.1030110621if (WPP.conn.isWhatsAppVersionGTE('2.3000.1030110621')) { console.log('Using new API');} Copy
// Check if version is >= 2.3000.1030110621if (WPP.conn.isWhatsAppVersionGTE('2.3000.1030110621')) { console.log('Using new API');}
Check if the current WhatsApp version is greater than or equal to a specified version