Layer 220
constructor
keyboardButtonRequestPhone#b16a6c29 text:string = KeyboardButton;

Parameters

Name Type Description
Text string Button text

Returns

KeyboardButton

Gogram Example

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