MessageInput

data class MessageInput(val text: String = "", val source: MessageInput.Source = Source.Default)

The input for a new message

Constructors

Link copied to clipboard
constructor(text: String = "", source: MessageInput.Source = Source.Default)

Types

Link copied to clipboard
sealed class Source

Properties

Link copied to clipboard
Link copied to clipboard