nest-whatsapp - v0.0.1
Preparing search index...
WhatsAppTemplateButton
Interface WhatsAppTemplateButton
interface
WhatsAppTemplateButton
{
otpType
?:
"COPY_CODE"
|
"ONE_TAP"
|
"ZERO_TAP"
;
phoneNumber
?:
string
;
text
?:
string
;
type
:
"QUICK_REPLY"
|
"URL"
|
"PHONE_NUMBER"
|
"OTP"
|
"COPY_CODE"
;
url
?:
string
;
}
Index
Properties
otp
Type?
phone
Number?
text?
type
url?
Properties
Optional
otp
Type
otpType
?:
"COPY_CODE"
|
"ONE_TAP"
|
"ZERO_TAP"
Optional
phone
Number
phoneNumber
?:
string
Optional
text
text
?:
string
type
type
:
"QUICK_REPLY"
|
"URL"
|
"PHONE_NUMBER"
|
"OTP"
|
"COPY_CODE"
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
otp
Type
phone
Number
text
type
url
nest-whatsapp - v0.0.1
Loading...