Package-level declarations
Types
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.
Class representing an event that a Poll has been updated. This event will be passed to BaseChannelHandler.onPollUpdated. Once this event is received, the user must find cached messages that contain this poll and apply changes using Poll.applyPollUpdateEvent.
Class representing an event that one or more vote has been casted on a poll option. The affected poll may be in multiple channels. This event will be passed to BaseChannelHandler.onPollVoted. Once this event is received, the user must find cached messages that contain this poll and apply changes using Poll.applyPollVoteEvent.