interface PollAnswerimport { type PollAnswer } from "https://dotland.deno.dev/x/grammy@v1.15.0/types.ts"; This object represents an answer of a user in a non-anonymous poll. Propertiespoll_id: stringUnique poll identifier user: UserThe 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. import PollAnswerimport { PollAnswer } from "https://dotland.deno.dev/x/grammy@v1.15.0/types.ts";