mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 02:58:17 +01:00
18 lines
359 B
Markdown
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, ];
|
|
``` |