Timestamp at which the poll option is created.
User ID of the poll option creator.
The ID of this poll option.
The ID of the poll which contains this poll option.
Representing text of this poll option.
Timestamp at which the poll option is updated.
Voter count of this poll option.
Description
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().