User

data class User(val content: List<ContentPart>, val timestamp: Instant) : ChatMessage(source)

Constructors

Link copied to clipboard
constructor(content: List<ContentPart>, timestamp: Instant)

Properties

Link copied to clipboard
open override val content: List<ContentPart>
Link copied to clipboard
open override val timestamp: Instant