PollChoice

@Serializable
data class PollChoice(val id: String = "", val title: String = "", val bitsVotes: Int = 0, val channelPointsVotes: Int = 0, val votes: Int = 0)

Constructors

Link copied to clipboard
constructor(id: String = "", title: String = "", bitsVotes: Int = 0, channelPointsVotes: Int = 0, votes: Int = 0)

Properties

Link copied to clipboard
@SerialName(value = "bits_votes")
val bitsVotes: Int
Link copied to clipboard
@SerialName(value = "channel_points_votes")
val channelPointsVotes: Int
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
val votes: Int