Skip to main content

Function: fetchLatestWaWebVersion()

fetchLatestWaWebVersion(options): Promise<{ error: undefined; isLatest: boolean; version: WAVersion; } | { error: any; isLatest: boolean; version: WAVersion; }>

Defined in: src/Utils/generics.ts:275

A utility that fetches the latest web version of whatsapp. Use to ensure your WA connection is always on the latest version

Parameters

options

AxiosRequestConfig<{}>

Returns

Promise<{ error: undefined; isLatest: boolean; version: WAVersion; } | { error: any; isLatest: boolean; version: WAVersion; }>