Poll Creation Info
fun PollCreationInfo( @Json(name = "question" ) question: PollQuestion? = null, @Json(name = "kind" ) kind: PollType? = PollType.DISCLOSED_UNSTABLE, @Json(name = "max_selections" ) maxSelections: Int = 1, @Json(name = "answers" ) answers: List<PollAnswer>? = null)
Content copied to clipboard