client Reactions
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
message Serial
The ID of the message to get the reaction summary for.
client Id
The client to fetch the reaction summary for (leave unset for current client).