PollData

@objc(SBDPollData)
public class PollData : NSObject, Codable

Represents a poll data

Since

4.1.0
  • Text representation

    Declaration

    Swift

    @objc
    public internal(set) var text: String? { get }