MetaOutboundRequest

data class MetaOutboundRequest(val messagingProduct: String = "whatsapp", val recipientType: String = "individual", val to: String, val type: String, val text: MetaTextBody? = null, val template: MetaTemplateBody? = null, val image: MetaMediaBody? = null, val document: MetaMediaBody? = null)(source)

Constructors

Link copied to clipboard
constructor(messagingProduct: String = "whatsapp", recipientType: String = "individual", to: String, type: String, text: MetaTextBody? = null, template: MetaTemplateBody? = null, image: MetaMediaBody? = null, document: MetaMediaBody? = null)

Properties

Link copied to clipboard
val document: MetaMediaBody? = null
Link copied to clipboard
val image: MetaMediaBody? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: MetaTextBody? = null
Link copied to clipboard
val to: String
Link copied to clipboard