PollOption

data class PollOption(val text: String, val voterCount: Int)(source)

PollOption

This object contains information about one answer option in a poll.

(auto-generated)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(text: String, voterCount: Int)

Properties

Link copied to clipboard

Option text, 1-100 characters

Link copied to clipboard
@SerialName(value = "voter_count")
val voterCount: Int

Number of users that voted for this option