Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface grammy.PollAnswer
Re-export
import { type grammy } from "https://deno.land/x/abstract_bot_api@85.0.0/deps.ts";
const { PollAnswer } = grammy;

This object represents an answer of a user in a non-anonymous poll.

Properties

poll_id: string

Unique poll identifier

optional
voter_chat: Chat

The chat that changed the answer to the poll, if the voter is anonymous

optional
user: User

The user that changed the answer to the poll, if the voter isn't anonymous

option_ids: number[]

0-based identifiers of chosen answer options. May be empty if the vote was retracted.