872 B
872 B
title | description | image |
---|---|---|
keyboardButtonRequestGeoLocation | keyboardButtonRequestGeoLocation attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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'}