Option

public struct Option : Codable, Hashable, Sendable

Undocumented

  • The text value of the poll option. String.

    Declaration

    Swift

    public var title: String
  • The number of received votes for this option. Number, or null if results are not published yet.

    Declaration

    Swift

    public var votesCount: Int