Swiftgram/submodules/Postbox/Sources/ChatLocation.swift
2019-11-01 17:11:12 +04:00

7 lines
111 B
Swift

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