UpdatePoll

A poll was updated.

client.on("poll", (ctx) => {
  console.log("A poll just changed.");
  // ctx.poll
});

Properties

poll: Poll
DISCRIMINATOR

The poll with its new state.