Entry

data class Entry(val conversationEntry: ConversationEntry) : CoreEvent.ConversationEvent

CoreEvent emitted when a new ConversationEntry has been added the conversation.

Constructors

Link copied to clipboard
constructor(conversationEntry: ConversationEntry)

Properties

Link copied to clipboard

The ConversationEntry added to the conversation.

Link copied to clipboard
val conversationId: UUID

The conversationId in which this event belongs to.