mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
28 lines
571 B
Markdown
28 lines
571 B
Markdown
---
|
|
title: replyKeyboardForceReply
|
|
description: replyKeyboardForceReply attributes, type and example
|
|
---
|
|
## 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, ];
|
|
```
|
|
|