Removing player chat messages in group channel

when other players are rude i want to can delete them messages how can do that?

WebSocketException: Could not find message to remove in channel history

Hello @TheNeSSePa ,

The particular error message you are observing is due to the message deletion feature being intented for a user to delete its own messages, not of other players.

If the later is what you really want to achieve then, you need to write the logic for it as a custom gRPC. In doing so, you should be careful on how you track the list of players that are muted and in which circumstances because it can become quite complex.

Alternatively, this could be implement first as an email report that a support person could act on, be it by disabling the bad user account or other means.

Best,
Flávio