matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model
/
PollSummaryContent
/
PollSummaryContent
Poll
Summary
Content
constructor
(
myVote
:
String
?
=
null
,
votes
:
List
<
VoteInfo
>
?
=
null
,
votesSummary
:
Map
<
String
,
VoteSummary
>
?
=
null
,
totalVotes
:
Int
=
0
,
winnerVoteCount
:
Int
=
0
)