PollUpdateParams
public final class PollUpdateParams: NSObject
extension PollUpdateParams: Encodable
An object contains set of options to update Poll
Since
4.1.0-
Title of this poll
Declaration
Swift
public var title: String?
-
An additional text to accompany the poll. Can be used to provide explanations for incorrect quiz answers
Declaration
Swift
public var text: String?
-
Whether to allow user-suggested options. Default is false
Declaration
Swift
public var allowUserSuggestion: Bool
-
Whether to allow multiple vote casting. Default is false
Declaration
Swift
public var allowMultipleVotes: Bool
-
Unix timestamp at which the poll has closed or will close (millisecond)
Declaration
Swift
public var closeAt: Int64 = -1
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public init(builder: (PollUpdateParams) -> Void)
-
Encodes this object.
Declaration
Swift
public func encode(to encoder: Encoder) throws
Parameters
encoder
Encoder
instance