Interface UpdatePoll

A poll was updated; for bots only. Subtype of Update.

interface UpdatePoll {
    @type: "updatePoll";
    poll: Poll;
}

Properties

Properties

@type: "updatePoll"
poll: Poll

New data about the poll.