Type alias MTopicEvent

MTopicEvent: EitherAnd<{
    org.matrix.msc3765.topic: MTopicContent;
}, {
    m.topic: MTopicContent;
}>

The event definition for an m.topic event (in content)

Generated using TypeDoc