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