Skip to main content
Module

x/grammy/types.ts>PollAnswer

The Telegram Bot Framework.
Very Popular
Go to Latest
interface PollAnswer
Re-export
import { type PollAnswer } from "https://deno.land/x/grammy@v1.21.2/types.ts";

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.