PollCreationInfo
@JsonClass(generateAdapter = true)
Content copied to clipboard
Constructors
Link copied to clipboard
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