StreamMessage

@Serializable
class StreamMessage(val name: String, val text: String) : MessageContent

Constructors

Link copied to clipboard
constructor(name: String, text: String)

Properties

Link copied to clipboard
Link copied to clipboard