RoomTombstoneContent

@JsonClass(generateAdapter = true)
data class RoomTombstoneContent(@Json(name = "body") val body: String? = null, @Json(name = "replacement_room") val replacementRoomId: String?)

Class to contains Tombstone information.

Constructors

Link copied to clipboard
fun RoomTombstoneContent(@Json(name = "body") body: String? = null, @Json(name = "replacement_room") replacementRoomId: String?)

Properties

Link copied to clipboard
val body: String? = null

Required. A server-defined message.

Link copied to clipboard
val replacementRoomId: String?

Required. The new room the client should be visiting.