Clan Channel Delta
Clan channel delta is a packet used to transmit partial updates to an existing clan channel. This prevents sending a full update for everything as that can get rather wasteful.
Types
Clan channel delta adduser event is used to add a new user into the clan.
Clan channel delta delete user event is used to delete an existing member from the clan.
Clan channel delta update base settings event is used to modify the base settings of a clan.
Clan channel delta update user details event is used to modify the details of a user in the clan.
Clan channel delta update user details v2 event is used to modify the details of a user in the clan. Note that this class is identical to the UpdateUserDetailsEvent, with the only exception being that more bandwidth is used to transmit this update, as there are multiple unused properties being sent on-top.