interface PollOptionimport { type PollOption } from "https://dotland.deno.dev/x/grammy@v1.31.1/types.deno.ts"; This object contains information about one answer option in a poll. Propertiestext: stringOption text, 1-100 characters optionaltext_entities: MessageEntity[]Special entities that appear in the option text. Currently, only custom emoji entities are allowed in poll option texts voter_count: numberNumber of users that voted for this option