User

@JsonSerializable
@PolymorphicLabel(value = "user")
data class User(val contents: List<Content> = emptyList()) : Message(source)

Constructors

Link copied to clipboard
constructor(contents: List<Content> = emptyList())
constructor(message: String)

Properties

Link copied to clipboard