Interface RoomTopicEventContent

interface RoomTopicEventContent {
    topic: string;
}

Properties

Properties

topic: string