mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
26 lines
675 B
Markdown
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'];
|
|
```
|