Layer 220
KeyboardButtonUrl
URL button
constructor
keyboardButtonUrl#258aff05 text:string url:string = KeyboardButton;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | string | Button label |
| Url | string | URL |
Returns
KeyboardButtonGogram Example
// Creating KeyboardButtonUrl constructor obj := &tg.KeyboardButtonUrl{ Text: "...", Url: "...", }