Type alias PollStartSubtype

PollStartSubtype: {
    answers: PollAnswer[];
    kind: PollKind;
    max_selections?: number;
    question: ExtensibleAnyMessageEventContent;
}

The m.poll.start type within event content

Type declaration

Generated using TypeDoc