nest-whatsapp - v0.0.1
Preparing search index...
WhatsAppOutboundInteractive
Interface WhatsAppOutboundInteractive
interface
WhatsAppOutboundInteractive
{
action
:
|
{
buttons
:
WhatsAppOutboundButton
[]
}
|
{
button
:
string
;
sections
:
WhatsAppOutboundSection
[]
}
;
body
:
{
text
:
string
}
;
footer
?:
{
text
:
string
}
;
header
?:
{
text
:
string
;
type
:
"text"
}
;
type
:
"button"
|
"list"
;
}
Index
Properties
action
body
footer?
header?
type
Properties
action
action
:
|
{
buttons
:
WhatsAppOutboundButton
[]
}
|
{
button
:
string
;
sections
:
WhatsAppOutboundSection
[]
}
body
body
:
{
text
:
string
}
Optional
footer
footer
?:
{
text
:
string
}
Optional
header
header
?:
{
text
:
string
;
type
:
"text"
}
type
type
:
"button"
|
"list"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
body
footer
header
type
nest-whatsapp - v0.0.1
Loading...