interface KeyboardButton.RequestLocationButton implements CommonButtonimport { type KeyboardButton } from "https://dotland.deno.dev/x/grammy@v1.15.0/types.deno.ts"; const { RequestLocationButton } = KeyboardButton; Propertiesrequest_location: booleanIf True, the user's current location will be sent when the button is pressed. Available in private chats only.