C2SMessagePacket

data class C2SMessagePacket(val content: String) : AxochatPacket.C2S

The content of this packet will be sent to every client as Message if it fits the validation scheme.

Parameters

content

content of the message.

Constructors

Link copied to clipboard
constructor(content: String)

Properties

Link copied to clipboard
@SerializedName(value = "content")
val content: String