Merge commit '2fa059477c18b815a28f5d0e887bb309e48cd9a7'

This commit is contained in:
Isaac
2024-10-25 11:24:09 +02:00
21 changed files with 386 additions and 246 deletions

View File

@@ -298,6 +298,7 @@ public struct CachedUserFlags: OptionSet {
public static let readDatesPrivate = CachedUserFlags(rawValue: 1 << 2)
public static let premiumRequired = CachedUserFlags(rawValue: 1 << 3)
public static let adsEnabled = CachedUserFlags(rawValue: 1 << 4)
public static let canViewRevenue = CachedUserFlags(rawValue: 1 << 5)
}
public final class EditableBotInfo: PostboxCoding, Equatable {