DebugSendTemplateRequest

data class DebugSendTemplateRequest(val channelId: String, val to: String, val templateName: String, val language: String = "pt_BR", val components: List<MetaComponent> = emptyList())(source)

Constructors

Link copied to clipboard
constructor(channelId: String, to: String, templateName: String, language: String = "pt_BR", components: List<MetaComponent> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: String