Type alias TextEventContent

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

The content for an m.text event

Generated using TypeDoc