User

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

Constructors

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

Properties

Link copied to clipboard