TemplateButtonRequest

data class TemplateButtonRequest(val type: String, val text: String, val url: String? = null, val phoneNumber: String? = null)(source)

Constructors

Link copied to clipboard
constructor(type: String, text: String, url: String? = null, phoneNumber: String? = null)

Properties

Link copied to clipboard
val phoneNumber: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String? = null