TextContent

@Serializable
value class TextContent(val content: String) : Content

The chat message content as text.

Constructors

Link copied to clipboard
constructor(content: String)

Properties

Link copied to clipboard