Poll Option
Class representing a poll option. A poll options can be created by Poll.create and GroupChannel.addPollOption. text is the only field set by the client. Other fields can be set by the server and voting.
A latest poll option instance can be fetched using Poll.get and a poll option can be updated using GroupChannel.updatePoll.
Since
4.1.0
Functions
Link copied to clipboard
Serializes the PollOption instance. This byte array can be stored in the database in your application. The instance can be restored by buildFromSerializedData.