Back to Whatsapp Web Js

whatsapp

docs/ScheduledEvent.html

1.34.71.1 KB
Original Source

Properties

eventSendOptions

name

startTimeTs

Method

_validateInputs(propName, propValue)

new ScheduledEvent(name, startTime, options)

Parameters

NameTypeOptionalDescription

name

|

|

| | |

startTime

|

|

| | |

options

|

|

| |

Properties

eventSendOptions Object

The send options for the event

name string

The name of the event

startTimeTs number

The start time of the event

Method

_validateInputs(propName, propValue) → (string or number)

Inner function to validate input values

Parameters

NameTypeOptionalDescription

propName

|

string

|

|

The property name to validate the value of

| |

propValue

|

(string or number)

|

|

The property value to validate

|

Returns

(string or number)

The property value if a validation succeeded