mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 17:47:22 +01:00
18 lines
419 B
Markdown
18 lines
419 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, ];
|
|
``` |