interface KeyboardButton.RequestPollButton implements CommonButtonimport { type KeyboardButton } from "https://dotland.deno.dev/x/grammy@v1.15.0/types.deno.ts"; const { RequestPollButton } = KeyboardButton; Propertiesrequest_poll: KeyboardButtonPollTypeIf specified, the user will be asked to create a poll and send it to the bot when the button is pressed. Available in private chats only.