What do you want to see in the API?
Chat Websocket ReceiveReaction message (and the stored chat history received from GET /chat/history) should return the id of the person sending the reaction.
Any additional info?
Currently the reaction object sent by the server contains a field for the name of the player, but it would likely be more sensible to handle the matching in the clientside with the id of the sender instead.