--- 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]]; ```