Constructor: messages.reactions
List of message reactions
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| hash | long | Yes | Hash used for caching, can also be locally regenerated using the algorithm specified here ». |
| reactions | Array of Reaction | Yes | Reactions |
Type: messages.Reactions
Example:
$messages_reactions = ['_' => 'messages.reactions', 'hash' => long, 'reactions' => [Reaction, Reaction]];