Update API

This commit is contained in:
Ilya Laktyushin
2025-01-18 21:28:00 +04:00
parent ef6c097f6f
commit 4ffb0e697e
26 changed files with 12283 additions and 12056 deletions

View File

@@ -24,6 +24,7 @@ public struct CachedChannelFlags: OptionSet {
public static let canViewRevenue = CachedChannelFlags(rawValue: 1 << 10)
public static let paidMediaAllowed = CachedChannelFlags(rawValue: 1 << 11)
public static let canViewStarsRevenue = CachedChannelFlags(rawValue: 1 << 12)
public static let starGiftsAvailable = CachedChannelFlags(rawValue: 1 << 13)
}
public struct CachedChannelParticipantsSummary: PostboxCoding, Equatable {