PollVoteEvent

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.

Since

4.1.0

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Id of the message that contains the Poll

Link copied to clipboard

Id of the voted Poll

Functions

Link copied to clipboard
open override fun toString(): String