Layer 220
constructor
keyboardButtonRequestGeoLocation#fc796b3f text:string = KeyboardButton;

Parameters

Name Type Description
Text string Button text

Returns

KeyboardButton

Gogram Example

// Creating KeyboardButtonRequestGeoLocation constructor
obj := &tg.KeyboardButtonRequestGeoLocation{
    Text: "...",
}