ConversationEvent
Conversation events emitted by the ConversationClient.
Inheritors
Types
Link copied to clipboard
CoreEvent emitted when a new ConversationEntry has been added the conversation.
Link copied to clipboard
data class TypingIndicator(val conversationEntry: ConversationEntry, val status: TypingIndicatorStatus) : CoreEvent.ConversationEvent
CoreEvent emitted when a new typing event has been triggered.