mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
27 lines
546 B
Markdown
27 lines
546 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) | Required|
|
|
|
|
|
|
|
|
### Type: [KeyboardButton](../types/KeyboardButton.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$keyboardButtonRequestGeoLocation = ['_' => 'keyboardButtonRequestGeoLocation', 'text' => string, ];
|
|
```
|
|
|