ChannelKeyChange
data class ChannelKeyChange(val from: ConversationSlot, val to: ConversationSlot, val displayName: String)(source)
One conversation re-key. displayName is the effective channel name at the time of the change, kept so a retired conversation can still be labelled once its slot belongs to someone else.