Poll_VotingStatus - daneden/Twift GitHub Wiki

Poll.VotingStatus

The voting status for the associated poll

public enum VotingStatus: String, RawRepresentable, Codable 

Inheritance

Codable, RawRepresentable, String

Enumeration Cases

closed

A closed voting status, indicating no more votes can be submitted

case closed

open

An open voting status, indicating the poll can continue to receive votes until the endDateTime

case open