shared
1.27.0
common
shared
/
io.dyte.core.feat
/
DytePollOption
Dyte
Poll
Option
data
class
DytePollOption
(
val
text
:
String
,
val
votes
:
List
<
DytePollVote
>
,
val
count
:
Int
)
Members
Constructors
Dyte
Poll
Option
Link copied to clipboard
constructor
(
text
:
String
,
votes
:
List
<
DytePollVote
>
,
count
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
val
count
:
Int
text
Link copied to clipboard
val
text
:
String
votes
Link copied to clipboard
val
votes
:
List
<
DytePollVote
>
Functions
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>