PollVoterListQueryParams

public final class PollVoterListQueryParams: NSObject

This object is used when calling voterList query.

Since

4.1.0
  • Poll ID

    Declaration

    Swift

    public var pollId: Int64 = 0
  • Poll option ID

    Declaration

    Swift

    public var pollOptionId: Int64 = 0
  • Type of the channel where the poll exists in

    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 : 20

    Declaration

    Swift

    public var limit: UInt = 20
  • Undocumented

    Declaration

    Swift

    public override init()
  • Undocumented

    Declaration

    Swift

    public init(builder: (PollVoterListQueryParams) -> Void)