MessageToSend

data class MessageToSend(val text: String, val type: String?)

Constructors

Link copied to clipboard
fun MessageToSend(text: String, type: String?)

Properties

Link copied to clipboard
@SerializedName(value = "text")
val text: String
Link copied to clipboard
@SerializedName(value = "type")
val type: String?