--- title: keyboardButtonRequestGeoLocation description: keyboardButtonRequestGeoLocation attributes, type and example --- ## Constructor: keyboardButtonRequestGeoLocation [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |text|[string](../types/string.md) | Yes| ### Type: [KeyboardButton](../types/KeyboardButton.md) ### Example: ``` $keyboardButtonRequestGeoLocation = ['_' => 'keyboardButtonRequestGeoLocation', 'text' => 'string']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "keyboardButtonRequestGeoLocation", "text": "string"} ``` Or, if you're into Lua: ``` keyboardButtonRequestGeoLocation={_='keyboardButtonRequestGeoLocation', text='string'} ```