36 lines
667 B
Markdown
36 lines
667 B
Markdown
---
|
|
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, ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
keyboardButtonRequestGeoLocation={_='keyboardButtonRequestGeoLocation', text=string, }
|
|
|
|
```
|
|
|
|
|