UnsupportedRoomVersion

@Serializable
data class UnsupportedRoomVersion(val error: String? = null) : ErrorResponse

The client's request to create a room used a room version that the server does not support.

Constructors

Link copied to clipboard
constructor(error: String? = null)

Properties

Link copied to clipboard
open override val error: String? = null