Text

data class Text(val sender: Sender, val text: String) : Message

Constructors

Link copied to clipboard
constructor(sender: Sender, text: String)

Properties

Link copied to clipboard
open override val sender: Sender
Link copied to clipboard

Functions

Link copied to clipboard