interface KeyboardButton.RequestContactButton implements CommonButtonimport { type KeyboardButton } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.ts"; const { RequestContactButton } = KeyboardButton; Propertiesrequest_contact: booleanIf True, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only.