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().
Description
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().