DraftMessageUpdatedEvent
data class DraftMessageUpdatedEvent(val type: String, val createdAt: Date, val rawCreatedAt: String, val draftMessage: DraftMessage) : ChatEvent
Inherited functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.