Meta Outbound Request
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)