whatsapp-api-js - v5.2.0
Preparing search index...
types
ServerInteractiveMessage
Type Alias ServerInteractiveMessage
type
ServerInteractiveMessage
=
{
interactive
:
|
{
button_reply
:
{
id
:
string
;
title
:
string
}
;
list_reply
:
never
;
nfm_reply
:
never
;
type
:
"button_reply"
;
}
|
{
button_reply
:
never
;
list_reply
:
{
description
:
string
;
id
:
string
;
title
:
string
}
;
nfm_reply
:
never
;
type
:
"list_reply"
;
}
|
{
button_reply
:
never
;
list_reply
:
never
;
nfm_reply
:
|
{
body
?:
string
;
name
:
"address_message"
;
response_json
:
string
;
}
|
{
body
:
"Sent"
;
name
:
"flow"
;
response_json
:
string
}
|
{
body
?:
string
;
name
?:
string
;
response_json
:
string
}
;
type
:
"nfm_reply"
;
}
;
type
:
"interactive"
;
}
Index
Properties
interactive
type
Properties
interactive
interactive
:
|
{
button_reply
:
{
id
:
string
;
title
:
string
}
;
list_reply
:
never
;
nfm_reply
:
never
;
type
:
"button_reply"
;
}
|
{
button_reply
:
never
;
list_reply
:
{
description
:
string
;
id
:
string
;
title
:
string
}
;
nfm_reply
:
never
;
type
:
"list_reply"
;
}
|
{
button_reply
:
never
;
list_reply
:
never
;
nfm_reply
:
|
{
body
?:
string
;
name
:
"address_message"
;
response_json
:
string
;
}
|
{
body
:
"Sent"
;
name
:
"flow"
;
response_json
:
string
}
|
{
body
?:
string
;
name
?:
string
;
response_json
:
string
}
;
type
:
"nfm_reply"
;
}
type
type
:
"interactive"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
interactive
type
whatsapp-api-js - v5.2.0
Loading...