PollListQueryParams
public final class PollListQueryParams: NSObject
Represents a parameter object for creating a list of Polls.
Since
4.1.0-
Declaration
Swift
public var channelType: ChannelType = .group
-
URL of the channel containing the poll
Declaration
Swift
public var channelURL: String = ""
-
Maximum value when fetching poll list
default
: limit : 10
Declaration
Swift
public var limit: UInt = 10
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
public init(builder: (PollListQueryParams) -> Void)