mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-20 04:24:41 +00:00
8 lines
132 B
Swift
8 lines
132 B
Swift
import Foundation
|
|
|
|
public enum PeerChatListInclusion {
|
|
case never
|
|
case ifHasMessages
|
|
case always(minTimestamp: Int32)
|
|
}
|