mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge commit '00b69bbe7ed3911da901dcddabd83d1ff4316b03' into experimental-3
# Conflicts: # submodules/TelegramCore/Sources/TelegramEngine/Messages/Translate.swift # submodules/TelegramUI/Components/AvatarEditorScreen/Sources/AvatarEditorScreen.swift
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