Type alias MRoomTopicEventContent

MRoomTopicEventContent: {
    topic: string;
} & MTopicEvent

The event content for an m.room.topic event

Type declaration

  • topic: string

Generated using TypeDoc