nest-whatsapp - v0.0.1
Preparing search index...
WhatsAppReferral
Interface WhatsAppReferral
Referral data present when a message originates from a Click-to-WhatsApp ad.
interface
WhatsAppReferral
{
body
?:
string
;
ctwaClid
?:
string
;
headline
?:
string
;
mediaType
?:
"image"
|
"video"
;
mediaUrl
?:
string
;
sourceId
?:
string
;
sourceType
?:
"ad"
|
"post"
;
sourceUrl
?:
string
;
}
Index
Properties
body?
ctwa
Clid?
headline?
media
Type?
media
Url?
source
Id?
source
Type?
source
Url?
Properties
Optional
body
body
?:
string
Optional
ctwa
Clid
ctwaClid
?:
string
Optional
headline
headline
?:
string
Optional
media
Type
mediaType
?:
"image"
|
"video"
Optional
media
Url
mediaUrl
?:
string
Optional
source
Id
sourceId
?:
string
Optional
source
Type
sourceType
?:
"ad"
|
"post"
Optional
source
Url
sourceUrl
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
ctwa
Clid
headline
media
Type
media
Url
source
Id
source
Type
source
Url
nest-whatsapp - v0.0.1
Loading...
Referral data present when a message originates from a Click-to-WhatsApp ad.