interface PollAnswerimport { type PollAnswer } from "https://dotland.deno.dev/x/grammy@v1.18.3/types.deno.ts"; This object represents an answer of a user in a non-anonymous poll. Propertiespoll_id: stringUnique poll identifier optionalvoter_chat: ChatThe chat that changed the answer to the poll, if the voter is anonymous optionaluser: UserThe 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. import PollAnswerimport { PollAnswer } from "https://dotland.deno.dev/x/grammy@v1.18.3/types.deno.ts";