Poll_Option - daneden/Twift GitHub Wiki

Poll.Option

A single option in a Tweet poll

public struct Option: Codable 

Inheritance

Codable

Properties

position

The (1-based) index of this option as displayed in the poll

public let position: Int

votes

The number of votes received for this poll option

public let votes: Int

label

The UTF-8 string label for this poll option

public let label: String