Quit Notification
data class QuitNotification(var messageNumber: Int, val username: String, val userId: Int, val message: String) : Quit
Message sent by the server to notify all clients that the user left the server.
Shares a message type ID with QuitRequest: 0x01.