UpdatedVoteCount

@objc(SBDUpdatedVoteCount)
public class UpdatedVoteCount : NSObject, Decodable

An object contains information about updated vote count

Since

4.1.0
  • option ID

    Declaration

    Swift

    @objc
    public let pollOptionId: Int64
  • updated vote count for this option ID

    Declaration

    Swift

    @objc
    public let voteCount: Int64