Type alias PollResponseSubtype

PollResponseSubtype: {
    answers: string[];
}

The m.poll.response type within event content

Type declaration

  • answers: string[]

Generated using TypeDoc