Swiftgram/Postbox/ChatLocation.swift
2019-03-08 10:18:29 +00:00

7 lines
111 B
Swift

import Foundation
public enum ChatLocation: Equatable {
case peer(PeerId)
//case group(PeerGroupId)
}