mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Update API [skip ci]
This commit is contained in:
@@ -19,6 +19,7 @@ public struct CachedChannelFlags: OptionSet {
|
||||
public static let canChangePeerGeoLocation = CachedChannelFlags(rawValue: 1 << 5)
|
||||
public static let canDeleteHistory = CachedChannelFlags(rawValue: 1 << 6)
|
||||
public static let antiSpamEnabled = CachedChannelFlags(rawValue: 1 << 7)
|
||||
public static let translationHidden = CachedChannelFlags(rawValue: 1 << 8)
|
||||
}
|
||||
|
||||
public struct CachedChannelParticipantsSummary: PostboxCoding, Equatable {
|
||||
|
||||
Reference in New Issue
Block a user