Poll
Poll is an object which ask user to choose an option.
import { Poll } from "@tlgr/poll";
const poll = new Carousel(bot, options);
bot.start(ctx => {
await poll.send(ctx);
})
// some time after
await poll.stop();
Events described at events page