public protocol CachedPeerData: PostboxCoding { var peerIds: Set { get } func isEqual(to: CachedPeerData) -> Bool }