Type alias MRoomTopicEventContent

MRoomTopicEventContent: {
    topic: string;
} & MTopicEvent

The event content for an m.room.topic event

Generated using TypeDoc