Message

data class Message(val text: String, val type: Contact.Message.Type?)

Constructors

Link copied to clipboard
fun Message(text: String, type: Contact.Message.Type?)

Types

Link copied to clipboard
enum Type : Enum<Contact.Message.Type>

Properties

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