Merge commit '1462366056b085c59b4ed5dbe88f33a86c7e96b8' into layer-135

This commit is contained in:
Ilya Laktyushin
2021-11-05 21:46:33 +04:00
85 changed files with 1834 additions and 232 deletions

View File

@@ -74,11 +74,11 @@ public struct Namespaces {
public static let cachedPollResults: Int8 = 9
public static let cachedContextResults: Int8 = 10
public static let proximityNotificationStoredState: Int8 = 11
public static let cachedPeerInvitationImporters: Int8 = 12
public static let cachedPeerExportedInvitations: Int8 = 13
public static let cachedGroupCallDisplayAsPeers: Int8 = 14
public static let cachedAdMessageStates: Int8 = 15
public static let cachedSendAsPeers: Int8 = 16
public static let cachedPeerInvitationImporters: Int8 = 16
public static let cachedPeerExportedInvitations: Int8 = 17
public static let cachedSendAsPeers: Int8 = 18
}
public struct UnorderedItemList {