Layer 220
KeyboardButtonRequestGeoLocation
Button to request a user's geolocation
constructor
keyboardButtonRequestGeoLocation#fc796b3f text:string = KeyboardButton;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | string | Button text |
Returns
KeyboardButtonGogram Example
// Creating KeyboardButtonRequestGeoLocation constructor obj := &tg.KeyboardButtonRequestGeoLocation{ Text: "...", }