PollUpdateParams
@objc(SBDPollUpdateParams)
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
@objc public var title: String?
-
An additional text to accompany the poll. Can be used to provide explanations for incorrect quiz answers
Declaration
Swift
@objc public var text: String?
-
Whether to allow user-suggested options. Default is false
Declaration
Swift
@objc public var allowUserSuggestion: Bool { get set }
-
Whether to allow multiple vote casting. Default is false
Declaration
Swift
@objc public var allowMultipleVotes: Bool { get set }
-
Unix timestamp at which the poll has closed or will close (millisecond)
Declaration
Swift
@objc public var closeAt: Int64
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
@objc public init(builder: (PollUpdateParams) -> Void)
-
Encodes this object.
Declaration
Swift
public func encode(to encoder: Encoder) throws
Parameters
encoder
Encoder
instance