RoomAccountDataEvent

data class RoomAccountDataEvent(val roomId: String, val type: String, val content: Content)

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
constructor(roomId: String, type: String, content: Content)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard