CreateRoomStateEvent

@JsonClass(generateAdapter = true)
data class CreateRoomStateEvent(val type: String, val content: Content, val stateKey: String = "")

Constructors

Link copied to clipboard
constructor(type: String, content: Content, stateKey: String = "")

Properties

Link copied to clipboard

Required. The content of the event.

Link copied to clipboard

The state_key of the state event. Defaults to an empty string.

Link copied to clipboard

Required. The type of event to send.