Skip to main content
Module

x/grammy_conversations/deps.deno.ts>PollAnswer

Conversational interfaces for grammY
Go to Latest
interface PollAnswer
Re-export
import { type PollAnswer } from "https://deno.land/x/grammy_conversations@v1.1.1/deps.deno.ts";

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

Properties

poll_id: string

Unique poll identifier

user: User

The user, who changed the answer to the poll

option_ids: number[]

0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.