Back to Whatsapp Web Js

whatsapp

docs/LocalWebCache.html

1.34.7538 B
Original Source

new LocalWebCache(options)

Parameters

NameTypeOptionalDescription

options

|

|

|

options

Values in options have the following properties:

NameTypeOptionalDescription

path

|

|

|

Path to the directory where cached versions are saved, default is: "./.wwebjs_cache/"

| |

strict

|

|

|

If true, will throw an error if the requested version can't be fetched. If false, will resolve to the latest version.

|

|