Skip to content

Send chat message (client)

BigETI edited this page Jul 2, 2019 · 1 revision

Send chat message (client)

Description

This message notifies the server that a chat message has been sent.

Event

  • chat

Argument

  • Chat message : string

Example:

[
	"chat",
	"Hello World!"
]
Clone this wiki locally