Chat Notification
data class ChatNotification(var messageNumber: Int, val username: String, val message: String) : Chat, ServerMessage
Message sent by the server containing a server chat message.
This shares a message type ID with ChatRequest: 0x07.