Room Account Data Event
data class RoomAccountDataEvent( val roomId: String, val type: String, val content: Content)
Content copied to clipboard
This is a simplified Event with just a roomId, a type and a content. Currently used types are defined in RoomAccountDataTypes.
Constructors
Link copied to clipboard
fun RoomAccountDataEvent( roomId: String, type: String, content: Content)
Content copied to clipboard