Interface RoomTombstoneEventContent

interface RoomTombstoneEventContent {
    body: string;
    replacement_room: string;
}

Properties

body: string
replacement_room: string