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.

Constructors

Link copied to clipboard
constructor(from: ConversationSlot, to: ConversationSlot, displayName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard