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

Hierarchy

  • PollUpdateEvent

Properties

Properties

messageId: number = 0

The ID of the message that contains the Poll.

pollId: number = 0

The ID of the Poll.

Generated using TypeDoc