matrix-js-sdk
    Preparing search index...

    Type Alias PollResponseSubtype

    The m.poll.response type within event content

    type PollResponseSubtype = {
        answers: string[];
    }
    Index

    Properties

    Properties

    answers: string[]