matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model.message
/
PollQuestion
Poll
Question
@
JsonClass
(
generateAdapter
=
true
)
data
class
PollQuestion
(
@
Json
(
name
=
"org.matrix.msc1767.text"
)
val
unstableQuestion
:
String
?
=
null
,
@
Json
(
name
=
"m.text"
)
val
question
:
String
?
=
null
)
Members
Constructors
Poll
Question
Link copied to clipboard
constructor
(
@
Json
(
name
=
"org.matrix.msc1767.text"
)
unstableQuestion
:
String
?
=
null
,
@
Json
(
name
=
"m.text"
)
question
:
String
?
=
null
)
Functions
get
Best
Question
Link copied to clipboard
fun
getBestQuestion
(
)
:
String
?
Properties
question
Link copied to clipboard
val
question
:
String
?
=
null
unstable
Question
Link copied to clipboard
val
unstableQuestion
:
String
?
=
null