mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Rename TelegramCore source folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import Foundation
|
||||
import SyncCore
|
||||
|
||||
public enum CloudMediaResourceLocation: Equatable {
|
||||
case photo(id: Int64, accessHash: Int64, fileReference: Data, thumbSize: String)
|
||||
case file(id: Int64, accessHash: Int64, fileReference: Data, thumbSize: String)
|
||||
case peerPhoto(peer: PeerReference, fullSize: Bool, volumeId: Int64, localId: Int64)
|
||||
case stickerPackThumbnail(packReference: StickerPackReference, volumeId: Int64, localId: Int64)
|
||||
}
|
||||
Reference in New Issue
Block a user