Swiftgram/submodules/Postbox/Sources/ChatLocation.swift
2020-09-21 15:53:20 +03:00

7 lines
111 B
Swift

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