PollUpdateEvent

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.

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 updated Poll

Functions

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