whatsapp-api-js - v6.1.0
Preparing search index...
types
PostDataMessageField
Type Alias PostDataMessageField
type
PostDataMessageField
=
{
field
:
"messages"
;
value
:
|
{
contacts
?:
[
ServerContacts
]
;
messages
:
[
ServerMessage
]
}
|
{
statuses
:
[
{
biz_opaque_callback_data
?:
string
;
id
:
string
;
recipient_id
:
string
;
status
:
ServerStatus
;
timestamp
:
string
;
}
&
(
|
{
conversation
?:
ServerConversation
;
errors
:
undefined
;
pricing
:
ServerPricing
;
}
|
{
conversation
:
undefined
;
errors
:
[
ServerError
]
;
pricing
:
undefined
;
}
)
,
]
;
}
;
}
Index
Properties
field
value
Properties
field
field
:
"messages"
value
value
:
|
{
contacts
?:
[
ServerContacts
]
;
messages
:
[
ServerMessage
]
}
|
{
statuses
:
[
{
biz_opaque_callback_data
?:
string
;
id
:
string
;
recipient_id
:
string
;
status
:
ServerStatus
;
timestamp
:
string
;
}
&
(
|
{
conversation
?:
ServerConversation
;
errors
:
undefined
;
pricing
:
ServerPricing
;
}
|
{
conversation
:
undefined
;
errors
:
[
ServerError
]
;
pricing
:
undefined
}
)
,
]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
field
value
whatsapp-api-js - v6.1.0
Loading...