mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-11 16:50:37 +01:00
24 lines
600 B
Markdown
24 lines
600 B
Markdown
---
|
|
title: "messages.quickRepliesNotModified"
|
|
description: "messages.quickRepliesNotModified attributes, type and example"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/messages_quickRepliesNotModified.html
|
|
---
|
|
# Constructor: messages.quickRepliesNotModified
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [messages.QuickReplies](/API_docs/types/messages.QuickReplies.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_quickRepliesNotModified = ['_' => 'messages.quickRepliesNotModified'];
|
|
```
|