Function fetchLatestWaWebVersion

  • 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<any>

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

Generated using TypeDoc