mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
965 B
965 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.reactions | List of message reactions | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_reactions.html |
Constructor: messages.reactions
List of message reactions
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | long | Yes | Hash for pagination, for more info click here |
reactions | Array of Reaction | Yes | Reactions |
Type: messages.Reactions
Example:
$messages_reactions = ['_' => 'messages.reactions', 'hash' => long, 'reactions' => [Reaction, Reaction]];