1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 02:58:17 +01:00
MadelineProto/docs/API_docs/constructors/keyboardButtonRequestPhone.md
2016-12-19 20:56:05 +03:00

18 lines
359 B
Markdown

## Constructor: keyboardButtonRequestPhone
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|text|[string](../types/string.md) | Required|
### Type: [KeyboardButton](../types/KeyboardButton.md)
### Example:
```
$keyboardButtonRequestPhone = ['_' => keyboardButtonRequestPhone', 'text' => string, ];
```