mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 21:47:21 +01:00
19 lines
420 B
Markdown
19 lines
420 B
Markdown
## Constructor: replyKeyboardForceReply
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|single\_use|[Bool](../types/Bool.md) | Optional|
|
|
|selective|[Bool](../types/Bool.md) | Optional|
|
|
|
|
|
|
|
|
### Type: [ReplyMarkup](../types/ReplyMarkup.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$replyKeyboardForceReply = ['_' => replyKeyboardForceReply', 'single_use' => true, 'selective' => true, ];
|
|
``` |