Update Ignore List
Update ignorelist is used to perform changes to the ignore list. Unlike friend list, it is possible to delete ignore list entries from the server's perspective.
Types
Link copied to clipboard
class AddedIgnoredEntry(val name: String, val previousName: String?, val note: String, val added: Boolean) : UpdateIgnoreList.IgnoredPlayer
Added ignore entry encompasses all the ignore list entries which are added to the ignore list, be that during login or individual additions of new entries.
Link copied to clipboard
Link copied to clipboard
Removed ignored entry is an ignored entry that is requested to be deleted from the ignore list of this player.