matrix-js-sdk
Preparing search index...
matrix
PollStartSubtype
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
kind
max_
selections?
question
Properties
answers
answers
:
PollAnswer
[]
kind
kind
:
PollKind
Optional
max_
selections
max_selections
?:
number
question
question
:
ExtensibleAnyMessageEventContent
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
answers
kind
max_
selections
question
matrix-js-sdk
Loading...
The m.poll.start type within event content