MadelineProtoDocs/docs/API_docs/constructors/inputQuickReplyShortcut.md
2024-05-01 14:53:46 +02:00

28 lines
659 B
Markdown

---
title: "inputQuickReplyShortcut"
description: "inputQuickReplyShortcut attributes, type and example"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputQuickReplyShortcut
[Back to constructors index](/API_docs/constructors/index.html)
### Attributes:
| Name | Type | Required |
|----------|---------------|----------|
|shortcut|[string](/API_docs/types/string.html) | Yes|
### Type: [InputQuickReplyShortcut](/API_docs/types/InputQuickReplyShortcut.html)
### Example:
```
$inputQuickReplyShortcut = ['_' => 'inputQuickReplyShortcut', 'shortcut' => 'string'];
```