whatsapp-api-js - v6.1.0
Preparing search index...
types
PostDataCallField
Type Alias PostDataCallField
type
PostDataCallField
=
{
field
:
"calls"
;
value
:
|
{
calls
:
[
ServerCallConnect
|
ServerCallTerminate
]
;
contacts
:
[
ServerContacts
]
;
}
|
{
statuses
:
[
{
biz_opaque_callback_data
?:
string
;
id
:
`
wacid.
${
string
}
`
;
recipient_id
:
string
;
status
:
"RINGING"
|
"ACCEPTED"
|
"REJECTED"
;
timestamp
:
`
${
number
}
`
;
type
:
"call"
;
}
,
]
;
}
;
}
Index
Properties
field
value
Properties
field
field
:
"calls"
value
value
:
|
{
calls
:
[
ServerCallConnect
|
ServerCallTerminate
]
;
contacts
:
[
ServerContacts
]
;
}
|
{
statuses
:
[
{
biz_opaque_callback_data
?:
string
;
id
:
`
wacid.
${
string
}
`
;
recipient_id
:
string
;
status
:
"RINGING"
|
"ACCEPTED"
|
"REJECTED"
;
timestamp
:
`
${
number
}
`
;
type
:
"call"
;
}
,
]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
field
value
whatsapp-api-js - v6.1.0
Loading...