RoomInviteState

@JsonClass(generateAdapter = true)
data class RoomInviteState(@Json(name = "events") val events: List<Event> = emptyList())

Constructors

Link copied to clipboard
constructor(@Json(name = "events") events: List<Event> = emptyList())

Properties

Link copied to clipboard

List of state events (array of MXEvent).