Type alias PollStartEvent

PollStartEvent: EitherAnd<{
    org.matrix.msc3381.poll.start: PollStartSubtype;
}, {
    m.poll.start: PollStartSubtype;
}>

The event definition for an m.poll.start event (in content)

Generated using TypeDoc