Skip to main content
Module

x/grammy_types/mod.ts>KeyboardButton.RequestLocationButton

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface KeyboardButton.RequestLocationButton
implements CommonButton
import { type KeyboardButton } from "https://deno.land/x/grammy_types@v3.4.1/mod.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.