System

@JsonSerializable
@PolymorphicLabel(value = "system")
data class System(val text: String) : Message

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard