Send chat message (server) - scribble-rs/skribbl.io-docs GitHub Wiki Send chat message (server) Description This message notifies the client that a chat message has been sent. Event chat Value Chat message : object id: Player ID : int message: Message : string Example: [ "chat", { "id": 123, "message": "Hello world!" } ] ⚠️ **GitHub.com Fallback** ⚠️