799 B
799 B
title | description |
---|---|
keyboardButtonRequestGeoLocation | keyboardButtonRequestGeoLocation attributes, type and example |
Constructor: keyboardButtonRequestGeoLocation
Attributes:
Name | Type | Required |
---|---|---|
text | string | Yes |
Type: KeyboardButton
Example:
$keyboardButtonRequestGeoLocation = ['_' => 'keyboardButtonRequestGeoLocation', 'text' => 'string'];
PWRTelegram json-encoded version:
{"_": "keyboardButtonRequestGeoLocation", "text": "string"}
Or, if you're into Lua:
keyboardButtonRequestGeoLocation={_='keyboardButtonRequestGeoLocation', text='string'}