ChatRequest

data class ChatRequest(val message: String)

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
@SerializedName(value = "message")
val message: String