mastodonk
0.2-alpha05
common
mastodonk-core
/
fr.outadoc.mastodonk.api.entity
/
Poll
/
Poll
Poll
constructor
(
pollId
:
String
,
isExpired
:
Boolean
,
allowsMultipleChoices
:
Boolean
,
votesCount
:
Long
,
options
:
List
<
PollOption
>
,
emojis
:
List
<
Emoji
>
,
expiresAt
:
Instant
?
=
null
,
votersCount
:
Long
?
=
null
,
hasVoted
:
Boolean
?
=
null
,
ownVotes
:
List
<
Int
>
?
=
null
)