Room Tombstone Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Class to contains Tombstone information.
Constructors
Link copied to clipboard
fun RoomTombstoneContent(@Json(name = "body" ) body: String? = null, @Json(name = "replacement_room" ) replacementRoomId: String?)
Content copied to clipboard