ChatPreferences

data class ChatPreferences(val textCommunication: String) : Record

Constructors

Link copied to clipboard
constructor(textCommunication: String)

Properties

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