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

32 lines
965 B
Markdown

---
title: "messages.reactions"
description: "List of message reactions"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/messages_reactions.html
---
# Constructor: messages.reactions
[Back to constructors index](/API_docs/constructors/index.html)
List of [message reactions](https://core.telegram.org/api/reactions)
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|hash|[long](/API_docs/types/long.html) | Yes|[Hash for pagination, for more info click here](https://core.telegram.org/api/offsets#hash-generation)|
|reactions|Array of [Reaction](/API_docs/types/Reaction.html) | Yes|Reactions|
### Type: [messages.Reactions](/API_docs/types/messages.Reactions.html)
### Example:
```
$messages_reactions = ['_' => 'messages.reactions', 'hash' => long, 'reactions' => [Reaction, Reaction]];
```