Link Search Menu Expand Document

Constructor: messages.messageReactionsList

Back to constructors index

List of peers that reacted to a specific message

Attributes:

NameTypeRequiredDescription
countintYesTotal number of reactions matching query
reactionsArray of MessagePeerReactionYesList of peers that reacted to a specific message
chatsArray of ChatYesMentioned chats
usersArray of UserYesMentioned users
next_offsetstringOptionalIf set, indicates the next offset to use to load more results by invoking messages.getMessageReactionsList.

Type: messages.MessageReactionsList

Example:

$messages_messageReactionsList = ['_' => 'messages.messageReactionsList', 'count' => int, 'reactions' => [MessagePeerReaction, MessagePeerReaction], 'chats' => [Chat, Chat], 'users' => [User, User], 'next_offset' => 'string'];