mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
26 lines
643 B
Markdown
26 lines
643 B
Markdown
---
|
|
title: "messages.availableReactionsNotModified"
|
|
description: "No new reactions are available"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/messages_availableReactionsNotModified.html
|
|
---
|
|
# Constructor: messages.availableReactionsNotModified
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
No new reactions are available
|
|
|
|
|
|
|
|
|
|
### Type: [messages.AvailableReactions](/API_docs/types/messages.AvailableReactions.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messages_availableReactionsNotModified = ['_' => 'messages.availableReactionsNotModified'];
|
|
```
|