Get the WhatsApp Web build constants Retrieves the internal WAWebBuildConstants module from WhatsApp source
Object containing version constants or null if not available
const buildConstants = WPP.conn.getBuildConstants();console.log('Version:', buildConstants.VERSION_STR);console.log('Base Version:', buildConstants.VERSION_BASE);console.log('Windows Build:', buildConstants.WINDOWS_BUILD); Copy
const buildConstants = WPP.conn.getBuildConstants();console.log('Version:', buildConstants.VERSION_STR);console.log('Base Version:', buildConstants.VERSION_BASE);console.log('Windows Build:', buildConstants.WINDOWS_BUILD);
Get the WhatsApp Web build constants Retrieves the internal WAWebBuildConstants module from WhatsApp source