Type alias MTextEvent

MTextEvent: EitherAnd<{
    org.matrix.msc1767.text: string;
}, {
    m.text: string;
}>

Generated using TypeDoc