State

@Serializable
@SerialName(value = "state")
data class State(val roomId: RoomId, val eventId: EventId?, val type: String, val stateKey: String) : StoredNotificationUpdate.Content

Constructors

Link copied to clipboard
constructor(roomId: RoomId, eventId: EventId?, type: String, stateKey: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val roomId: RoomId
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "eventContentType")
val type: String