27 lines
516 B
Markdown
27 lines
516 B
Markdown
|
---
|
||
|
title: keyboardButtonRequestPhone
|
||
|
description: keyboardButtonRequestPhone attributes, type and example
|
||
|
---
|
||
|
## Constructor: keyboardButtonRequestPhone
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|text|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [KeyboardButton](../types/KeyboardButton.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$keyboardButtonRequestPhone = ['_' => 'keyboardButtonRequestPhone', 'text' => string, ];
|
||
|
```
|
||
|
|