matrix-js-sdk

    Type Alias PollStartSubtype

    The m.poll.start type within event content

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

    Properties

    answers: PollAnswer[]
    kind: PollKind
    max_selections?: number
    MMNEPVFCICPMFPCPTTAAATR