Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_menu/deps.deno.ts>KeyboardButton.RequestLocationButton

Easily create interactive menus with grammY.
Go to Latest
interface KeyboardButton.RequestLocationButton
implements CommonButton
import { type KeyboardButton } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.ts";
const { RequestLocationButton } = KeyboardButton;

Properties

request_location: boolean

If True, the user's current location will be sent when the button is pressed. Available in private chats only.