Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>PollAnswer

Hydration plugin for API calls and context objects.
Latest
interface PollAnswer
Re-export
import { type PollAnswer } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.deno.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.