Update API [skip ci]

This commit is contained in:
Ilya Laktyushin
2023-01-18 20:35:08 +04:00
parent 71f367027d
commit 96579d1c80
5 changed files with 43 additions and 0 deletions

View File

@@ -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 {