S2CPrivate Message Packet
data class S2CPrivateMessagePacket(val id: String, val user: AxoUser, val content: String) : AxochatPacket.S2C
This packet will be sent to an authenticated client with allow_messages turned on, if another client successfully sent a private message to the server with the id.
Parameters
id
author_id is an ID.
user
author_info is optional and described in detail in UserInfo.
content
content is any message fitting the validation scheme of the server.