matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model
/
VoteInfo
Vote
Info
@
JsonClass
(
generateAdapter
=
true
)
data
class
VoteInfo
(
val
userId
:
String
,
val
option
:
String
,
val
voteTimestamp
:
Long
)
Content copied to clipboard
Constructors
Properties
Constructors
Vote
Info
Link copied to clipboard
fun
VoteInfo
(
userId
:
String
,
option
:
String
,
voteTimestamp
:
Long
)
Content copied to clipboard
Properties
option
Link copied to clipboard
val
option
:
String
Content copied to clipboard
user
Id
Link copied to clipboard
val
userId
:
String
Content copied to clipboard
vote
Timestamp
Link copied to clipboard
val
voteTimestamp
:
Long
Content copied to clipboard