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

26 lines
675 B
Markdown

---
title: "messages.reactionsNotModified"
description: "The server-side list of message reactions hasn't changed"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/messages_reactionsNotModified.html
---
# Constructor: messages.reactionsNotModified
[Back to constructors index](/API_docs/constructors/index.html)
The server-side list of [message reactions](https://core.telegram.org/api/reactions) hasn't changed
### Type: [messages.Reactions](/API_docs/types/messages.Reactions.html)
### Example:
```
$messages_reactionsNotModified = ['_' => 'messages.reactionsNotModified'];
```