mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
546 B
546 B
title | description |
---|---|
keyboardButtonRequestGeoLocation | keyboardButtonRequestGeoLocation attributes, type and example |
Constructor: keyboardButtonRequestGeoLocation
Attributes:
Name | Type | Required |
---|---|---|
text | string | Required |
Type: KeyboardButton
Example:
$keyboardButtonRequestGeoLocation = ['_' => 'keyboardButtonRequestGeoLocation', 'text' => string, ];