UpdatePollAnswer

A poll was answered.

client.on("pollAnswer", (ctx) => {
  console.log("A poll just got an answer.");
  // ctx.update.poll
});

Properties

type: "pollAnswer"
pollAnswer: PollAnswer

The poll answer.