1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 16:07:25 +01:00
MadelineProto/docs/API_docs/constructors/replyKeyboardForceReply.md
2016-12-20 13:15:22 +01:00

25 lines
500 B
Markdown

---
title: replyKeyboardForceReply
---
## Constructor: replyKeyboardForceReply
[Back to constructors index](index.md)
### 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, ];
```