clientReactions

abstract suspend fun clientReactions(messageSerial: String, clientId: String? = null): MessageReactionSummary

Get the reaction summary for a message filtered by a particular client.

Return

A clipped reaction summary containing only the requested clientId.

Parameters

messageSerial

The ID of the message to get the reaction summary for.

clientId

The client to fetch the reaction summary for (leave unset for current client).