diff --git a/Package.resolved b/Package.resolved index 281bddd64f..00d1eb55c2 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/Swiftgram/TDLibFramework", "state": { "branch": null, - "revision": "b93be74e1dff28bbcf74df976a14aa0dbdaf218b", - "version": "1.7.8-bbae7be4" + "revision": "74633e1ee03617a5f478e35e67e56a2545c9869a", + "version": "1.7.8-377bd189" } } ] diff --git a/Package.swift b/Package.swift index a444754cb6..146ea5903a 100644 --- a/Package.swift +++ b/Package.swift @@ -1,5 +1,6 @@ // swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. +// DO NOT EDIT! Generated automatically. See scripts/swift_package_generator.py import PackageDescription @@ -18,7 +19,7 @@ let package = Package( targets: ["TDLibKit"]), ], dependencies: [ - .package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.7.8-bbae7be4")), + .package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.7.8-377bd189")), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. @@ -28,3 +29,4 @@ let package = Package( dependencies: ["TDLibFramework"]), ] ) + diff --git a/Sources/TDLibKit/Generated/API/TdApi.swift b/Sources/TDLibKit/Generated/API/TdApi.swift index b5b289b48f..ffc6f38806 100644 --- a/Sources/TDLibKit/Generated/API/TdApi.swift +++ b/Sources/TDLibKit/Generated/API/TdApi.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation @@ -929,7 +929,7 @@ public final class TdApi { execute(query: query, completion: completion) } - /// Searches for messages with given words in the chat. Returns the results in reverse chronological order, i.e. in order of decreasing message_id. Cannot be used in secret chats with a non-empty query (searchSecretMessages mmust be used instead), or without an enabled message database. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit + /// Searches for messages with given words in the chat. Returns the results in reverse chronological order, i.e. in order of decreasing message_id. Cannot be used in secret chats with a non-empty query (searchSecretMessages must be used instead), or without an enabled message database. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit /// - Parameter chatId: Identifier of the chat in which to search messages /// - Parameter filter: Additional filter for messages to search; pass null to search for all messages /// - Parameter fromMessageId: Identifier of the message starting from which history must be fetched; use 0 to get results from the last message @@ -2843,7 +2843,7 @@ public final class TdApi { execute(query: query, completion: completion) } - /// Changes the status of a chat member, needs appropriate privileges. This function is currently not suitable for transferring chat ownership; use transferChatOwnership instead. Use addChatMember or banChatMember if you need to pass some additional parameters + /// Changes the status of a chat member, needs appropriate privileges. This function is currently not suitable for transferring chat ownership; use transferChatOwnership instead. Use addChatMember or banChatMember if some additional parameters needs to be passed /// - Parameter chatId: Chat identifier /// - Parameter memberId: Member identifier. Chats can be only banned and unbanned in supergroups and channels /// - Parameter status: The new status of the member in the chat diff --git a/Sources/TDLibKit/Generated/API/TdClient.swift b/Sources/TDLibKit/Generated/API/TdClient.swift index 08fdcc8d87..67f802585c 100644 --- a/Sources/TDLibKit/Generated/API/TdClient.swift +++ b/Sources/TDLibKit/Generated/API/TdClient.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AcceptCall.swift b/Sources/TDLibKit/Generated/Models/AcceptCall.swift index 697634101c..e71a7bae76 100644 --- a/Sources/TDLibKit/Generated/Models/AcceptCall.swift +++ b/Sources/TDLibKit/Generated/Models/AcceptCall.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AcceptTermsOfService.swift b/Sources/TDLibKit/Generated/Models/AcceptTermsOfService.swift index 30a2ef1847..8c9807ea83 100644 --- a/Sources/TDLibKit/Generated/Models/AcceptTermsOfService.swift +++ b/Sources/TDLibKit/Generated/Models/AcceptTermsOfService.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AccountTtl.swift b/Sources/TDLibKit/Generated/Models/AccountTtl.swift index fbb88e6b74..a62e1be34a 100644 --- a/Sources/TDLibKit/Generated/Models/AccountTtl.swift +++ b/Sources/TDLibKit/Generated/Models/AccountTtl.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddChatMember.swift b/Sources/TDLibKit/Generated/Models/AddChatMember.swift index 078ea2c399..b5003f0cab 100644 --- a/Sources/TDLibKit/Generated/Models/AddChatMember.swift +++ b/Sources/TDLibKit/Generated/Models/AddChatMember.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddChatMembers.swift b/Sources/TDLibKit/Generated/Models/AddChatMembers.swift index c40adef94e..378fb9b075 100644 --- a/Sources/TDLibKit/Generated/Models/AddChatMembers.swift +++ b/Sources/TDLibKit/Generated/Models/AddChatMembers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddChatToList.swift b/Sources/TDLibKit/Generated/Models/AddChatToList.swift index 39aa6607e2..21e1f0d7ae 100644 --- a/Sources/TDLibKit/Generated/Models/AddChatToList.swift +++ b/Sources/TDLibKit/Generated/Models/AddChatToList.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddContact.swift b/Sources/TDLibKit/Generated/Models/AddContact.swift index 2cd8c6173d..eeb9097eca 100644 --- a/Sources/TDLibKit/Generated/Models/AddContact.swift +++ b/Sources/TDLibKit/Generated/Models/AddContact.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddCustomServerLanguagePack.swift b/Sources/TDLibKit/Generated/Models/AddCustomServerLanguagePack.swift index 1ae37e50cc..e111e5238a 100644 --- a/Sources/TDLibKit/Generated/Models/AddCustomServerLanguagePack.swift +++ b/Sources/TDLibKit/Generated/Models/AddCustomServerLanguagePack.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddFavoriteSticker.swift b/Sources/TDLibKit/Generated/Models/AddFavoriteSticker.swift index c7293ad368..9d9c9f9926 100644 --- a/Sources/TDLibKit/Generated/Models/AddFavoriteSticker.swift +++ b/Sources/TDLibKit/Generated/Models/AddFavoriteSticker.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddLocalMessage.swift b/Sources/TDLibKit/Generated/Models/AddLocalMessage.swift index 4e125c12fb..21bff041f2 100644 --- a/Sources/TDLibKit/Generated/Models/AddLocalMessage.swift +++ b/Sources/TDLibKit/Generated/Models/AddLocalMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddLogMessage.swift b/Sources/TDLibKit/Generated/Models/AddLogMessage.swift index fdef53cbd0..f46725aca8 100644 --- a/Sources/TDLibKit/Generated/Models/AddLogMessage.swift +++ b/Sources/TDLibKit/Generated/Models/AddLogMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddNetworkStatistics.swift b/Sources/TDLibKit/Generated/Models/AddNetworkStatistics.swift index dc56215213..28faee3d94 100644 --- a/Sources/TDLibKit/Generated/Models/AddNetworkStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/AddNetworkStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddProxy.swift b/Sources/TDLibKit/Generated/Models/AddProxy.swift index 2596407d47..c0e3d584f6 100644 --- a/Sources/TDLibKit/Generated/Models/AddProxy.swift +++ b/Sources/TDLibKit/Generated/Models/AddProxy.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddRecentSticker.swift b/Sources/TDLibKit/Generated/Models/AddRecentSticker.swift index 8117c2ba0b..f9a4fcd19c 100644 --- a/Sources/TDLibKit/Generated/Models/AddRecentSticker.swift +++ b/Sources/TDLibKit/Generated/Models/AddRecentSticker.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddRecentlyFoundChat.swift b/Sources/TDLibKit/Generated/Models/AddRecentlyFoundChat.swift index a9b370434d..567151d9c5 100644 --- a/Sources/TDLibKit/Generated/Models/AddRecentlyFoundChat.swift +++ b/Sources/TDLibKit/Generated/Models/AddRecentlyFoundChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddSavedAnimation.swift b/Sources/TDLibKit/Generated/Models/AddSavedAnimation.swift index e362a472ac..c6111d683a 100644 --- a/Sources/TDLibKit/Generated/Models/AddSavedAnimation.swift +++ b/Sources/TDLibKit/Generated/Models/AddSavedAnimation.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AddStickerToSet.swift b/Sources/TDLibKit/Generated/Models/AddStickerToSet.swift index 7e13cf980e..adc176bbaf 100644 --- a/Sources/TDLibKit/Generated/Models/AddStickerToSet.swift +++ b/Sources/TDLibKit/Generated/Models/AddStickerToSet.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Address.swift b/Sources/TDLibKit/Generated/Models/Address.swift index cf3918568e..e92e8bcf7f 100644 --- a/Sources/TDLibKit/Generated/Models/Address.swift +++ b/Sources/TDLibKit/Generated/Models/Address.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AnimatedChatPhoto.swift b/Sources/TDLibKit/Generated/Models/AnimatedChatPhoto.swift index f71284772f..ce373ec417 100644 --- a/Sources/TDLibKit/Generated/Models/AnimatedChatPhoto.swift +++ b/Sources/TDLibKit/Generated/Models/AnimatedChatPhoto.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Animation.swift b/Sources/TDLibKit/Generated/Models/Animation.swift index f2aa77c705..575b27928b 100644 --- a/Sources/TDLibKit/Generated/Models/Animation.swift +++ b/Sources/TDLibKit/Generated/Models/Animation.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Animations.swift b/Sources/TDLibKit/Generated/Models/Animations.swift index 176f40e799..4cc420eae0 100644 --- a/Sources/TDLibKit/Generated/Models/Animations.swift +++ b/Sources/TDLibKit/Generated/Models/Animations.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AnswerCallbackQuery.swift b/Sources/TDLibKit/Generated/Models/AnswerCallbackQuery.swift index 15466528ee..8d04b1bcb8 100644 --- a/Sources/TDLibKit/Generated/Models/AnswerCallbackQuery.swift +++ b/Sources/TDLibKit/Generated/Models/AnswerCallbackQuery.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AnswerCustomQuery.swift b/Sources/TDLibKit/Generated/Models/AnswerCustomQuery.swift index dd484a1425..187606a38c 100644 --- a/Sources/TDLibKit/Generated/Models/AnswerCustomQuery.swift +++ b/Sources/TDLibKit/Generated/Models/AnswerCustomQuery.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AnswerInlineQuery.swift b/Sources/TDLibKit/Generated/Models/AnswerInlineQuery.swift index 3fa3686b24..9af31a9dc2 100644 --- a/Sources/TDLibKit/Generated/Models/AnswerInlineQuery.swift +++ b/Sources/TDLibKit/Generated/Models/AnswerInlineQuery.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AnswerPreCheckoutQuery.swift b/Sources/TDLibKit/Generated/Models/AnswerPreCheckoutQuery.swift index 586cfdd987..be9b0b265e 100644 --- a/Sources/TDLibKit/Generated/Models/AnswerPreCheckoutQuery.swift +++ b/Sources/TDLibKit/Generated/Models/AnswerPreCheckoutQuery.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AnswerShippingQuery.swift b/Sources/TDLibKit/Generated/Models/AnswerShippingQuery.swift index 94e095edfd..f8f81141e6 100644 --- a/Sources/TDLibKit/Generated/Models/AnswerShippingQuery.swift +++ b/Sources/TDLibKit/Generated/Models/AnswerShippingQuery.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Audio.swift b/Sources/TDLibKit/Generated/Models/Audio.swift index 800eaad66c..b2ae908297 100644 --- a/Sources/TDLibKit/Generated/Models/Audio.swift +++ b/Sources/TDLibKit/Generated/Models/Audio.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AuthenticationCodeInfo.swift b/Sources/TDLibKit/Generated/Models/AuthenticationCodeInfo.swift index 88efa9da75..3802d88934 100644 --- a/Sources/TDLibKit/Generated/Models/AuthenticationCodeInfo.swift +++ b/Sources/TDLibKit/Generated/Models/AuthenticationCodeInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AuthenticationCodeType.swift b/Sources/TDLibKit/Generated/Models/AuthenticationCodeType.swift index 1df6b34df5..37bc3317d1 100644 --- a/Sources/TDLibKit/Generated/Models/AuthenticationCodeType.swift +++ b/Sources/TDLibKit/Generated/Models/AuthenticationCodeType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AuthorizationState.swift b/Sources/TDLibKit/Generated/Models/AuthorizationState.swift index 7df996b1e7..ec44b7445b 100644 --- a/Sources/TDLibKit/Generated/Models/AuthorizationState.swift +++ b/Sources/TDLibKit/Generated/Models/AuthorizationState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AutoDownloadSettings.swift b/Sources/TDLibKit/Generated/Models/AutoDownloadSettings.swift index 16e5cd2e9d..9db11ff095 100644 --- a/Sources/TDLibKit/Generated/Models/AutoDownloadSettings.swift +++ b/Sources/TDLibKit/Generated/Models/AutoDownloadSettings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/AutoDownloadSettingsPresets.swift b/Sources/TDLibKit/Generated/Models/AutoDownloadSettingsPresets.swift index 73698e0d5f..e99529bbf7 100644 --- a/Sources/TDLibKit/Generated/Models/AutoDownloadSettingsPresets.swift +++ b/Sources/TDLibKit/Generated/Models/AutoDownloadSettingsPresets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Background.swift b/Sources/TDLibKit/Generated/Models/Background.swift index 47f3f3955b..f8a43007df 100644 --- a/Sources/TDLibKit/Generated/Models/Background.swift +++ b/Sources/TDLibKit/Generated/Models/Background.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BackgroundFill.swift b/Sources/TDLibKit/Generated/Models/BackgroundFill.swift index 211e5b00f6..53e6433801 100644 --- a/Sources/TDLibKit/Generated/Models/BackgroundFill.swift +++ b/Sources/TDLibKit/Generated/Models/BackgroundFill.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BackgroundType.swift b/Sources/TDLibKit/Generated/Models/BackgroundType.swift index 37d50a15c1..fefd450713 100644 --- a/Sources/TDLibKit/Generated/Models/BackgroundType.swift +++ b/Sources/TDLibKit/Generated/Models/BackgroundType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Backgrounds.swift b/Sources/TDLibKit/Generated/Models/Backgrounds.swift index a70a126434..e96f12b656 100644 --- a/Sources/TDLibKit/Generated/Models/Backgrounds.swift +++ b/Sources/TDLibKit/Generated/Models/Backgrounds.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BanChatMember.swift b/Sources/TDLibKit/Generated/Models/BanChatMember.swift index 1937d71a9d..99d403f48a 100644 --- a/Sources/TDLibKit/Generated/Models/BanChatMember.swift +++ b/Sources/TDLibKit/Generated/Models/BanChatMember.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BankCardActionOpenUrl.swift b/Sources/TDLibKit/Generated/Models/BankCardActionOpenUrl.swift index fba9bce0c3..7acaf9046c 100644 --- a/Sources/TDLibKit/Generated/Models/BankCardActionOpenUrl.swift +++ b/Sources/TDLibKit/Generated/Models/BankCardActionOpenUrl.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BankCardInfo.swift b/Sources/TDLibKit/Generated/Models/BankCardInfo.swift index 1d9c7b94b9..ba6084ff26 100644 --- a/Sources/TDLibKit/Generated/Models/BankCardInfo.swift +++ b/Sources/TDLibKit/Generated/Models/BankCardInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BasicGroup.swift b/Sources/TDLibKit/Generated/Models/BasicGroup.swift index 4ea408ea16..6aa9f7a2ef 100644 --- a/Sources/TDLibKit/Generated/Models/BasicGroup.swift +++ b/Sources/TDLibKit/Generated/Models/BasicGroup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BasicGroupFullInfo.swift b/Sources/TDLibKit/Generated/Models/BasicGroupFullInfo.swift index c1bdd7118b..ab07586f74 100644 --- a/Sources/TDLibKit/Generated/Models/BasicGroupFullInfo.swift +++ b/Sources/TDLibKit/Generated/Models/BasicGroupFullInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BlockMessageSenderFromReplies.swift b/Sources/TDLibKit/Generated/Models/BlockMessageSenderFromReplies.swift index 9f20659fef..b451189e88 100644 --- a/Sources/TDLibKit/Generated/Models/BlockMessageSenderFromReplies.swift +++ b/Sources/TDLibKit/Generated/Models/BlockMessageSenderFromReplies.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BotCommand.swift b/Sources/TDLibKit/Generated/Models/BotCommand.swift index ca90f5c4cd..6b6cc45868 100644 --- a/Sources/TDLibKit/Generated/Models/BotCommand.swift +++ b/Sources/TDLibKit/Generated/Models/BotCommand.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BotCommandScope.swift b/Sources/TDLibKit/Generated/Models/BotCommandScope.swift index 2e98276a76..2c4d862abf 100644 --- a/Sources/TDLibKit/Generated/Models/BotCommandScope.swift +++ b/Sources/TDLibKit/Generated/Models/BotCommandScope.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/BotCommands.swift b/Sources/TDLibKit/Generated/Models/BotCommands.swift index 6b00de1f72..2fabac4660 100644 --- a/Sources/TDLibKit/Generated/Models/BotCommands.swift +++ b/Sources/TDLibKit/Generated/Models/BotCommands.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Call.swift b/Sources/TDLibKit/Generated/Models/Call.swift index f4b539a96b..984cb80235 100644 --- a/Sources/TDLibKit/Generated/Models/Call.swift +++ b/Sources/TDLibKit/Generated/Models/Call.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CallDiscardReason.swift b/Sources/TDLibKit/Generated/Models/CallDiscardReason.swift index 437a03acd9..1520da95c0 100644 --- a/Sources/TDLibKit/Generated/Models/CallDiscardReason.swift +++ b/Sources/TDLibKit/Generated/Models/CallDiscardReason.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CallId.swift b/Sources/TDLibKit/Generated/Models/CallId.swift index 3b647c7f18..0d54c795d3 100644 --- a/Sources/TDLibKit/Generated/Models/CallId.swift +++ b/Sources/TDLibKit/Generated/Models/CallId.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CallProblem.swift b/Sources/TDLibKit/Generated/Models/CallProblem.swift index 74922182e0..e447e5cb25 100644 --- a/Sources/TDLibKit/Generated/Models/CallProblem.swift +++ b/Sources/TDLibKit/Generated/Models/CallProblem.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CallProtocol.swift b/Sources/TDLibKit/Generated/Models/CallProtocol.swift index 6c2b1d1059..d6bf6b12d5 100644 --- a/Sources/TDLibKit/Generated/Models/CallProtocol.swift +++ b/Sources/TDLibKit/Generated/Models/CallProtocol.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CallServer.swift b/Sources/TDLibKit/Generated/Models/CallServer.swift index f52b038b5b..c1c302b563 100644 --- a/Sources/TDLibKit/Generated/Models/CallServer.swift +++ b/Sources/TDLibKit/Generated/Models/CallServer.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CallServerType.swift b/Sources/TDLibKit/Generated/Models/CallServerType.swift index 3613df2351..876037d61a 100644 --- a/Sources/TDLibKit/Generated/Models/CallServerType.swift +++ b/Sources/TDLibKit/Generated/Models/CallServerType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CallState.swift b/Sources/TDLibKit/Generated/Models/CallState.swift index af47041cf6..75080cb826 100644 --- a/Sources/TDLibKit/Generated/Models/CallState.swift +++ b/Sources/TDLibKit/Generated/Models/CallState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CallbackQueryAnswer.swift b/Sources/TDLibKit/Generated/Models/CallbackQueryAnswer.swift index 4dc602363c..fe3fcabea4 100644 --- a/Sources/TDLibKit/Generated/Models/CallbackQueryAnswer.swift +++ b/Sources/TDLibKit/Generated/Models/CallbackQueryAnswer.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CallbackQueryPayload.swift b/Sources/TDLibKit/Generated/Models/CallbackQueryPayload.swift index 37f9bec728..42986c4e92 100644 --- a/Sources/TDLibKit/Generated/Models/CallbackQueryPayload.swift +++ b/Sources/TDLibKit/Generated/Models/CallbackQueryPayload.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CanTransferOwnership.swift b/Sources/TDLibKit/Generated/Models/CanTransferOwnership.swift index 9b0e85b878..7cf0c4488b 100644 --- a/Sources/TDLibKit/Generated/Models/CanTransferOwnership.swift +++ b/Sources/TDLibKit/Generated/Models/CanTransferOwnership.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CanTransferOwnershipResult.swift b/Sources/TDLibKit/Generated/Models/CanTransferOwnershipResult.swift index 29b98dd7ea..1681ffa3c6 100644 --- a/Sources/TDLibKit/Generated/Models/CanTransferOwnershipResult.swift +++ b/Sources/TDLibKit/Generated/Models/CanTransferOwnershipResult.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CancelDownloadFile.swift b/Sources/TDLibKit/Generated/Models/CancelDownloadFile.swift index 16256e4d63..9e37350f3e 100644 --- a/Sources/TDLibKit/Generated/Models/CancelDownloadFile.swift +++ b/Sources/TDLibKit/Generated/Models/CancelDownloadFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CancelPasswordReset.swift b/Sources/TDLibKit/Generated/Models/CancelPasswordReset.swift index afc91eebea..59da493512 100644 --- a/Sources/TDLibKit/Generated/Models/CancelPasswordReset.swift +++ b/Sources/TDLibKit/Generated/Models/CancelPasswordReset.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CancelUploadFile.swift b/Sources/TDLibKit/Generated/Models/CancelUploadFile.swift index 61721300e2..0df5e7a414 100644 --- a/Sources/TDLibKit/Generated/Models/CancelUploadFile.swift +++ b/Sources/TDLibKit/Generated/Models/CancelUploadFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChangeImportedContacts.swift b/Sources/TDLibKit/Generated/Models/ChangeImportedContacts.swift index 54827639a8..282ad02c97 100644 --- a/Sources/TDLibKit/Generated/Models/ChangeImportedContacts.swift +++ b/Sources/TDLibKit/Generated/Models/ChangeImportedContacts.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChangePhoneNumber.swift b/Sources/TDLibKit/Generated/Models/ChangePhoneNumber.swift index 413d534e35..f8710cc17a 100644 --- a/Sources/TDLibKit/Generated/Models/ChangePhoneNumber.swift +++ b/Sources/TDLibKit/Generated/Models/ChangePhoneNumber.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChangeStickerSet.swift b/Sources/TDLibKit/Generated/Models/ChangeStickerSet.swift index c733e77aac..5f8962f09b 100644 --- a/Sources/TDLibKit/Generated/Models/ChangeStickerSet.swift +++ b/Sources/TDLibKit/Generated/Models/ChangeStickerSet.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Chat.swift b/Sources/TDLibKit/Generated/Models/Chat.swift index 11941e1664..0a96c0d49a 100644 --- a/Sources/TDLibKit/Generated/Models/Chat.swift +++ b/Sources/TDLibKit/Generated/Models/Chat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatAction.swift b/Sources/TDLibKit/Generated/Models/ChatAction.swift index f1fec2a78a..579d771315 100644 --- a/Sources/TDLibKit/Generated/Models/ChatAction.swift +++ b/Sources/TDLibKit/Generated/Models/ChatAction.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatActionBar.swift b/Sources/TDLibKit/Generated/Models/ChatActionBar.swift index 7e57833b22..42534070eb 100644 --- a/Sources/TDLibKit/Generated/Models/ChatActionBar.swift +++ b/Sources/TDLibKit/Generated/Models/ChatActionBar.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatAdministrator.swift b/Sources/TDLibKit/Generated/Models/ChatAdministrator.swift index c365e66abe..3662b238e0 100644 --- a/Sources/TDLibKit/Generated/Models/ChatAdministrator.swift +++ b/Sources/TDLibKit/Generated/Models/ChatAdministrator.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatAdministrators.swift b/Sources/TDLibKit/Generated/Models/ChatAdministrators.swift index 84d0e782e8..12b07f52e2 100644 --- a/Sources/TDLibKit/Generated/Models/ChatAdministrators.swift +++ b/Sources/TDLibKit/Generated/Models/ChatAdministrators.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatEvent.swift b/Sources/TDLibKit/Generated/Models/ChatEvent.swift index 03d2a6b23f..516a734a1c 100644 --- a/Sources/TDLibKit/Generated/Models/ChatEvent.swift +++ b/Sources/TDLibKit/Generated/Models/ChatEvent.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatEventAction.swift b/Sources/TDLibKit/Generated/Models/ChatEventAction.swift index 260d0ac629..707a4e1122 100644 --- a/Sources/TDLibKit/Generated/Models/ChatEventAction.swift +++ b/Sources/TDLibKit/Generated/Models/ChatEventAction.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatEventLogFilters.swift b/Sources/TDLibKit/Generated/Models/ChatEventLogFilters.swift index 44ff8a33e1..30bc113ff7 100644 --- a/Sources/TDLibKit/Generated/Models/ChatEventLogFilters.swift +++ b/Sources/TDLibKit/Generated/Models/ChatEventLogFilters.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatEvents.swift b/Sources/TDLibKit/Generated/Models/ChatEvents.swift index 7e11ed9ad5..ded5d66c81 100644 --- a/Sources/TDLibKit/Generated/Models/ChatEvents.swift +++ b/Sources/TDLibKit/Generated/Models/ChatEvents.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatFilter.swift b/Sources/TDLibKit/Generated/Models/ChatFilter.swift index 523a19837d..a87b0cc270 100644 --- a/Sources/TDLibKit/Generated/Models/ChatFilter.swift +++ b/Sources/TDLibKit/Generated/Models/ChatFilter.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatFilterInfo.swift b/Sources/TDLibKit/Generated/Models/ChatFilterInfo.swift index b32d450ff2..10233987c6 100644 --- a/Sources/TDLibKit/Generated/Models/ChatFilterInfo.swift +++ b/Sources/TDLibKit/Generated/Models/ChatFilterInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatInviteLink.swift b/Sources/TDLibKit/Generated/Models/ChatInviteLink.swift index 70dd6cdc0c..3d5fcd769a 100644 --- a/Sources/TDLibKit/Generated/Models/ChatInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/ChatInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatInviteLinkCount.swift b/Sources/TDLibKit/Generated/Models/ChatInviteLinkCount.swift index 3eadaad602..82e9b773ac 100644 --- a/Sources/TDLibKit/Generated/Models/ChatInviteLinkCount.swift +++ b/Sources/TDLibKit/Generated/Models/ChatInviteLinkCount.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatInviteLinkCounts.swift b/Sources/TDLibKit/Generated/Models/ChatInviteLinkCounts.swift index 6b1cfe26cf..4efbb5439e 100644 --- a/Sources/TDLibKit/Generated/Models/ChatInviteLinkCounts.swift +++ b/Sources/TDLibKit/Generated/Models/ChatInviteLinkCounts.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatInviteLinkInfo.swift b/Sources/TDLibKit/Generated/Models/ChatInviteLinkInfo.swift index 15405d1cda..4718e94796 100644 --- a/Sources/TDLibKit/Generated/Models/ChatInviteLinkInfo.swift +++ b/Sources/TDLibKit/Generated/Models/ChatInviteLinkInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatInviteLinkMember.swift b/Sources/TDLibKit/Generated/Models/ChatInviteLinkMember.swift index e06a120ccb..f0ac4a5a88 100644 --- a/Sources/TDLibKit/Generated/Models/ChatInviteLinkMember.swift +++ b/Sources/TDLibKit/Generated/Models/ChatInviteLinkMember.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatInviteLinkMembers.swift b/Sources/TDLibKit/Generated/Models/ChatInviteLinkMembers.swift index 143f297aa1..75b6691eb2 100644 --- a/Sources/TDLibKit/Generated/Models/ChatInviteLinkMembers.swift +++ b/Sources/TDLibKit/Generated/Models/ChatInviteLinkMembers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatInviteLinks.swift b/Sources/TDLibKit/Generated/Models/ChatInviteLinks.swift index 2a4f7b60dd..85f4b9369b 100644 --- a/Sources/TDLibKit/Generated/Models/ChatInviteLinks.swift +++ b/Sources/TDLibKit/Generated/Models/ChatInviteLinks.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatList.swift b/Sources/TDLibKit/Generated/Models/ChatList.swift index ccd54115d9..21927d1c3b 100644 --- a/Sources/TDLibKit/Generated/Models/ChatList.swift +++ b/Sources/TDLibKit/Generated/Models/ChatList.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatLists.swift b/Sources/TDLibKit/Generated/Models/ChatLists.swift index c0b41ab6ed..2961c41284 100644 --- a/Sources/TDLibKit/Generated/Models/ChatLists.swift +++ b/Sources/TDLibKit/Generated/Models/ChatLists.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatLocation.swift b/Sources/TDLibKit/Generated/Models/ChatLocation.swift index 923a2a6d38..f6055a8c62 100644 --- a/Sources/TDLibKit/Generated/Models/ChatLocation.swift +++ b/Sources/TDLibKit/Generated/Models/ChatLocation.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatMember.swift b/Sources/TDLibKit/Generated/Models/ChatMember.swift index 74937d7726..0eeb3ace9f 100644 --- a/Sources/TDLibKit/Generated/Models/ChatMember.swift +++ b/Sources/TDLibKit/Generated/Models/ChatMember.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatMemberStatus.swift b/Sources/TDLibKit/Generated/Models/ChatMemberStatus.swift index a8d936d786..4b230e264f 100644 --- a/Sources/TDLibKit/Generated/Models/ChatMemberStatus.swift +++ b/Sources/TDLibKit/Generated/Models/ChatMemberStatus.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatMembers.swift b/Sources/TDLibKit/Generated/Models/ChatMembers.swift index a37c326661..3f0f04d807 100644 --- a/Sources/TDLibKit/Generated/Models/ChatMembers.swift +++ b/Sources/TDLibKit/Generated/Models/ChatMembers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatMembersFilter.swift b/Sources/TDLibKit/Generated/Models/ChatMembersFilter.swift index 3c44f2a704..9f62630755 100644 --- a/Sources/TDLibKit/Generated/Models/ChatMembersFilter.swift +++ b/Sources/TDLibKit/Generated/Models/ChatMembersFilter.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatNearby.swift b/Sources/TDLibKit/Generated/Models/ChatNearby.swift index df0d6e2e06..d19aa0b60f 100644 --- a/Sources/TDLibKit/Generated/Models/ChatNearby.swift +++ b/Sources/TDLibKit/Generated/Models/ChatNearby.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatNotificationSettings.swift b/Sources/TDLibKit/Generated/Models/ChatNotificationSettings.swift index 15d625c5f1..22af184d69 100644 --- a/Sources/TDLibKit/Generated/Models/ChatNotificationSettings.swift +++ b/Sources/TDLibKit/Generated/Models/ChatNotificationSettings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatPermissions.swift b/Sources/TDLibKit/Generated/Models/ChatPermissions.swift index 9a407cff57..115fbfd223 100644 --- a/Sources/TDLibKit/Generated/Models/ChatPermissions.swift +++ b/Sources/TDLibKit/Generated/Models/ChatPermissions.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatPhoto.swift b/Sources/TDLibKit/Generated/Models/ChatPhoto.swift index 2520b48886..f402b8c504 100644 --- a/Sources/TDLibKit/Generated/Models/ChatPhoto.swift +++ b/Sources/TDLibKit/Generated/Models/ChatPhoto.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatPhotoInfo.swift b/Sources/TDLibKit/Generated/Models/ChatPhotoInfo.swift index 494a8f7714..6532dc33c9 100644 --- a/Sources/TDLibKit/Generated/Models/ChatPhotoInfo.swift +++ b/Sources/TDLibKit/Generated/Models/ChatPhotoInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatPhotos.swift b/Sources/TDLibKit/Generated/Models/ChatPhotos.swift index aec4426738..59baf18304 100644 --- a/Sources/TDLibKit/Generated/Models/ChatPhotos.swift +++ b/Sources/TDLibKit/Generated/Models/ChatPhotos.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatPosition.swift b/Sources/TDLibKit/Generated/Models/ChatPosition.swift index a4290d06f0..498be6f339 100644 --- a/Sources/TDLibKit/Generated/Models/ChatPosition.swift +++ b/Sources/TDLibKit/Generated/Models/ChatPosition.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatReportReason.swift b/Sources/TDLibKit/Generated/Models/ChatReportReason.swift index 62b8e5b56b..b29bea1290 100644 --- a/Sources/TDLibKit/Generated/Models/ChatReportReason.swift +++ b/Sources/TDLibKit/Generated/Models/ChatReportReason.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatSource.swift b/Sources/TDLibKit/Generated/Models/ChatSource.swift index 4686b2fbd0..38d1651ea0 100644 --- a/Sources/TDLibKit/Generated/Models/ChatSource.swift +++ b/Sources/TDLibKit/Generated/Models/ChatSource.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatStatistics.swift b/Sources/TDLibKit/Generated/Models/ChatStatistics.swift index 03fcb997fe..f70bb88cbd 100644 --- a/Sources/TDLibKit/Generated/Models/ChatStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/ChatStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatStatisticsAdministratorActionsInfo.swift b/Sources/TDLibKit/Generated/Models/ChatStatisticsAdministratorActionsInfo.swift index 3240198fba..500c8e630f 100644 --- a/Sources/TDLibKit/Generated/Models/ChatStatisticsAdministratorActionsInfo.swift +++ b/Sources/TDLibKit/Generated/Models/ChatStatisticsAdministratorActionsInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatStatisticsInviterInfo.swift b/Sources/TDLibKit/Generated/Models/ChatStatisticsInviterInfo.swift index 6c11346915..d9fd4b4eec 100644 --- a/Sources/TDLibKit/Generated/Models/ChatStatisticsInviterInfo.swift +++ b/Sources/TDLibKit/Generated/Models/ChatStatisticsInviterInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatStatisticsMessageInteractionInfo.swift b/Sources/TDLibKit/Generated/Models/ChatStatisticsMessageInteractionInfo.swift index 5e23c03767..3f755392fb 100644 --- a/Sources/TDLibKit/Generated/Models/ChatStatisticsMessageInteractionInfo.swift +++ b/Sources/TDLibKit/Generated/Models/ChatStatisticsMessageInteractionInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatStatisticsMessageSenderInfo.swift b/Sources/TDLibKit/Generated/Models/ChatStatisticsMessageSenderInfo.swift index c7cf6702e9..d4148e4a1d 100644 --- a/Sources/TDLibKit/Generated/Models/ChatStatisticsMessageSenderInfo.swift +++ b/Sources/TDLibKit/Generated/Models/ChatStatisticsMessageSenderInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatTheme.swift b/Sources/TDLibKit/Generated/Models/ChatTheme.swift index ae7d3839fd..9013ca7215 100644 --- a/Sources/TDLibKit/Generated/Models/ChatTheme.swift +++ b/Sources/TDLibKit/Generated/Models/ChatTheme.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatType.swift b/Sources/TDLibKit/Generated/Models/ChatType.swift index 45566fae15..8eeeb395b2 100644 --- a/Sources/TDLibKit/Generated/Models/ChatType.swift +++ b/Sources/TDLibKit/Generated/Models/ChatType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Chats.swift b/Sources/TDLibKit/Generated/Models/Chats.swift index 4256917f16..646b147325 100644 --- a/Sources/TDLibKit/Generated/Models/Chats.swift +++ b/Sources/TDLibKit/Generated/Models/Chats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ChatsNearby.swift b/Sources/TDLibKit/Generated/Models/ChatsNearby.swift index 6869878c63..29424dbaf4 100644 --- a/Sources/TDLibKit/Generated/Models/ChatsNearby.swift +++ b/Sources/TDLibKit/Generated/Models/ChatsNearby.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckAuthenticationBotToken.swift b/Sources/TDLibKit/Generated/Models/CheckAuthenticationBotToken.swift index cc04fdfc31..9dc56430e0 100644 --- a/Sources/TDLibKit/Generated/Models/CheckAuthenticationBotToken.swift +++ b/Sources/TDLibKit/Generated/Models/CheckAuthenticationBotToken.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckAuthenticationCode.swift b/Sources/TDLibKit/Generated/Models/CheckAuthenticationCode.swift index 96643bcb37..21b9cfdc80 100644 --- a/Sources/TDLibKit/Generated/Models/CheckAuthenticationCode.swift +++ b/Sources/TDLibKit/Generated/Models/CheckAuthenticationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckAuthenticationPassword.swift b/Sources/TDLibKit/Generated/Models/CheckAuthenticationPassword.swift index 8625a376eb..22f318e919 100644 --- a/Sources/TDLibKit/Generated/Models/CheckAuthenticationPassword.swift +++ b/Sources/TDLibKit/Generated/Models/CheckAuthenticationPassword.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckAuthenticationPasswordRecoveryCode.swift b/Sources/TDLibKit/Generated/Models/CheckAuthenticationPasswordRecoveryCode.swift index 1ead79fb86..ace75627a7 100644 --- a/Sources/TDLibKit/Generated/Models/CheckAuthenticationPasswordRecoveryCode.swift +++ b/Sources/TDLibKit/Generated/Models/CheckAuthenticationPasswordRecoveryCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckChangePhoneNumberCode.swift b/Sources/TDLibKit/Generated/Models/CheckChangePhoneNumberCode.swift index 3f6dcef544..add037416b 100644 --- a/Sources/TDLibKit/Generated/Models/CheckChangePhoneNumberCode.swift +++ b/Sources/TDLibKit/Generated/Models/CheckChangePhoneNumberCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckChatInviteLink.swift b/Sources/TDLibKit/Generated/Models/CheckChatInviteLink.swift index 6499a7d779..0831cbffb5 100644 --- a/Sources/TDLibKit/Generated/Models/CheckChatInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/CheckChatInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckChatUsername.swift b/Sources/TDLibKit/Generated/Models/CheckChatUsername.swift index 0681e79e94..a6f101437a 100644 --- a/Sources/TDLibKit/Generated/Models/CheckChatUsername.swift +++ b/Sources/TDLibKit/Generated/Models/CheckChatUsername.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckChatUsernameResult.swift b/Sources/TDLibKit/Generated/Models/CheckChatUsernameResult.swift index 8e603cd2fa..85a7103cf0 100644 --- a/Sources/TDLibKit/Generated/Models/CheckChatUsernameResult.swift +++ b/Sources/TDLibKit/Generated/Models/CheckChatUsernameResult.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckCreatedPublicChatsLimit.swift b/Sources/TDLibKit/Generated/Models/CheckCreatedPublicChatsLimit.swift index 34973cf8a4..3b4c4e2a6d 100644 --- a/Sources/TDLibKit/Generated/Models/CheckCreatedPublicChatsLimit.swift +++ b/Sources/TDLibKit/Generated/Models/CheckCreatedPublicChatsLimit.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckDatabaseEncryptionKey.swift b/Sources/TDLibKit/Generated/Models/CheckDatabaseEncryptionKey.swift index b697f76e9a..bd8fbb701c 100644 --- a/Sources/TDLibKit/Generated/Models/CheckDatabaseEncryptionKey.swift +++ b/Sources/TDLibKit/Generated/Models/CheckDatabaseEncryptionKey.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckEmailAddressVerificationCode.swift b/Sources/TDLibKit/Generated/Models/CheckEmailAddressVerificationCode.swift index 444bc18156..708922864a 100644 --- a/Sources/TDLibKit/Generated/Models/CheckEmailAddressVerificationCode.swift +++ b/Sources/TDLibKit/Generated/Models/CheckEmailAddressVerificationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckPasswordRecoveryCode.swift b/Sources/TDLibKit/Generated/Models/CheckPasswordRecoveryCode.swift index f538b733ac..5f915cd0f1 100644 --- a/Sources/TDLibKit/Generated/Models/CheckPasswordRecoveryCode.swift +++ b/Sources/TDLibKit/Generated/Models/CheckPasswordRecoveryCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckPhoneNumberConfirmationCode.swift b/Sources/TDLibKit/Generated/Models/CheckPhoneNumberConfirmationCode.swift index 15a0e79d3a..a642d8151f 100644 --- a/Sources/TDLibKit/Generated/Models/CheckPhoneNumberConfirmationCode.swift +++ b/Sources/TDLibKit/Generated/Models/CheckPhoneNumberConfirmationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckPhoneNumberVerificationCode.swift b/Sources/TDLibKit/Generated/Models/CheckPhoneNumberVerificationCode.swift index 445eaabe2a..c90e84d7d5 100644 --- a/Sources/TDLibKit/Generated/Models/CheckPhoneNumberVerificationCode.swift +++ b/Sources/TDLibKit/Generated/Models/CheckPhoneNumberVerificationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckRecoveryEmailAddressCode.swift b/Sources/TDLibKit/Generated/Models/CheckRecoveryEmailAddressCode.swift index 4b05fda4e3..e5a12365a6 100644 --- a/Sources/TDLibKit/Generated/Models/CheckRecoveryEmailAddressCode.swift +++ b/Sources/TDLibKit/Generated/Models/CheckRecoveryEmailAddressCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckStickerSetName.swift b/Sources/TDLibKit/Generated/Models/CheckStickerSetName.swift index 1e5b634855..5b41f1476d 100644 --- a/Sources/TDLibKit/Generated/Models/CheckStickerSetName.swift +++ b/Sources/TDLibKit/Generated/Models/CheckStickerSetName.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CheckStickerSetNameResult.swift b/Sources/TDLibKit/Generated/Models/CheckStickerSetNameResult.swift index 42ff8b97d8..2361a08ded 100644 --- a/Sources/TDLibKit/Generated/Models/CheckStickerSetNameResult.swift +++ b/Sources/TDLibKit/Generated/Models/CheckStickerSetNameResult.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CleanFileName.swift b/Sources/TDLibKit/Generated/Models/CleanFileName.swift index 7abdbf48f6..d493d889d5 100644 --- a/Sources/TDLibKit/Generated/Models/CleanFileName.swift +++ b/Sources/TDLibKit/Generated/Models/CleanFileName.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ClearAllDraftMessages.swift b/Sources/TDLibKit/Generated/Models/ClearAllDraftMessages.swift index 7d48f1093b..2559d5810c 100644 --- a/Sources/TDLibKit/Generated/Models/ClearAllDraftMessages.swift +++ b/Sources/TDLibKit/Generated/Models/ClearAllDraftMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ClearImportedContacts.swift b/Sources/TDLibKit/Generated/Models/ClearImportedContacts.swift index 8adf0d96cd..9eea3e4224 100644 --- a/Sources/TDLibKit/Generated/Models/ClearImportedContacts.swift +++ b/Sources/TDLibKit/Generated/Models/ClearImportedContacts.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ClearRecentStickers.swift b/Sources/TDLibKit/Generated/Models/ClearRecentStickers.swift index 3e0968146f..724f27129b 100644 --- a/Sources/TDLibKit/Generated/Models/ClearRecentStickers.swift +++ b/Sources/TDLibKit/Generated/Models/ClearRecentStickers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ClearRecentlyFoundChats.swift b/Sources/TDLibKit/Generated/Models/ClearRecentlyFoundChats.swift index 9a5f94cff4..645f835b36 100644 --- a/Sources/TDLibKit/Generated/Models/ClearRecentlyFoundChats.swift +++ b/Sources/TDLibKit/Generated/Models/ClearRecentlyFoundChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ClickAnimatedEmojiMessage.swift b/Sources/TDLibKit/Generated/Models/ClickAnimatedEmojiMessage.swift index a3e93ecd81..6839c80f9f 100644 --- a/Sources/TDLibKit/Generated/Models/ClickAnimatedEmojiMessage.swift +++ b/Sources/TDLibKit/Generated/Models/ClickAnimatedEmojiMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Close.swift b/Sources/TDLibKit/Generated/Models/Close.swift index 9e1ad652eb..43238154ce 100644 --- a/Sources/TDLibKit/Generated/Models/Close.swift +++ b/Sources/TDLibKit/Generated/Models/Close.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CloseChat.swift b/Sources/TDLibKit/Generated/Models/CloseChat.swift index a531307174..1130a3c3ff 100644 --- a/Sources/TDLibKit/Generated/Models/CloseChat.swift +++ b/Sources/TDLibKit/Generated/Models/CloseChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CloseSecretChat.swift b/Sources/TDLibKit/Generated/Models/CloseSecretChat.swift index 96baf383bb..9699a866ba 100644 --- a/Sources/TDLibKit/Generated/Models/CloseSecretChat.swift +++ b/Sources/TDLibKit/Generated/Models/CloseSecretChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ClosedVectorPath.swift b/Sources/TDLibKit/Generated/Models/ClosedVectorPath.swift index 3d62dbdf8b..18204b650a 100644 --- a/Sources/TDLibKit/Generated/Models/ClosedVectorPath.swift +++ b/Sources/TDLibKit/Generated/Models/ClosedVectorPath.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ConfirmQrCodeAuthentication.swift b/Sources/TDLibKit/Generated/Models/ConfirmQrCodeAuthentication.swift index 053609d28f..4c610b1826 100644 --- a/Sources/TDLibKit/Generated/Models/ConfirmQrCodeAuthentication.swift +++ b/Sources/TDLibKit/Generated/Models/ConfirmQrCodeAuthentication.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ConnectedWebsite.swift b/Sources/TDLibKit/Generated/Models/ConnectedWebsite.swift index d689ef4a53..91bc00737c 100644 --- a/Sources/TDLibKit/Generated/Models/ConnectedWebsite.swift +++ b/Sources/TDLibKit/Generated/Models/ConnectedWebsite.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ConnectedWebsites.swift b/Sources/TDLibKit/Generated/Models/ConnectedWebsites.swift index 1bf968aa4e..19c2f5f09d 100644 --- a/Sources/TDLibKit/Generated/Models/ConnectedWebsites.swift +++ b/Sources/TDLibKit/Generated/Models/ConnectedWebsites.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ConnectionState.swift b/Sources/TDLibKit/Generated/Models/ConnectionState.swift index b21e474804..23e9d049c3 100644 --- a/Sources/TDLibKit/Generated/Models/ConnectionState.swift +++ b/Sources/TDLibKit/Generated/Models/ConnectionState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Contact.swift b/Sources/TDLibKit/Generated/Models/Contact.swift index 39c7d00c78..458c7c9fb7 100644 --- a/Sources/TDLibKit/Generated/Models/Contact.swift +++ b/Sources/TDLibKit/Generated/Models/Contact.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Count.swift b/Sources/TDLibKit/Generated/Models/Count.swift index c07a5960e7..e7a58db517 100644 --- a/Sources/TDLibKit/Generated/Models/Count.swift +++ b/Sources/TDLibKit/Generated/Models/Count.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Countries.swift b/Sources/TDLibKit/Generated/Models/Countries.swift index 56185e68d8..9f153de028 100644 --- a/Sources/TDLibKit/Generated/Models/Countries.swift +++ b/Sources/TDLibKit/Generated/Models/Countries.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CountryInfo.swift b/Sources/TDLibKit/Generated/Models/CountryInfo.swift index fb8439d9a6..6ea956e4da 100644 --- a/Sources/TDLibKit/Generated/Models/CountryInfo.swift +++ b/Sources/TDLibKit/Generated/Models/CountryInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateBasicGroupChat.swift b/Sources/TDLibKit/Generated/Models/CreateBasicGroupChat.swift index e4b185a740..1c7e01aaa4 100644 --- a/Sources/TDLibKit/Generated/Models/CreateBasicGroupChat.swift +++ b/Sources/TDLibKit/Generated/Models/CreateBasicGroupChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateCall.swift b/Sources/TDLibKit/Generated/Models/CreateCall.swift index 0fe707f063..f33598ee51 100644 --- a/Sources/TDLibKit/Generated/Models/CreateCall.swift +++ b/Sources/TDLibKit/Generated/Models/CreateCall.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateChatFilter.swift b/Sources/TDLibKit/Generated/Models/CreateChatFilter.swift index 5a7c2b5a6e..f06a31a1a1 100644 --- a/Sources/TDLibKit/Generated/Models/CreateChatFilter.swift +++ b/Sources/TDLibKit/Generated/Models/CreateChatFilter.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateChatInviteLink.swift b/Sources/TDLibKit/Generated/Models/CreateChatInviteLink.swift index b88a9e6c5f..f2bd3af50e 100644 --- a/Sources/TDLibKit/Generated/Models/CreateChatInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/CreateChatInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateNewBasicGroupChat.swift b/Sources/TDLibKit/Generated/Models/CreateNewBasicGroupChat.swift index ed20f1635c..c7eee747dd 100644 --- a/Sources/TDLibKit/Generated/Models/CreateNewBasicGroupChat.swift +++ b/Sources/TDLibKit/Generated/Models/CreateNewBasicGroupChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateNewSecretChat.swift b/Sources/TDLibKit/Generated/Models/CreateNewSecretChat.swift index 3a154a59c8..e6b919f0b5 100644 --- a/Sources/TDLibKit/Generated/Models/CreateNewSecretChat.swift +++ b/Sources/TDLibKit/Generated/Models/CreateNewSecretChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateNewStickerSet.swift b/Sources/TDLibKit/Generated/Models/CreateNewStickerSet.swift index 706520d759..f82863ada1 100644 --- a/Sources/TDLibKit/Generated/Models/CreateNewStickerSet.swift +++ b/Sources/TDLibKit/Generated/Models/CreateNewStickerSet.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateNewSupergroupChat.swift b/Sources/TDLibKit/Generated/Models/CreateNewSupergroupChat.swift index dd195eeadc..646f92241a 100644 --- a/Sources/TDLibKit/Generated/Models/CreateNewSupergroupChat.swift +++ b/Sources/TDLibKit/Generated/Models/CreateNewSupergroupChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreatePrivateChat.swift b/Sources/TDLibKit/Generated/Models/CreatePrivateChat.swift index 67987023f3..de4407f872 100644 --- a/Sources/TDLibKit/Generated/Models/CreatePrivateChat.swift +++ b/Sources/TDLibKit/Generated/Models/CreatePrivateChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateSecretChat.swift b/Sources/TDLibKit/Generated/Models/CreateSecretChat.swift index c20dfcb844..9cd7a46f12 100644 --- a/Sources/TDLibKit/Generated/Models/CreateSecretChat.swift +++ b/Sources/TDLibKit/Generated/Models/CreateSecretChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateSupergroupChat.swift b/Sources/TDLibKit/Generated/Models/CreateSupergroupChat.swift index e1fde90c0b..256f5fcf57 100644 --- a/Sources/TDLibKit/Generated/Models/CreateSupergroupChat.swift +++ b/Sources/TDLibKit/Generated/Models/CreateSupergroupChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateTemporaryPassword.swift b/Sources/TDLibKit/Generated/Models/CreateTemporaryPassword.swift index 3e1dbaed2e..a5f3aef96d 100644 --- a/Sources/TDLibKit/Generated/Models/CreateTemporaryPassword.swift +++ b/Sources/TDLibKit/Generated/Models/CreateTemporaryPassword.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CreateVoiceChat.swift b/Sources/TDLibKit/Generated/Models/CreateVoiceChat.swift index f130c34952..da7eef49b6 100644 --- a/Sources/TDLibKit/Generated/Models/CreateVoiceChat.swift +++ b/Sources/TDLibKit/Generated/Models/CreateVoiceChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/CustomRequestResult.swift b/Sources/TDLibKit/Generated/Models/CustomRequestResult.swift index 7e20b3b371..4034bcd1bc 100644 --- a/Sources/TDLibKit/Generated/Models/CustomRequestResult.swift +++ b/Sources/TDLibKit/Generated/Models/CustomRequestResult.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DatabaseStatistics.swift b/Sources/TDLibKit/Generated/Models/DatabaseStatistics.swift index dc94031406..a3f868f257 100644 --- a/Sources/TDLibKit/Generated/Models/DatabaseStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/DatabaseStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Date.swift b/Sources/TDLibKit/Generated/Models/Date.swift index d4919d803a..e6ff00b4eb 100644 --- a/Sources/TDLibKit/Generated/Models/Date.swift +++ b/Sources/TDLibKit/Generated/Models/Date.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DateRange.swift b/Sources/TDLibKit/Generated/Models/DateRange.swift index 1f1a1614fe..cc78fbacaa 100644 --- a/Sources/TDLibKit/Generated/Models/DateRange.swift +++ b/Sources/TDLibKit/Generated/Models/DateRange.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DatedFile.swift b/Sources/TDLibKit/Generated/Models/DatedFile.swift index d61229daf0..34ed3ca9d0 100644 --- a/Sources/TDLibKit/Generated/Models/DatedFile.swift +++ b/Sources/TDLibKit/Generated/Models/DatedFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeepLinkInfo.swift b/Sources/TDLibKit/Generated/Models/DeepLinkInfo.swift index 83fcb98153..5c9aa08316 100644 --- a/Sources/TDLibKit/Generated/Models/DeepLinkInfo.swift +++ b/Sources/TDLibKit/Generated/Models/DeepLinkInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteAccount.swift b/Sources/TDLibKit/Generated/Models/DeleteAccount.swift index c72931774e..9bc95bd2b3 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteAccount.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteAccount.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteAllCallMessages.swift b/Sources/TDLibKit/Generated/Models/DeleteAllCallMessages.swift index 6120c5928f..fd45e3f1b5 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteAllCallMessages.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteAllCallMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteAllRevokedChatInviteLinks.swift b/Sources/TDLibKit/Generated/Models/DeleteAllRevokedChatInviteLinks.swift index c16a5c9044..8892b9d6e9 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteAllRevokedChatInviteLinks.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteAllRevokedChatInviteLinks.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteChat.swift b/Sources/TDLibKit/Generated/Models/DeleteChat.swift index 041cab2c07..36d54227ef 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteChat.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteChatFilter.swift b/Sources/TDLibKit/Generated/Models/DeleteChatFilter.swift index e0a4a32e05..414580bd4b 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteChatFilter.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteChatFilter.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteChatHistory.swift b/Sources/TDLibKit/Generated/Models/DeleteChatHistory.swift index cc3f5d0ef9..c1c26fced1 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteChatHistory.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteChatHistory.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteChatMessagesFromUser.swift b/Sources/TDLibKit/Generated/Models/DeleteChatMessagesFromUser.swift index d7be67011b..35d5aea43f 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteChatMessagesFromUser.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteChatMessagesFromUser.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteChatReplyMarkup.swift b/Sources/TDLibKit/Generated/Models/DeleteChatReplyMarkup.swift index 07cd2d76b4..9a77d55e90 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteChatReplyMarkup.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteChatReplyMarkup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteCommands.swift b/Sources/TDLibKit/Generated/Models/DeleteCommands.swift index f1cf9a8556..a238c30384 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteCommands.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteCommands.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteFile.swift b/Sources/TDLibKit/Generated/Models/DeleteFile.swift index 58693def92..7a62767fca 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteFile.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteLanguagePack.swift b/Sources/TDLibKit/Generated/Models/DeleteLanguagePack.swift index a66dd9e801..8c02e90a88 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteLanguagePack.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteLanguagePack.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteMessages.swift b/Sources/TDLibKit/Generated/Models/DeleteMessages.swift index 933352fe38..327ef8c161 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteMessages.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeletePassportElement.swift b/Sources/TDLibKit/Generated/Models/DeletePassportElement.swift index 87043ef82e..3bdf0a7946 100644 --- a/Sources/TDLibKit/Generated/Models/DeletePassportElement.swift +++ b/Sources/TDLibKit/Generated/Models/DeletePassportElement.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteProfilePhoto.swift b/Sources/TDLibKit/Generated/Models/DeleteProfilePhoto.swift index f821416573..bec1267f85 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteProfilePhoto.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteProfilePhoto.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteRevokedChatInviteLink.swift b/Sources/TDLibKit/Generated/Models/DeleteRevokedChatInviteLink.swift index b3935d503c..ecdc3a680c 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteRevokedChatInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteRevokedChatInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteSavedCredentials.swift b/Sources/TDLibKit/Generated/Models/DeleteSavedCredentials.swift index a61b06d354..315ae5f4f1 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteSavedCredentials.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteSavedCredentials.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeleteSavedOrderInfo.swift b/Sources/TDLibKit/Generated/Models/DeleteSavedOrderInfo.swift index a502f9aa22..89f8319f52 100644 --- a/Sources/TDLibKit/Generated/Models/DeleteSavedOrderInfo.swift +++ b/Sources/TDLibKit/Generated/Models/DeleteSavedOrderInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Destroy.swift b/Sources/TDLibKit/Generated/Models/Destroy.swift index 21ade71313..e50389e6a5 100644 --- a/Sources/TDLibKit/Generated/Models/Destroy.swift +++ b/Sources/TDLibKit/Generated/Models/Destroy.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DeviceToken.swift b/Sources/TDLibKit/Generated/Models/DeviceToken.swift index 156b0eb2d2..75eb328b37 100644 --- a/Sources/TDLibKit/Generated/Models/DeviceToken.swift +++ b/Sources/TDLibKit/Generated/Models/DeviceToken.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DiceStickers.swift b/Sources/TDLibKit/Generated/Models/DiceStickers.swift index 3c8a198c16..ce2dd73649 100644 --- a/Sources/TDLibKit/Generated/Models/DiceStickers.swift +++ b/Sources/TDLibKit/Generated/Models/DiceStickers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DisableProxy.swift b/Sources/TDLibKit/Generated/Models/DisableProxy.swift index 5eec157665..d82e5e1a0d 100644 --- a/Sources/TDLibKit/Generated/Models/DisableProxy.swift +++ b/Sources/TDLibKit/Generated/Models/DisableProxy.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DiscardCall.swift b/Sources/TDLibKit/Generated/Models/DiscardCall.swift index 939d3e572b..f58d6f6688 100644 --- a/Sources/TDLibKit/Generated/Models/DiscardCall.swift +++ b/Sources/TDLibKit/Generated/Models/DiscardCall.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DiscardGroupCall.swift b/Sources/TDLibKit/Generated/Models/DiscardGroupCall.swift index c8c152f403..fff25dc42f 100644 --- a/Sources/TDLibKit/Generated/Models/DiscardGroupCall.swift +++ b/Sources/TDLibKit/Generated/Models/DiscardGroupCall.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DisconnectAllWebsites.swift b/Sources/TDLibKit/Generated/Models/DisconnectAllWebsites.swift index 121958d315..ba0fe4c405 100644 --- a/Sources/TDLibKit/Generated/Models/DisconnectAllWebsites.swift +++ b/Sources/TDLibKit/Generated/Models/DisconnectAllWebsites.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DisconnectWebsite.swift b/Sources/TDLibKit/Generated/Models/DisconnectWebsite.swift index 171359c3d5..076773359c 100644 --- a/Sources/TDLibKit/Generated/Models/DisconnectWebsite.swift +++ b/Sources/TDLibKit/Generated/Models/DisconnectWebsite.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Document.swift b/Sources/TDLibKit/Generated/Models/Document.swift index d5de53058e..66be6bb76a 100644 --- a/Sources/TDLibKit/Generated/Models/Document.swift +++ b/Sources/TDLibKit/Generated/Models/Document.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DownloadFile.swift b/Sources/TDLibKit/Generated/Models/DownloadFile.swift index 5734a894cc..22b056b452 100644 --- a/Sources/TDLibKit/Generated/Models/DownloadFile.swift +++ b/Sources/TDLibKit/Generated/Models/DownloadFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/DraftMessage.swift b/Sources/TDLibKit/Generated/Models/DraftMessage.swift index ad2d1b6912..0552ef0423 100644 --- a/Sources/TDLibKit/Generated/Models/DraftMessage.swift +++ b/Sources/TDLibKit/Generated/Models/DraftMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditChatFilter.swift b/Sources/TDLibKit/Generated/Models/EditChatFilter.swift index 6673775cbb..c807fe005f 100644 --- a/Sources/TDLibKit/Generated/Models/EditChatFilter.swift +++ b/Sources/TDLibKit/Generated/Models/EditChatFilter.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditChatInviteLink.swift b/Sources/TDLibKit/Generated/Models/EditChatInviteLink.swift index 076478d172..319a1805e2 100644 --- a/Sources/TDLibKit/Generated/Models/EditChatInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/EditChatInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditCustomLanguagePackInfo.swift b/Sources/TDLibKit/Generated/Models/EditCustomLanguagePackInfo.swift index d7e8c82ac8..9225d78e38 100644 --- a/Sources/TDLibKit/Generated/Models/EditCustomLanguagePackInfo.swift +++ b/Sources/TDLibKit/Generated/Models/EditCustomLanguagePackInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditInlineMessageCaption.swift b/Sources/TDLibKit/Generated/Models/EditInlineMessageCaption.swift index fe7559737c..7656718e98 100644 --- a/Sources/TDLibKit/Generated/Models/EditInlineMessageCaption.swift +++ b/Sources/TDLibKit/Generated/Models/EditInlineMessageCaption.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditInlineMessageLiveLocation.swift b/Sources/TDLibKit/Generated/Models/EditInlineMessageLiveLocation.swift index 81c10cb40f..90e955e531 100644 --- a/Sources/TDLibKit/Generated/Models/EditInlineMessageLiveLocation.swift +++ b/Sources/TDLibKit/Generated/Models/EditInlineMessageLiveLocation.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditInlineMessageMedia.swift b/Sources/TDLibKit/Generated/Models/EditInlineMessageMedia.swift index 4ea508b3ad..2020171804 100644 --- a/Sources/TDLibKit/Generated/Models/EditInlineMessageMedia.swift +++ b/Sources/TDLibKit/Generated/Models/EditInlineMessageMedia.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditInlineMessageReplyMarkup.swift b/Sources/TDLibKit/Generated/Models/EditInlineMessageReplyMarkup.swift index d0f3801ea8..165d1273a0 100644 --- a/Sources/TDLibKit/Generated/Models/EditInlineMessageReplyMarkup.swift +++ b/Sources/TDLibKit/Generated/Models/EditInlineMessageReplyMarkup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditInlineMessageText.swift b/Sources/TDLibKit/Generated/Models/EditInlineMessageText.swift index 65a5b1e033..720219e4e0 100644 --- a/Sources/TDLibKit/Generated/Models/EditInlineMessageText.swift +++ b/Sources/TDLibKit/Generated/Models/EditInlineMessageText.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditMessageCaption.swift b/Sources/TDLibKit/Generated/Models/EditMessageCaption.swift index c3b9f51d55..847bd3f144 100644 --- a/Sources/TDLibKit/Generated/Models/EditMessageCaption.swift +++ b/Sources/TDLibKit/Generated/Models/EditMessageCaption.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditMessageLiveLocation.swift b/Sources/TDLibKit/Generated/Models/EditMessageLiveLocation.swift index af63d0b110..fabfb9a962 100644 --- a/Sources/TDLibKit/Generated/Models/EditMessageLiveLocation.swift +++ b/Sources/TDLibKit/Generated/Models/EditMessageLiveLocation.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditMessageMedia.swift b/Sources/TDLibKit/Generated/Models/EditMessageMedia.swift index 9ea4cf19bd..8e2e307af3 100644 --- a/Sources/TDLibKit/Generated/Models/EditMessageMedia.swift +++ b/Sources/TDLibKit/Generated/Models/EditMessageMedia.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditMessageReplyMarkup.swift b/Sources/TDLibKit/Generated/Models/EditMessageReplyMarkup.swift index 7a9b07a0f0..ac5bb594d6 100644 --- a/Sources/TDLibKit/Generated/Models/EditMessageReplyMarkup.swift +++ b/Sources/TDLibKit/Generated/Models/EditMessageReplyMarkup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditMessageSchedulingState.swift b/Sources/TDLibKit/Generated/Models/EditMessageSchedulingState.swift index 1ef5af7a26..6758fcae54 100644 --- a/Sources/TDLibKit/Generated/Models/EditMessageSchedulingState.swift +++ b/Sources/TDLibKit/Generated/Models/EditMessageSchedulingState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditMessageText.swift b/Sources/TDLibKit/Generated/Models/EditMessageText.swift index 8fc54dcfff..90c43c9af8 100644 --- a/Sources/TDLibKit/Generated/Models/EditMessageText.swift +++ b/Sources/TDLibKit/Generated/Models/EditMessageText.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EditProxy.swift b/Sources/TDLibKit/Generated/Models/EditProxy.swift index 0a06f71e85..d410e96c52 100644 --- a/Sources/TDLibKit/Generated/Models/EditProxy.swift +++ b/Sources/TDLibKit/Generated/Models/EditProxy.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EmailAddressAuthenticationCodeInfo.swift b/Sources/TDLibKit/Generated/Models/EmailAddressAuthenticationCodeInfo.swift index 26a851d6e0..ce607d23bd 100644 --- a/Sources/TDLibKit/Generated/Models/EmailAddressAuthenticationCodeInfo.swift +++ b/Sources/TDLibKit/Generated/Models/EmailAddressAuthenticationCodeInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Emojis.swift b/Sources/TDLibKit/Generated/Models/Emojis.swift index 0afda39eb7..5bb73355af 100644 --- a/Sources/TDLibKit/Generated/Models/Emojis.swift +++ b/Sources/TDLibKit/Generated/Models/Emojis.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EnableProxy.swift b/Sources/TDLibKit/Generated/Models/EnableProxy.swift index 811fbaaadb..b0d754774f 100644 --- a/Sources/TDLibKit/Generated/Models/EnableProxy.swift +++ b/Sources/TDLibKit/Generated/Models/EnableProxy.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EncryptedCredentials.swift b/Sources/TDLibKit/Generated/Models/EncryptedCredentials.swift index 858987b00a..73bdcad3bf 100644 --- a/Sources/TDLibKit/Generated/Models/EncryptedCredentials.swift +++ b/Sources/TDLibKit/Generated/Models/EncryptedCredentials.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EncryptedPassportElement.swift b/Sources/TDLibKit/Generated/Models/EncryptedPassportElement.swift index 7ec5a9dcdd..4f15845c63 100644 --- a/Sources/TDLibKit/Generated/Models/EncryptedPassportElement.swift +++ b/Sources/TDLibKit/Generated/Models/EncryptedPassportElement.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EndGroupCallRecording.swift b/Sources/TDLibKit/Generated/Models/EndGroupCallRecording.swift index 556929e7bc..c14c32c6c5 100644 --- a/Sources/TDLibKit/Generated/Models/EndGroupCallRecording.swift +++ b/Sources/TDLibKit/Generated/Models/EndGroupCallRecording.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/EndGroupCallScreenSharing.swift b/Sources/TDLibKit/Generated/Models/EndGroupCallScreenSharing.swift index 7839e41853..bfd3b71acd 100644 --- a/Sources/TDLibKit/Generated/Models/EndGroupCallScreenSharing.swift +++ b/Sources/TDLibKit/Generated/Models/EndGroupCallScreenSharing.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Error.swift b/Sources/TDLibKit/Generated/Models/Error.swift index 1d1bce7460..8e5a102ddc 100644 --- a/Sources/TDLibKit/Generated/Models/Error.swift +++ b/Sources/TDLibKit/Generated/Models/Error.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/File.swift b/Sources/TDLibKit/Generated/Models/File.swift index c16545411f..e2c736a8a0 100644 --- a/Sources/TDLibKit/Generated/Models/File.swift +++ b/Sources/TDLibKit/Generated/Models/File.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/FilePart.swift b/Sources/TDLibKit/Generated/Models/FilePart.swift index 73c3bbb381..fdae043c3a 100644 --- a/Sources/TDLibKit/Generated/Models/FilePart.swift +++ b/Sources/TDLibKit/Generated/Models/FilePart.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/FileType.swift b/Sources/TDLibKit/Generated/Models/FileType.swift index 88ba4c9ebc..302b966ad6 100644 --- a/Sources/TDLibKit/Generated/Models/FileType.swift +++ b/Sources/TDLibKit/Generated/Models/FileType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/FinishFileGeneration.swift b/Sources/TDLibKit/Generated/Models/FinishFileGeneration.swift index 7939d46fa7..721b07570c 100644 --- a/Sources/TDLibKit/Generated/Models/FinishFileGeneration.swift +++ b/Sources/TDLibKit/Generated/Models/FinishFileGeneration.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/FormattedText.swift b/Sources/TDLibKit/Generated/Models/FormattedText.swift index f8038c7dfd..8f389d3b01 100644 --- a/Sources/TDLibKit/Generated/Models/FormattedText.swift +++ b/Sources/TDLibKit/Generated/Models/FormattedText.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ForwardMessages.swift b/Sources/TDLibKit/Generated/Models/ForwardMessages.swift index 6859015a3e..475ea99c9e 100644 --- a/Sources/TDLibKit/Generated/Models/ForwardMessages.swift +++ b/Sources/TDLibKit/Generated/Models/ForwardMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/FoundMessages.swift b/Sources/TDLibKit/Generated/Models/FoundMessages.swift index 9cf3372069..99340b9f07 100644 --- a/Sources/TDLibKit/Generated/Models/FoundMessages.swift +++ b/Sources/TDLibKit/Generated/Models/FoundMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Game.swift b/Sources/TDLibKit/Generated/Models/Game.swift index fa7b06f883..09d7372a05 100644 --- a/Sources/TDLibKit/Generated/Models/Game.swift +++ b/Sources/TDLibKit/Generated/Models/Game.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GameHighScore.swift b/Sources/TDLibKit/Generated/Models/GameHighScore.swift index 496939065e..4e3dd7e889 100644 --- a/Sources/TDLibKit/Generated/Models/GameHighScore.swift +++ b/Sources/TDLibKit/Generated/Models/GameHighScore.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GameHighScores.swift b/Sources/TDLibKit/Generated/Models/GameHighScores.swift index 9599aa3543..091e9450fd 100644 --- a/Sources/TDLibKit/Generated/Models/GameHighScores.swift +++ b/Sources/TDLibKit/Generated/Models/GameHighScores.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetAccountTtl.swift b/Sources/TDLibKit/Generated/Models/GetAccountTtl.swift index 5686fbccc8..ed4d12a660 100644 --- a/Sources/TDLibKit/Generated/Models/GetAccountTtl.swift +++ b/Sources/TDLibKit/Generated/Models/GetAccountTtl.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetActiveLiveLocationMessages.swift b/Sources/TDLibKit/Generated/Models/GetActiveLiveLocationMessages.swift index 9261b0167c..5666fe9c4c 100644 --- a/Sources/TDLibKit/Generated/Models/GetActiveLiveLocationMessages.swift +++ b/Sources/TDLibKit/Generated/Models/GetActiveLiveLocationMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetActiveSessions.swift b/Sources/TDLibKit/Generated/Models/GetActiveSessions.swift index 4cfec875a6..0f0566da46 100644 --- a/Sources/TDLibKit/Generated/Models/GetActiveSessions.swift +++ b/Sources/TDLibKit/Generated/Models/GetActiveSessions.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetAllPassportElements.swift b/Sources/TDLibKit/Generated/Models/GetAllPassportElements.swift index 6df2ece878..d144015f77 100644 --- a/Sources/TDLibKit/Generated/Models/GetAllPassportElements.swift +++ b/Sources/TDLibKit/Generated/Models/GetAllPassportElements.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetApplicationConfig.swift b/Sources/TDLibKit/Generated/Models/GetApplicationConfig.swift index c5ddc1523d..0c3061bc17 100644 --- a/Sources/TDLibKit/Generated/Models/GetApplicationConfig.swift +++ b/Sources/TDLibKit/Generated/Models/GetApplicationConfig.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetApplicationDownloadLink.swift b/Sources/TDLibKit/Generated/Models/GetApplicationDownloadLink.swift index e9c797eb5a..b0ab57c8f1 100644 --- a/Sources/TDLibKit/Generated/Models/GetApplicationDownloadLink.swift +++ b/Sources/TDLibKit/Generated/Models/GetApplicationDownloadLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetArchivedStickerSets.swift b/Sources/TDLibKit/Generated/Models/GetArchivedStickerSets.swift index 4fcba4d420..f94573ecaf 100644 --- a/Sources/TDLibKit/Generated/Models/GetArchivedStickerSets.swift +++ b/Sources/TDLibKit/Generated/Models/GetArchivedStickerSets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetAttachedStickerSets.swift b/Sources/TDLibKit/Generated/Models/GetAttachedStickerSets.swift index e22d56e47d..e6125f0307 100644 --- a/Sources/TDLibKit/Generated/Models/GetAttachedStickerSets.swift +++ b/Sources/TDLibKit/Generated/Models/GetAttachedStickerSets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetAuthorizationState.swift b/Sources/TDLibKit/Generated/Models/GetAuthorizationState.swift index c43aeb7625..3233c3a65a 100644 --- a/Sources/TDLibKit/Generated/Models/GetAuthorizationState.swift +++ b/Sources/TDLibKit/Generated/Models/GetAuthorizationState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetAutoDownloadSettingsPresets.swift b/Sources/TDLibKit/Generated/Models/GetAutoDownloadSettingsPresets.swift index 76fc01048d..80e375b6d7 100644 --- a/Sources/TDLibKit/Generated/Models/GetAutoDownloadSettingsPresets.swift +++ b/Sources/TDLibKit/Generated/Models/GetAutoDownloadSettingsPresets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetBackgroundUrl.swift b/Sources/TDLibKit/Generated/Models/GetBackgroundUrl.swift index e12e9337c2..39443b048c 100644 --- a/Sources/TDLibKit/Generated/Models/GetBackgroundUrl.swift +++ b/Sources/TDLibKit/Generated/Models/GetBackgroundUrl.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetBackgrounds.swift b/Sources/TDLibKit/Generated/Models/GetBackgrounds.swift index ba349b09af..f3e1d65071 100644 --- a/Sources/TDLibKit/Generated/Models/GetBackgrounds.swift +++ b/Sources/TDLibKit/Generated/Models/GetBackgrounds.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetBankCardInfo.swift b/Sources/TDLibKit/Generated/Models/GetBankCardInfo.swift index 7c666c9399..5b18566042 100644 --- a/Sources/TDLibKit/Generated/Models/GetBankCardInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetBankCardInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetBasicGroup.swift b/Sources/TDLibKit/Generated/Models/GetBasicGroup.swift index ffe7565641..fe3e156c6d 100644 --- a/Sources/TDLibKit/Generated/Models/GetBasicGroup.swift +++ b/Sources/TDLibKit/Generated/Models/GetBasicGroup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetBasicGroupFullInfo.swift b/Sources/TDLibKit/Generated/Models/GetBasicGroupFullInfo.swift index 3d0656c4be..7cead2a59f 100644 --- a/Sources/TDLibKit/Generated/Models/GetBasicGroupFullInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetBasicGroupFullInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetBlockedMessageSenders.swift b/Sources/TDLibKit/Generated/Models/GetBlockedMessageSenders.swift index 39c9db6416..66740423c0 100644 --- a/Sources/TDLibKit/Generated/Models/GetBlockedMessageSenders.swift +++ b/Sources/TDLibKit/Generated/Models/GetBlockedMessageSenders.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetCallbackQueryAnswer.swift b/Sources/TDLibKit/Generated/Models/GetCallbackQueryAnswer.swift index 36676a32eb..73f1b1ee52 100644 --- a/Sources/TDLibKit/Generated/Models/GetCallbackQueryAnswer.swift +++ b/Sources/TDLibKit/Generated/Models/GetCallbackQueryAnswer.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetCallbackQueryMessage.swift b/Sources/TDLibKit/Generated/Models/GetCallbackQueryMessage.swift index be90e0a9c0..01539a2d20 100644 --- a/Sources/TDLibKit/Generated/Models/GetCallbackQueryMessage.swift +++ b/Sources/TDLibKit/Generated/Models/GetCallbackQueryMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChat.swift b/Sources/TDLibKit/Generated/Models/GetChat.swift index 115b94c7c0..3eac9052a2 100644 --- a/Sources/TDLibKit/Generated/Models/GetChat.swift +++ b/Sources/TDLibKit/Generated/Models/GetChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatAdministrators.swift b/Sources/TDLibKit/Generated/Models/GetChatAdministrators.swift index e1a808d75a..4438995bb2 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatAdministrators.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatAdministrators.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatEventLog.swift b/Sources/TDLibKit/Generated/Models/GetChatEventLog.swift index b7d06cb801..91ff301185 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatEventLog.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatEventLog.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatFilter.swift b/Sources/TDLibKit/Generated/Models/GetChatFilter.swift index 9cf6d6ccca..38b7659f3e 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatFilter.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatFilter.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatFilterDefaultIconName.swift b/Sources/TDLibKit/Generated/Models/GetChatFilterDefaultIconName.swift index e0d5234fdd..ef0fa71b6d 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatFilterDefaultIconName.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatFilterDefaultIconName.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatHistory.swift b/Sources/TDLibKit/Generated/Models/GetChatHistory.swift index eacc98a711..ef4bb1b701 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatHistory.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatHistory.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatInviteLink.swift b/Sources/TDLibKit/Generated/Models/GetChatInviteLink.swift index 0634aff301..39e2f12037 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatInviteLinkCounts.swift b/Sources/TDLibKit/Generated/Models/GetChatInviteLinkCounts.swift index da8c7e4f45..c9e7911194 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatInviteLinkCounts.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatInviteLinkCounts.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatInviteLinkMembers.swift b/Sources/TDLibKit/Generated/Models/GetChatInviteLinkMembers.swift index b797973097..36c7c05772 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatInviteLinkMembers.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatInviteLinkMembers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatInviteLinks.swift b/Sources/TDLibKit/Generated/Models/GetChatInviteLinks.swift index 532d3318b7..f705e08e12 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatInviteLinks.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatInviteLinks.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatListsToAddChat.swift b/Sources/TDLibKit/Generated/Models/GetChatListsToAddChat.swift index 22f33e2424..0c12384848 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatListsToAddChat.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatListsToAddChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatMember.swift b/Sources/TDLibKit/Generated/Models/GetChatMember.swift index ae1aeafceb..03065f947c 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatMember.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatMember.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatMessageByDate.swift b/Sources/TDLibKit/Generated/Models/GetChatMessageByDate.swift index 1eb772d776..c0be4b3c76 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatMessageByDate.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatMessageByDate.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatMessageCount.swift b/Sources/TDLibKit/Generated/Models/GetChatMessageCount.swift index 5ddab7250c..dd93bb6423 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatMessageCount.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatMessageCount.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatNotificationSettingsExceptions.swift b/Sources/TDLibKit/Generated/Models/GetChatNotificationSettingsExceptions.swift index d4c59b6307..6d4a5d68aa 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatNotificationSettingsExceptions.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatNotificationSettingsExceptions.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatPinnedMessage.swift b/Sources/TDLibKit/Generated/Models/GetChatPinnedMessage.swift index 17716837df..db5ac90d31 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatPinnedMessage.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatPinnedMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatScheduledMessages.swift b/Sources/TDLibKit/Generated/Models/GetChatScheduledMessages.swift index 10e47631d9..3d79d079da 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatScheduledMessages.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatScheduledMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatSponsoredMessages.swift b/Sources/TDLibKit/Generated/Models/GetChatSponsoredMessages.swift index 834f71cea1..46aa2d44ba 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatSponsoredMessages.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatSponsoredMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChatStatistics.swift b/Sources/TDLibKit/Generated/Models/GetChatStatistics.swift index 17f2c43652..281d2343c0 100644 --- a/Sources/TDLibKit/Generated/Models/GetChatStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/GetChatStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetChats.swift b/Sources/TDLibKit/Generated/Models/GetChats.swift index 8678d1520d..5a7a244126 100644 --- a/Sources/TDLibKit/Generated/Models/GetChats.swift +++ b/Sources/TDLibKit/Generated/Models/GetChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetCommands.swift b/Sources/TDLibKit/Generated/Models/GetCommands.swift index f7ff5e3e78..1761c04f0e 100644 --- a/Sources/TDLibKit/Generated/Models/GetCommands.swift +++ b/Sources/TDLibKit/Generated/Models/GetCommands.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetConnectedWebsites.swift b/Sources/TDLibKit/Generated/Models/GetConnectedWebsites.swift index 430a7ea963..d62fde94f2 100644 --- a/Sources/TDLibKit/Generated/Models/GetConnectedWebsites.swift +++ b/Sources/TDLibKit/Generated/Models/GetConnectedWebsites.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetContacts.swift b/Sources/TDLibKit/Generated/Models/GetContacts.swift index 5ea26f9e7a..ab57426658 100644 --- a/Sources/TDLibKit/Generated/Models/GetContacts.swift +++ b/Sources/TDLibKit/Generated/Models/GetContacts.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetCountries.swift b/Sources/TDLibKit/Generated/Models/GetCountries.swift index 765821a583..d1054a99f3 100644 --- a/Sources/TDLibKit/Generated/Models/GetCountries.swift +++ b/Sources/TDLibKit/Generated/Models/GetCountries.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetCountryCode.swift b/Sources/TDLibKit/Generated/Models/GetCountryCode.swift index a24c5a70b5..bbde54cf2d 100644 --- a/Sources/TDLibKit/Generated/Models/GetCountryCode.swift +++ b/Sources/TDLibKit/Generated/Models/GetCountryCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetCreatedPublicChats.swift b/Sources/TDLibKit/Generated/Models/GetCreatedPublicChats.swift index 60ccbb4c87..a5d51f99fb 100644 --- a/Sources/TDLibKit/Generated/Models/GetCreatedPublicChats.swift +++ b/Sources/TDLibKit/Generated/Models/GetCreatedPublicChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetCurrentState.swift b/Sources/TDLibKit/Generated/Models/GetCurrentState.swift index 5b23fd6283..4e2139c491 100644 --- a/Sources/TDLibKit/Generated/Models/GetCurrentState.swift +++ b/Sources/TDLibKit/Generated/Models/GetCurrentState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetDatabaseStatistics.swift b/Sources/TDLibKit/Generated/Models/GetDatabaseStatistics.swift index cd08a3055f..7ade49dd68 100644 --- a/Sources/TDLibKit/Generated/Models/GetDatabaseStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/GetDatabaseStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetDeepLinkInfo.swift b/Sources/TDLibKit/Generated/Models/GetDeepLinkInfo.swift index 30fcdd5ee9..3143f91650 100644 --- a/Sources/TDLibKit/Generated/Models/GetDeepLinkInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetDeepLinkInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetEmojiSuggestionsUrl.swift b/Sources/TDLibKit/Generated/Models/GetEmojiSuggestionsUrl.swift index 9c9c576bb3..d31e7471a9 100644 --- a/Sources/TDLibKit/Generated/Models/GetEmojiSuggestionsUrl.swift +++ b/Sources/TDLibKit/Generated/Models/GetEmojiSuggestionsUrl.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetExternalLink.swift b/Sources/TDLibKit/Generated/Models/GetExternalLink.swift index d5017fd884..2e214e4a57 100644 --- a/Sources/TDLibKit/Generated/Models/GetExternalLink.swift +++ b/Sources/TDLibKit/Generated/Models/GetExternalLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetExternalLinkInfo.swift b/Sources/TDLibKit/Generated/Models/GetExternalLinkInfo.swift index 1186c23119..17ec596f1d 100644 --- a/Sources/TDLibKit/Generated/Models/GetExternalLinkInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetExternalLinkInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetFavoriteStickers.swift b/Sources/TDLibKit/Generated/Models/GetFavoriteStickers.swift index 15c951f78d..a6995eb736 100644 --- a/Sources/TDLibKit/Generated/Models/GetFavoriteStickers.swift +++ b/Sources/TDLibKit/Generated/Models/GetFavoriteStickers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetFile.swift b/Sources/TDLibKit/Generated/Models/GetFile.swift index d095582554..ae2bce4927 100644 --- a/Sources/TDLibKit/Generated/Models/GetFile.swift +++ b/Sources/TDLibKit/Generated/Models/GetFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetFileDownloadedPrefixSize.swift b/Sources/TDLibKit/Generated/Models/GetFileDownloadedPrefixSize.swift index 74c3469597..122cfbdfba 100644 --- a/Sources/TDLibKit/Generated/Models/GetFileDownloadedPrefixSize.swift +++ b/Sources/TDLibKit/Generated/Models/GetFileDownloadedPrefixSize.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetFileExtension.swift b/Sources/TDLibKit/Generated/Models/GetFileExtension.swift index 7455435e32..2337e816ae 100644 --- a/Sources/TDLibKit/Generated/Models/GetFileExtension.swift +++ b/Sources/TDLibKit/Generated/Models/GetFileExtension.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetFileMimeType.swift b/Sources/TDLibKit/Generated/Models/GetFileMimeType.swift index 3dcf0cd0be..4e38197476 100644 --- a/Sources/TDLibKit/Generated/Models/GetFileMimeType.swift +++ b/Sources/TDLibKit/Generated/Models/GetFileMimeType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetGameHighScores.swift b/Sources/TDLibKit/Generated/Models/GetGameHighScores.swift index 172c84b132..01386e4c0e 100644 --- a/Sources/TDLibKit/Generated/Models/GetGameHighScores.swift +++ b/Sources/TDLibKit/Generated/Models/GetGameHighScores.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetGroupCall.swift b/Sources/TDLibKit/Generated/Models/GetGroupCall.swift index e74822eee8..a035a57f54 100644 --- a/Sources/TDLibKit/Generated/Models/GetGroupCall.swift +++ b/Sources/TDLibKit/Generated/Models/GetGroupCall.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetGroupCallInviteLink.swift b/Sources/TDLibKit/Generated/Models/GetGroupCallInviteLink.swift index daad910d46..6e4235ed90 100644 --- a/Sources/TDLibKit/Generated/Models/GetGroupCallInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/GetGroupCallInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetGroupCallStreamSegment.swift b/Sources/TDLibKit/Generated/Models/GetGroupCallStreamSegment.swift index 03441c959a..f2854c44b7 100644 --- a/Sources/TDLibKit/Generated/Models/GetGroupCallStreamSegment.swift +++ b/Sources/TDLibKit/Generated/Models/GetGroupCallStreamSegment.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetGroupsInCommon.swift b/Sources/TDLibKit/Generated/Models/GetGroupsInCommon.swift index d09c6f9e3a..02a921e599 100644 --- a/Sources/TDLibKit/Generated/Models/GetGroupsInCommon.swift +++ b/Sources/TDLibKit/Generated/Models/GetGroupsInCommon.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetImportedContactCount.swift b/Sources/TDLibKit/Generated/Models/GetImportedContactCount.swift index 91ec6f363a..2bf6fb160d 100644 --- a/Sources/TDLibKit/Generated/Models/GetImportedContactCount.swift +++ b/Sources/TDLibKit/Generated/Models/GetImportedContactCount.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetInactiveSupergroupChats.swift b/Sources/TDLibKit/Generated/Models/GetInactiveSupergroupChats.swift index d9fe216a10..7f941b44cc 100644 --- a/Sources/TDLibKit/Generated/Models/GetInactiveSupergroupChats.swift +++ b/Sources/TDLibKit/Generated/Models/GetInactiveSupergroupChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetInlineGameHighScores.swift b/Sources/TDLibKit/Generated/Models/GetInlineGameHighScores.swift index 142a2cae9d..f08c499e83 100644 --- a/Sources/TDLibKit/Generated/Models/GetInlineGameHighScores.swift +++ b/Sources/TDLibKit/Generated/Models/GetInlineGameHighScores.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetInlineQueryResults.swift b/Sources/TDLibKit/Generated/Models/GetInlineQueryResults.swift index c2e79fbb44..7ba2dbb481 100644 --- a/Sources/TDLibKit/Generated/Models/GetInlineQueryResults.swift +++ b/Sources/TDLibKit/Generated/Models/GetInlineQueryResults.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetInstalledStickerSets.swift b/Sources/TDLibKit/Generated/Models/GetInstalledStickerSets.swift index 562dcdc3e7..aa8a7b8b75 100644 --- a/Sources/TDLibKit/Generated/Models/GetInstalledStickerSets.swift +++ b/Sources/TDLibKit/Generated/Models/GetInstalledStickerSets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetInternalLinkType.swift b/Sources/TDLibKit/Generated/Models/GetInternalLinkType.swift index 1acebb9be6..e60df53ebb 100644 --- a/Sources/TDLibKit/Generated/Models/GetInternalLinkType.swift +++ b/Sources/TDLibKit/Generated/Models/GetInternalLinkType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetJsonString.swift b/Sources/TDLibKit/Generated/Models/GetJsonString.swift index dfa0c07b6f..21fae88e11 100644 --- a/Sources/TDLibKit/Generated/Models/GetJsonString.swift +++ b/Sources/TDLibKit/Generated/Models/GetJsonString.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetJsonValue.swift b/Sources/TDLibKit/Generated/Models/GetJsonValue.swift index 48a1c59b9d..af7ec65d31 100644 --- a/Sources/TDLibKit/Generated/Models/GetJsonValue.swift +++ b/Sources/TDLibKit/Generated/Models/GetJsonValue.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetLanguagePackInfo.swift b/Sources/TDLibKit/Generated/Models/GetLanguagePackInfo.swift index c5317320dd..a2ce30a3cb 100644 --- a/Sources/TDLibKit/Generated/Models/GetLanguagePackInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetLanguagePackInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetLanguagePackString.swift b/Sources/TDLibKit/Generated/Models/GetLanguagePackString.swift index 7061c57f45..0b0620f09b 100644 --- a/Sources/TDLibKit/Generated/Models/GetLanguagePackString.swift +++ b/Sources/TDLibKit/Generated/Models/GetLanguagePackString.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetLanguagePackStrings.swift b/Sources/TDLibKit/Generated/Models/GetLanguagePackStrings.swift index aab81756c5..9b821a9d1c 100644 --- a/Sources/TDLibKit/Generated/Models/GetLanguagePackStrings.swift +++ b/Sources/TDLibKit/Generated/Models/GetLanguagePackStrings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetLocalizationTargetInfo.swift b/Sources/TDLibKit/Generated/Models/GetLocalizationTargetInfo.swift index 7c3b148246..40a2f8b515 100644 --- a/Sources/TDLibKit/Generated/Models/GetLocalizationTargetInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetLocalizationTargetInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetLogStream.swift b/Sources/TDLibKit/Generated/Models/GetLogStream.swift index dc4508a8d6..702caced29 100644 --- a/Sources/TDLibKit/Generated/Models/GetLogStream.swift +++ b/Sources/TDLibKit/Generated/Models/GetLogStream.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetLogTagVerbosityLevel.swift b/Sources/TDLibKit/Generated/Models/GetLogTagVerbosityLevel.swift index 6efc6dfe34..69b4020903 100644 --- a/Sources/TDLibKit/Generated/Models/GetLogTagVerbosityLevel.swift +++ b/Sources/TDLibKit/Generated/Models/GetLogTagVerbosityLevel.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetLogTags.swift b/Sources/TDLibKit/Generated/Models/GetLogTags.swift index 668b41d399..818b7d2fe4 100644 --- a/Sources/TDLibKit/Generated/Models/GetLogTags.swift +++ b/Sources/TDLibKit/Generated/Models/GetLogTags.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetLogVerbosityLevel.swift b/Sources/TDLibKit/Generated/Models/GetLogVerbosityLevel.swift index 06413e2645..17f981cf25 100644 --- a/Sources/TDLibKit/Generated/Models/GetLogVerbosityLevel.swift +++ b/Sources/TDLibKit/Generated/Models/GetLogVerbosityLevel.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetLoginUrl.swift b/Sources/TDLibKit/Generated/Models/GetLoginUrl.swift index 5c47716158..a17981465c 100644 --- a/Sources/TDLibKit/Generated/Models/GetLoginUrl.swift +++ b/Sources/TDLibKit/Generated/Models/GetLoginUrl.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetLoginUrlInfo.swift b/Sources/TDLibKit/Generated/Models/GetLoginUrlInfo.swift index 08a7349b4e..765e63204f 100644 --- a/Sources/TDLibKit/Generated/Models/GetLoginUrlInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetLoginUrlInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMapThumbnailFile.swift b/Sources/TDLibKit/Generated/Models/GetMapThumbnailFile.swift index d03b5561f4..9007d08017 100644 --- a/Sources/TDLibKit/Generated/Models/GetMapThumbnailFile.swift +++ b/Sources/TDLibKit/Generated/Models/GetMapThumbnailFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMarkdownText.swift b/Sources/TDLibKit/Generated/Models/GetMarkdownText.swift index f2acde74b5..5a2c9e14bf 100644 --- a/Sources/TDLibKit/Generated/Models/GetMarkdownText.swift +++ b/Sources/TDLibKit/Generated/Models/GetMarkdownText.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMe.swift b/Sources/TDLibKit/Generated/Models/GetMe.swift index 32552e156b..f932f8cea4 100644 --- a/Sources/TDLibKit/Generated/Models/GetMe.swift +++ b/Sources/TDLibKit/Generated/Models/GetMe.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessage.swift b/Sources/TDLibKit/Generated/Models/GetMessage.swift index 1bc4675307..4f581d4db6 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessage.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessageEmbeddingCode.swift b/Sources/TDLibKit/Generated/Models/GetMessageEmbeddingCode.swift index ac97d8ec31..672eaf905e 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessageEmbeddingCode.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessageEmbeddingCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessageFileType.swift b/Sources/TDLibKit/Generated/Models/GetMessageFileType.swift index 5bffe2fb7c..15c588ff85 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessageFileType.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessageFileType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessageImportConfirmationText.swift b/Sources/TDLibKit/Generated/Models/GetMessageImportConfirmationText.swift index 53130a5856..5664062d9a 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessageImportConfirmationText.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessageImportConfirmationText.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessageLink.swift b/Sources/TDLibKit/Generated/Models/GetMessageLink.swift index a157ea82af..fda480c202 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessageLink.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessageLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessageLinkInfo.swift b/Sources/TDLibKit/Generated/Models/GetMessageLinkInfo.swift index 01e4a12d33..d0ddfd40b6 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessageLinkInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessageLinkInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessageLocally.swift b/Sources/TDLibKit/Generated/Models/GetMessageLocally.swift index f9fda322f0..98e9de6f91 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessageLocally.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessageLocally.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessagePublicForwards.swift b/Sources/TDLibKit/Generated/Models/GetMessagePublicForwards.swift index 43235e0f1b..494bc44ffd 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessagePublicForwards.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessagePublicForwards.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessageStatistics.swift b/Sources/TDLibKit/Generated/Models/GetMessageStatistics.swift index fb321ff039..8c8e01565b 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessageStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessageStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessageThread.swift b/Sources/TDLibKit/Generated/Models/GetMessageThread.swift index 3db2dc78f8..2fe08503e9 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessageThread.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessageThread.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessageThreadHistory.swift b/Sources/TDLibKit/Generated/Models/GetMessageThreadHistory.swift index f9893e43ce..7e737d346a 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessageThreadHistory.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessageThreadHistory.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessageViewers.swift b/Sources/TDLibKit/Generated/Models/GetMessageViewers.swift index d1390f0c44..becbda91e4 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessageViewers.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessageViewers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetMessages.swift b/Sources/TDLibKit/Generated/Models/GetMessages.swift index 67304b93cb..8b3fe42685 100644 --- a/Sources/TDLibKit/Generated/Models/GetMessages.swift +++ b/Sources/TDLibKit/Generated/Models/GetMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetNetworkStatistics.swift b/Sources/TDLibKit/Generated/Models/GetNetworkStatistics.swift index fbfaf809d0..448173d54f 100644 --- a/Sources/TDLibKit/Generated/Models/GetNetworkStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/GetNetworkStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetOption.swift b/Sources/TDLibKit/Generated/Models/GetOption.swift index 33e089b9a9..1a688d6ba2 100644 --- a/Sources/TDLibKit/Generated/Models/GetOption.swift +++ b/Sources/TDLibKit/Generated/Models/GetOption.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPassportAuthorizationForm.swift b/Sources/TDLibKit/Generated/Models/GetPassportAuthorizationForm.swift index 24c8e31f6b..c631167d43 100644 --- a/Sources/TDLibKit/Generated/Models/GetPassportAuthorizationForm.swift +++ b/Sources/TDLibKit/Generated/Models/GetPassportAuthorizationForm.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPassportAuthorizationFormAvailableElements.swift b/Sources/TDLibKit/Generated/Models/GetPassportAuthorizationFormAvailableElements.swift index 0263a14988..4a6943d21f 100644 --- a/Sources/TDLibKit/Generated/Models/GetPassportAuthorizationFormAvailableElements.swift +++ b/Sources/TDLibKit/Generated/Models/GetPassportAuthorizationFormAvailableElements.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPassportElement.swift b/Sources/TDLibKit/Generated/Models/GetPassportElement.swift index 1912ccdd32..76908ab6a1 100644 --- a/Sources/TDLibKit/Generated/Models/GetPassportElement.swift +++ b/Sources/TDLibKit/Generated/Models/GetPassportElement.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPasswordState.swift b/Sources/TDLibKit/Generated/Models/GetPasswordState.swift index e843b105f1..411acb7d73 100644 --- a/Sources/TDLibKit/Generated/Models/GetPasswordState.swift +++ b/Sources/TDLibKit/Generated/Models/GetPasswordState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPaymentForm.swift b/Sources/TDLibKit/Generated/Models/GetPaymentForm.swift index 0c46295339..3767c5c273 100644 --- a/Sources/TDLibKit/Generated/Models/GetPaymentForm.swift +++ b/Sources/TDLibKit/Generated/Models/GetPaymentForm.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPaymentReceipt.swift b/Sources/TDLibKit/Generated/Models/GetPaymentReceipt.swift index 9e4ba8ddf7..acbd6ce7ff 100644 --- a/Sources/TDLibKit/Generated/Models/GetPaymentReceipt.swift +++ b/Sources/TDLibKit/Generated/Models/GetPaymentReceipt.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPhoneNumberInfo.swift b/Sources/TDLibKit/Generated/Models/GetPhoneNumberInfo.swift index 45c10a0886..fe2b1bd17a 100644 --- a/Sources/TDLibKit/Generated/Models/GetPhoneNumberInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetPhoneNumberInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPhoneNumberInfoSync.swift b/Sources/TDLibKit/Generated/Models/GetPhoneNumberInfoSync.swift index 8725b17813..793335462c 100644 --- a/Sources/TDLibKit/Generated/Models/GetPhoneNumberInfoSync.swift +++ b/Sources/TDLibKit/Generated/Models/GetPhoneNumberInfoSync.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPollVoters.swift b/Sources/TDLibKit/Generated/Models/GetPollVoters.swift index 55f26cca35..50d4da9f3c 100644 --- a/Sources/TDLibKit/Generated/Models/GetPollVoters.swift +++ b/Sources/TDLibKit/Generated/Models/GetPollVoters.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPreferredCountryLanguage.swift b/Sources/TDLibKit/Generated/Models/GetPreferredCountryLanguage.swift index 3281e759f9..795e2f180e 100644 --- a/Sources/TDLibKit/Generated/Models/GetPreferredCountryLanguage.swift +++ b/Sources/TDLibKit/Generated/Models/GetPreferredCountryLanguage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetProxies.swift b/Sources/TDLibKit/Generated/Models/GetProxies.swift index 907cffd28e..7e74ce42ee 100644 --- a/Sources/TDLibKit/Generated/Models/GetProxies.swift +++ b/Sources/TDLibKit/Generated/Models/GetProxies.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetProxyLink.swift b/Sources/TDLibKit/Generated/Models/GetProxyLink.swift index 4b9f8c7a0e..7bad1bc5a3 100644 --- a/Sources/TDLibKit/Generated/Models/GetProxyLink.swift +++ b/Sources/TDLibKit/Generated/Models/GetProxyLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetPushReceiverId.swift b/Sources/TDLibKit/Generated/Models/GetPushReceiverId.swift index b84cc8a240..02f38e2661 100644 --- a/Sources/TDLibKit/Generated/Models/GetPushReceiverId.swift +++ b/Sources/TDLibKit/Generated/Models/GetPushReceiverId.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetRecentInlineBots.swift b/Sources/TDLibKit/Generated/Models/GetRecentInlineBots.swift index 61354a6e49..3b03b8fc07 100644 --- a/Sources/TDLibKit/Generated/Models/GetRecentInlineBots.swift +++ b/Sources/TDLibKit/Generated/Models/GetRecentInlineBots.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetRecentStickers.swift b/Sources/TDLibKit/Generated/Models/GetRecentStickers.swift index 146ca10a0e..4f157d6355 100644 --- a/Sources/TDLibKit/Generated/Models/GetRecentStickers.swift +++ b/Sources/TDLibKit/Generated/Models/GetRecentStickers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetRecentlyOpenedChats.swift b/Sources/TDLibKit/Generated/Models/GetRecentlyOpenedChats.swift index 1a54e492d7..fd7d3f5a10 100644 --- a/Sources/TDLibKit/Generated/Models/GetRecentlyOpenedChats.swift +++ b/Sources/TDLibKit/Generated/Models/GetRecentlyOpenedChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetRecentlyVisitedTMeUrls.swift b/Sources/TDLibKit/Generated/Models/GetRecentlyVisitedTMeUrls.swift index 1b7b00e763..cd139c26f1 100644 --- a/Sources/TDLibKit/Generated/Models/GetRecentlyVisitedTMeUrls.swift +++ b/Sources/TDLibKit/Generated/Models/GetRecentlyVisitedTMeUrls.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetRecommendedChatFilters.swift b/Sources/TDLibKit/Generated/Models/GetRecommendedChatFilters.swift index c8e2b23862..31b9929e57 100644 --- a/Sources/TDLibKit/Generated/Models/GetRecommendedChatFilters.swift +++ b/Sources/TDLibKit/Generated/Models/GetRecommendedChatFilters.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetRecoveryEmailAddress.swift b/Sources/TDLibKit/Generated/Models/GetRecoveryEmailAddress.swift index b170b9bf9d..a7ed269736 100644 --- a/Sources/TDLibKit/Generated/Models/GetRecoveryEmailAddress.swift +++ b/Sources/TDLibKit/Generated/Models/GetRecoveryEmailAddress.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetRemoteFile.swift b/Sources/TDLibKit/Generated/Models/GetRemoteFile.swift index a2663611e9..7b07435990 100644 --- a/Sources/TDLibKit/Generated/Models/GetRemoteFile.swift +++ b/Sources/TDLibKit/Generated/Models/GetRemoteFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetRepliedMessage.swift b/Sources/TDLibKit/Generated/Models/GetRepliedMessage.swift index 2884be4f61..0f1c013e63 100644 --- a/Sources/TDLibKit/Generated/Models/GetRepliedMessage.swift +++ b/Sources/TDLibKit/Generated/Models/GetRepliedMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetSavedAnimations.swift b/Sources/TDLibKit/Generated/Models/GetSavedAnimations.swift index 4b2fb9ed3e..d562047ce3 100644 --- a/Sources/TDLibKit/Generated/Models/GetSavedAnimations.swift +++ b/Sources/TDLibKit/Generated/Models/GetSavedAnimations.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetSavedOrderInfo.swift b/Sources/TDLibKit/Generated/Models/GetSavedOrderInfo.swift index 494df97a9b..7ed844fd0d 100644 --- a/Sources/TDLibKit/Generated/Models/GetSavedOrderInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetSavedOrderInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetScopeNotificationSettings.swift b/Sources/TDLibKit/Generated/Models/GetScopeNotificationSettings.swift index 8f9c6e26d3..bf432cd637 100644 --- a/Sources/TDLibKit/Generated/Models/GetScopeNotificationSettings.swift +++ b/Sources/TDLibKit/Generated/Models/GetScopeNotificationSettings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetSecretChat.swift b/Sources/TDLibKit/Generated/Models/GetSecretChat.swift index 895856f2c8..cb390e8b96 100644 --- a/Sources/TDLibKit/Generated/Models/GetSecretChat.swift +++ b/Sources/TDLibKit/Generated/Models/GetSecretChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetStatisticalGraph.swift b/Sources/TDLibKit/Generated/Models/GetStatisticalGraph.swift index 0fbe1d0d49..bd7a891aad 100644 --- a/Sources/TDLibKit/Generated/Models/GetStatisticalGraph.swift +++ b/Sources/TDLibKit/Generated/Models/GetStatisticalGraph.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetStickerEmojis.swift b/Sources/TDLibKit/Generated/Models/GetStickerEmojis.swift index d43422bcc2..96b09714d2 100644 --- a/Sources/TDLibKit/Generated/Models/GetStickerEmojis.swift +++ b/Sources/TDLibKit/Generated/Models/GetStickerEmojis.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetStickerSet.swift b/Sources/TDLibKit/Generated/Models/GetStickerSet.swift index 035fe95b3a..d7808b5f1e 100644 --- a/Sources/TDLibKit/Generated/Models/GetStickerSet.swift +++ b/Sources/TDLibKit/Generated/Models/GetStickerSet.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetStickers.swift b/Sources/TDLibKit/Generated/Models/GetStickers.swift index f3b0c1a0ce..c7faf1ea5a 100644 --- a/Sources/TDLibKit/Generated/Models/GetStickers.swift +++ b/Sources/TDLibKit/Generated/Models/GetStickers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetStorageStatistics.swift b/Sources/TDLibKit/Generated/Models/GetStorageStatistics.swift index cc81bd324c..79456d53b7 100644 --- a/Sources/TDLibKit/Generated/Models/GetStorageStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/GetStorageStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetStorageStatisticsFast.swift b/Sources/TDLibKit/Generated/Models/GetStorageStatisticsFast.swift index 2b9ca8b1b0..0e92b2b8a4 100644 --- a/Sources/TDLibKit/Generated/Models/GetStorageStatisticsFast.swift +++ b/Sources/TDLibKit/Generated/Models/GetStorageStatisticsFast.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetSuggestedFileName.swift b/Sources/TDLibKit/Generated/Models/GetSuggestedFileName.swift index 8a7cb5eb25..091a4aa26a 100644 --- a/Sources/TDLibKit/Generated/Models/GetSuggestedFileName.swift +++ b/Sources/TDLibKit/Generated/Models/GetSuggestedFileName.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetSuggestedStickerSetName.swift b/Sources/TDLibKit/Generated/Models/GetSuggestedStickerSetName.swift index 32a06a8ede..7df0b62d69 100644 --- a/Sources/TDLibKit/Generated/Models/GetSuggestedStickerSetName.swift +++ b/Sources/TDLibKit/Generated/Models/GetSuggestedStickerSetName.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetSuitableDiscussionChats.swift b/Sources/TDLibKit/Generated/Models/GetSuitableDiscussionChats.swift index 4a595d3918..85b24459d9 100644 --- a/Sources/TDLibKit/Generated/Models/GetSuitableDiscussionChats.swift +++ b/Sources/TDLibKit/Generated/Models/GetSuitableDiscussionChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetSupergroup.swift b/Sources/TDLibKit/Generated/Models/GetSupergroup.swift index e9091f7a86..50742bba5c 100644 --- a/Sources/TDLibKit/Generated/Models/GetSupergroup.swift +++ b/Sources/TDLibKit/Generated/Models/GetSupergroup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetSupergroupFullInfo.swift b/Sources/TDLibKit/Generated/Models/GetSupergroupFullInfo.swift index 73ef40295c..0dde95f9dc 100644 --- a/Sources/TDLibKit/Generated/Models/GetSupergroupFullInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetSupergroupFullInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetSupergroupMembers.swift b/Sources/TDLibKit/Generated/Models/GetSupergroupMembers.swift index 7197c29ced..b1543b9169 100644 --- a/Sources/TDLibKit/Generated/Models/GetSupergroupMembers.swift +++ b/Sources/TDLibKit/Generated/Models/GetSupergroupMembers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetSupportUser.swift b/Sources/TDLibKit/Generated/Models/GetSupportUser.swift index 0ffb2bd4a9..c85b28b32a 100644 --- a/Sources/TDLibKit/Generated/Models/GetSupportUser.swift +++ b/Sources/TDLibKit/Generated/Models/GetSupportUser.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetTemporaryPasswordState.swift b/Sources/TDLibKit/Generated/Models/GetTemporaryPasswordState.swift index 2dd93b9e5f..a6c9afcd2e 100644 --- a/Sources/TDLibKit/Generated/Models/GetTemporaryPasswordState.swift +++ b/Sources/TDLibKit/Generated/Models/GetTemporaryPasswordState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetTextEntities.swift b/Sources/TDLibKit/Generated/Models/GetTextEntities.swift index 7c60f4c370..83065e0738 100644 --- a/Sources/TDLibKit/Generated/Models/GetTextEntities.swift +++ b/Sources/TDLibKit/Generated/Models/GetTextEntities.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetTopChats.swift b/Sources/TDLibKit/Generated/Models/GetTopChats.swift index 8907fd8d72..e16834fe5d 100644 --- a/Sources/TDLibKit/Generated/Models/GetTopChats.swift +++ b/Sources/TDLibKit/Generated/Models/GetTopChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetTrendingStickerSets.swift b/Sources/TDLibKit/Generated/Models/GetTrendingStickerSets.swift index 55582c5dc2..ca408fde50 100644 --- a/Sources/TDLibKit/Generated/Models/GetTrendingStickerSets.swift +++ b/Sources/TDLibKit/Generated/Models/GetTrendingStickerSets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetUser.swift b/Sources/TDLibKit/Generated/Models/GetUser.swift index 570ccc01c1..550abd4e9e 100644 --- a/Sources/TDLibKit/Generated/Models/GetUser.swift +++ b/Sources/TDLibKit/Generated/Models/GetUser.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetUserFullInfo.swift b/Sources/TDLibKit/Generated/Models/GetUserFullInfo.swift index c73d8228af..86af90a2dd 100644 --- a/Sources/TDLibKit/Generated/Models/GetUserFullInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GetUserFullInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetUserPrivacySettingRules.swift b/Sources/TDLibKit/Generated/Models/GetUserPrivacySettingRules.swift index 2be2bd393a..580800a641 100644 --- a/Sources/TDLibKit/Generated/Models/GetUserPrivacySettingRules.swift +++ b/Sources/TDLibKit/Generated/Models/GetUserPrivacySettingRules.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetUserProfilePhotos.swift b/Sources/TDLibKit/Generated/Models/GetUserProfilePhotos.swift index 8b7237537e..169afb20e9 100644 --- a/Sources/TDLibKit/Generated/Models/GetUserProfilePhotos.swift +++ b/Sources/TDLibKit/Generated/Models/GetUserProfilePhotos.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetVoiceChatAvailableParticipants.swift b/Sources/TDLibKit/Generated/Models/GetVoiceChatAvailableParticipants.swift index bd04e4767f..0d6a107f28 100644 --- a/Sources/TDLibKit/Generated/Models/GetVoiceChatAvailableParticipants.swift +++ b/Sources/TDLibKit/Generated/Models/GetVoiceChatAvailableParticipants.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetWebPageInstantView.swift b/Sources/TDLibKit/Generated/Models/GetWebPageInstantView.swift index 9f30c72fd9..3ce71c8d77 100644 --- a/Sources/TDLibKit/Generated/Models/GetWebPageInstantView.swift +++ b/Sources/TDLibKit/Generated/Models/GetWebPageInstantView.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GetWebPagePreview.swift b/Sources/TDLibKit/Generated/Models/GetWebPagePreview.swift index 8d0d339cd6..522d37c00b 100644 --- a/Sources/TDLibKit/Generated/Models/GetWebPagePreview.swift +++ b/Sources/TDLibKit/Generated/Models/GetWebPagePreview.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GroupCall.swift b/Sources/TDLibKit/Generated/Models/GroupCall.swift index cbf71e72dd..17871480c0 100644 --- a/Sources/TDLibKit/Generated/Models/GroupCall.swift +++ b/Sources/TDLibKit/Generated/Models/GroupCall.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GroupCallId.swift b/Sources/TDLibKit/Generated/Models/GroupCallId.swift index a1dd657dee..4e329d7ca1 100644 --- a/Sources/TDLibKit/Generated/Models/GroupCallId.swift +++ b/Sources/TDLibKit/Generated/Models/GroupCallId.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GroupCallParticipant.swift b/Sources/TDLibKit/Generated/Models/GroupCallParticipant.swift index 253e04f473..7568b4f517 100644 --- a/Sources/TDLibKit/Generated/Models/GroupCallParticipant.swift +++ b/Sources/TDLibKit/Generated/Models/GroupCallParticipant.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GroupCallParticipantVideoInfo.swift b/Sources/TDLibKit/Generated/Models/GroupCallParticipantVideoInfo.swift index 8b2c0f1001..10c7c8f045 100644 --- a/Sources/TDLibKit/Generated/Models/GroupCallParticipantVideoInfo.swift +++ b/Sources/TDLibKit/Generated/Models/GroupCallParticipantVideoInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GroupCallRecentSpeaker.swift b/Sources/TDLibKit/Generated/Models/GroupCallRecentSpeaker.swift index 4bd85f1bab..aefc379637 100644 --- a/Sources/TDLibKit/Generated/Models/GroupCallRecentSpeaker.swift +++ b/Sources/TDLibKit/Generated/Models/GroupCallRecentSpeaker.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GroupCallVideoQuality.swift b/Sources/TDLibKit/Generated/Models/GroupCallVideoQuality.swift index bab34134c3..991ea0058d 100644 --- a/Sources/TDLibKit/Generated/Models/GroupCallVideoQuality.swift +++ b/Sources/TDLibKit/Generated/Models/GroupCallVideoQuality.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/GroupCallVideoSourceGroup.swift b/Sources/TDLibKit/Generated/Models/GroupCallVideoSourceGroup.swift index f3db5a1041..6feaccfd00 100644 --- a/Sources/TDLibKit/Generated/Models/GroupCallVideoSourceGroup.swift +++ b/Sources/TDLibKit/Generated/Models/GroupCallVideoSourceGroup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Hashtags.swift b/Sources/TDLibKit/Generated/Models/Hashtags.swift index 73238deb7e..ad97fec85b 100644 --- a/Sources/TDLibKit/Generated/Models/Hashtags.swift +++ b/Sources/TDLibKit/Generated/Models/Hashtags.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/HideSuggestedAction.swift b/Sources/TDLibKit/Generated/Models/HideSuggestedAction.swift index 69234cc054..125856622d 100644 --- a/Sources/TDLibKit/Generated/Models/HideSuggestedAction.swift +++ b/Sources/TDLibKit/Generated/Models/HideSuggestedAction.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/HttpUrl.swift b/Sources/TDLibKit/Generated/Models/HttpUrl.swift index 318ffc533c..1028f0a279 100644 --- a/Sources/TDLibKit/Generated/Models/HttpUrl.swift +++ b/Sources/TDLibKit/Generated/Models/HttpUrl.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/IdentityDocument.swift b/Sources/TDLibKit/Generated/Models/IdentityDocument.swift index 38a4b43082..2ba608fdc1 100644 --- a/Sources/TDLibKit/Generated/Models/IdentityDocument.swift +++ b/Sources/TDLibKit/Generated/Models/IdentityDocument.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation @@ -13,7 +13,7 @@ import Foundation /// An identity document public struct IdentityDocument: Codable { - /// Document expiry date; may be null + /// Document expiry date; may be null if not applicable public let expiryDate: Date? /// Front side of the document diff --git a/Sources/TDLibKit/Generated/Models/ImportContacts.swift b/Sources/TDLibKit/Generated/Models/ImportContacts.swift index 46396171ca..3e4fa7953e 100644 --- a/Sources/TDLibKit/Generated/Models/ImportContacts.swift +++ b/Sources/TDLibKit/Generated/Models/ImportContacts.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ImportMessages.swift b/Sources/TDLibKit/Generated/Models/ImportMessages.swift index 04057b4563..8a92a8cba6 100644 --- a/Sources/TDLibKit/Generated/Models/ImportMessages.swift +++ b/Sources/TDLibKit/Generated/Models/ImportMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ImportedContacts.swift b/Sources/TDLibKit/Generated/Models/ImportedContacts.swift index 685a6e9978..554279061c 100644 --- a/Sources/TDLibKit/Generated/Models/ImportedContacts.swift +++ b/Sources/TDLibKit/Generated/Models/ImportedContacts.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InlineKeyboardButton.swift b/Sources/TDLibKit/Generated/Models/InlineKeyboardButton.swift index 8e555b055f..5a1f0a59af 100644 --- a/Sources/TDLibKit/Generated/Models/InlineKeyboardButton.swift +++ b/Sources/TDLibKit/Generated/Models/InlineKeyboardButton.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InlineKeyboardButtonType.swift b/Sources/TDLibKit/Generated/Models/InlineKeyboardButtonType.swift index de5a3f92fc..4b50d2182f 100644 --- a/Sources/TDLibKit/Generated/Models/InlineKeyboardButtonType.swift +++ b/Sources/TDLibKit/Generated/Models/InlineKeyboardButtonType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InlineQueryResult.swift b/Sources/TDLibKit/Generated/Models/InlineQueryResult.swift index fcd397da17..4531427c35 100644 --- a/Sources/TDLibKit/Generated/Models/InlineQueryResult.swift +++ b/Sources/TDLibKit/Generated/Models/InlineQueryResult.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InlineQueryResults.swift b/Sources/TDLibKit/Generated/Models/InlineQueryResults.swift index 15692f6cae..9c26d6d7cb 100644 --- a/Sources/TDLibKit/Generated/Models/InlineQueryResults.swift +++ b/Sources/TDLibKit/Generated/Models/InlineQueryResults.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputBackground.swift b/Sources/TDLibKit/Generated/Models/InputBackground.swift index c30d237b2d..d0e4fa260a 100644 --- a/Sources/TDLibKit/Generated/Models/InputBackground.swift +++ b/Sources/TDLibKit/Generated/Models/InputBackground.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputChatPhoto.swift b/Sources/TDLibKit/Generated/Models/InputChatPhoto.swift index b6f747ae3f..fe6acfcc87 100644 --- a/Sources/TDLibKit/Generated/Models/InputChatPhoto.swift +++ b/Sources/TDLibKit/Generated/Models/InputChatPhoto.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputCredentials.swift b/Sources/TDLibKit/Generated/Models/InputCredentials.swift index fcfc97c0fc..f135930d68 100644 --- a/Sources/TDLibKit/Generated/Models/InputCredentials.swift +++ b/Sources/TDLibKit/Generated/Models/InputCredentials.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputFile.swift b/Sources/TDLibKit/Generated/Models/InputFile.swift index e38407333a..9504797135 100644 --- a/Sources/TDLibKit/Generated/Models/InputFile.swift +++ b/Sources/TDLibKit/Generated/Models/InputFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputIdentityDocument.swift b/Sources/TDLibKit/Generated/Models/InputIdentityDocument.swift index aefc03fa23..968e48906c 100644 --- a/Sources/TDLibKit/Generated/Models/InputIdentityDocument.swift +++ b/Sources/TDLibKit/Generated/Models/InputIdentityDocument.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation @@ -13,7 +13,7 @@ import Foundation /// An identity document to be saved to Telegram Passport public struct InputIdentityDocument: Codable { - /// Document expiry date, if available + /// Document expiry date; pass null if not applicable public let expiryDate: Date /// Front side of the document diff --git a/Sources/TDLibKit/Generated/Models/InputInlineQueryResult.swift b/Sources/TDLibKit/Generated/Models/InputInlineQueryResult.swift index b1ce8769f1..6c649ffd8f 100644 --- a/Sources/TDLibKit/Generated/Models/InputInlineQueryResult.swift +++ b/Sources/TDLibKit/Generated/Models/InputInlineQueryResult.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputMessageContent.swift b/Sources/TDLibKit/Generated/Models/InputMessageContent.swift index 1ff434ee38..9c1c575969 100644 --- a/Sources/TDLibKit/Generated/Models/InputMessageContent.swift +++ b/Sources/TDLibKit/Generated/Models/InputMessageContent.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputPassportElement.swift b/Sources/TDLibKit/Generated/Models/InputPassportElement.swift index 9781446c7d..56da2cc700 100644 --- a/Sources/TDLibKit/Generated/Models/InputPassportElement.swift +++ b/Sources/TDLibKit/Generated/Models/InputPassportElement.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputPassportElementError.swift b/Sources/TDLibKit/Generated/Models/InputPassportElementError.swift index fc07981020..60a661b9f8 100644 --- a/Sources/TDLibKit/Generated/Models/InputPassportElementError.swift +++ b/Sources/TDLibKit/Generated/Models/InputPassportElementError.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputPassportElementErrorSource.swift b/Sources/TDLibKit/Generated/Models/InputPassportElementErrorSource.swift index e000cf3bcc..495593e328 100644 --- a/Sources/TDLibKit/Generated/Models/InputPassportElementErrorSource.swift +++ b/Sources/TDLibKit/Generated/Models/InputPassportElementErrorSource.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputPersonalDocument.swift b/Sources/TDLibKit/Generated/Models/InputPersonalDocument.swift index 67e8381d95..a731384af9 100644 --- a/Sources/TDLibKit/Generated/Models/InputPersonalDocument.swift +++ b/Sources/TDLibKit/Generated/Models/InputPersonalDocument.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputSticker.swift b/Sources/TDLibKit/Generated/Models/InputSticker.swift index df303db69d..f68301f202 100644 --- a/Sources/TDLibKit/Generated/Models/InputSticker.swift +++ b/Sources/TDLibKit/Generated/Models/InputSticker.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InputThumbnail.swift b/Sources/TDLibKit/Generated/Models/InputThumbnail.swift index 73529d13e5..26c672c494 100644 --- a/Sources/TDLibKit/Generated/Models/InputThumbnail.swift +++ b/Sources/TDLibKit/Generated/Models/InputThumbnail.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InternalLinkType.swift b/Sources/TDLibKit/Generated/Models/InternalLinkType.swift index cf0f4305f3..b1932dc7cd 100644 --- a/Sources/TDLibKit/Generated/Models/InternalLinkType.swift +++ b/Sources/TDLibKit/Generated/Models/InternalLinkType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/InviteGroupCallParticipants.swift b/Sources/TDLibKit/Generated/Models/InviteGroupCallParticipants.swift index 6d7514e060..00ec88a102 100644 --- a/Sources/TDLibKit/Generated/Models/InviteGroupCallParticipants.swift +++ b/Sources/TDLibKit/Generated/Models/InviteGroupCallParticipants.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Invoice.swift b/Sources/TDLibKit/Generated/Models/Invoice.swift index 0696f88e7c..b1531fc27c 100644 --- a/Sources/TDLibKit/Generated/Models/Invoice.swift +++ b/Sources/TDLibKit/Generated/Models/Invoice.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/JoinChat.swift b/Sources/TDLibKit/Generated/Models/JoinChat.swift index 872aa41c51..457a07cde0 100644 --- a/Sources/TDLibKit/Generated/Models/JoinChat.swift +++ b/Sources/TDLibKit/Generated/Models/JoinChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/JoinChatByInviteLink.swift b/Sources/TDLibKit/Generated/Models/JoinChatByInviteLink.swift index 545c15cf74..11206cdbed 100644 --- a/Sources/TDLibKit/Generated/Models/JoinChatByInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/JoinChatByInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/JoinGroupCall.swift b/Sources/TDLibKit/Generated/Models/JoinGroupCall.swift index 010e57fd04..7291a50167 100644 --- a/Sources/TDLibKit/Generated/Models/JoinGroupCall.swift +++ b/Sources/TDLibKit/Generated/Models/JoinGroupCall.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/JsonObjectMember.swift b/Sources/TDLibKit/Generated/Models/JsonObjectMember.swift index 20eeeb532e..d198fddef9 100644 --- a/Sources/TDLibKit/Generated/Models/JsonObjectMember.swift +++ b/Sources/TDLibKit/Generated/Models/JsonObjectMember.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/JsonValue.swift b/Sources/TDLibKit/Generated/Models/JsonValue.swift index 0eb2be39b4..7dca76a8ef 100644 --- a/Sources/TDLibKit/Generated/Models/JsonValue.swift +++ b/Sources/TDLibKit/Generated/Models/JsonValue.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/KeyboardButton.swift b/Sources/TDLibKit/Generated/Models/KeyboardButton.swift index c45cea3d4a..951803da40 100644 --- a/Sources/TDLibKit/Generated/Models/KeyboardButton.swift +++ b/Sources/TDLibKit/Generated/Models/KeyboardButton.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/KeyboardButtonType.swift b/Sources/TDLibKit/Generated/Models/KeyboardButtonType.swift index fd8705b729..7641db8766 100644 --- a/Sources/TDLibKit/Generated/Models/KeyboardButtonType.swift +++ b/Sources/TDLibKit/Generated/Models/KeyboardButtonType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LabeledPricePart.swift b/Sources/TDLibKit/Generated/Models/LabeledPricePart.swift index 065ff82b46..64b7237f85 100644 --- a/Sources/TDLibKit/Generated/Models/LabeledPricePart.swift +++ b/Sources/TDLibKit/Generated/Models/LabeledPricePart.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LanguagePackInfo.swift b/Sources/TDLibKit/Generated/Models/LanguagePackInfo.swift index 8146069bcf..8efe9570cc 100644 --- a/Sources/TDLibKit/Generated/Models/LanguagePackInfo.swift +++ b/Sources/TDLibKit/Generated/Models/LanguagePackInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LanguagePackString.swift b/Sources/TDLibKit/Generated/Models/LanguagePackString.swift index 1f750f9ecd..b47d92cc4a 100644 --- a/Sources/TDLibKit/Generated/Models/LanguagePackString.swift +++ b/Sources/TDLibKit/Generated/Models/LanguagePackString.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LanguagePackStringValue.swift b/Sources/TDLibKit/Generated/Models/LanguagePackStringValue.swift index d4935c813e..2946f5284b 100644 --- a/Sources/TDLibKit/Generated/Models/LanguagePackStringValue.swift +++ b/Sources/TDLibKit/Generated/Models/LanguagePackStringValue.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LanguagePackStrings.swift b/Sources/TDLibKit/Generated/Models/LanguagePackStrings.swift index c08aabba3a..32c209c922 100644 --- a/Sources/TDLibKit/Generated/Models/LanguagePackStrings.swift +++ b/Sources/TDLibKit/Generated/Models/LanguagePackStrings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LeaveChat.swift b/Sources/TDLibKit/Generated/Models/LeaveChat.swift index 23fbce7714..99442ea227 100644 --- a/Sources/TDLibKit/Generated/Models/LeaveChat.swift +++ b/Sources/TDLibKit/Generated/Models/LeaveChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LeaveGroupCall.swift b/Sources/TDLibKit/Generated/Models/LeaveGroupCall.swift index 965b3bd4b4..163eed33fa 100644 --- a/Sources/TDLibKit/Generated/Models/LeaveGroupCall.swift +++ b/Sources/TDLibKit/Generated/Models/LeaveGroupCall.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LoadChats.swift b/Sources/TDLibKit/Generated/Models/LoadChats.swift index b30b1dcc87..b91ae0055b 100644 --- a/Sources/TDLibKit/Generated/Models/LoadChats.swift +++ b/Sources/TDLibKit/Generated/Models/LoadChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LoadGroupCallParticipants.swift b/Sources/TDLibKit/Generated/Models/LoadGroupCallParticipants.swift index d5b1475bc7..b9f2a973d2 100644 --- a/Sources/TDLibKit/Generated/Models/LoadGroupCallParticipants.swift +++ b/Sources/TDLibKit/Generated/Models/LoadGroupCallParticipants.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LocalFile.swift b/Sources/TDLibKit/Generated/Models/LocalFile.swift index d7dd269ea9..d7e8402102 100644 --- a/Sources/TDLibKit/Generated/Models/LocalFile.swift +++ b/Sources/TDLibKit/Generated/Models/LocalFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LocalizationTargetInfo.swift b/Sources/TDLibKit/Generated/Models/LocalizationTargetInfo.swift index 6dbeee7bbc..3725b9ec2c 100644 --- a/Sources/TDLibKit/Generated/Models/LocalizationTargetInfo.swift +++ b/Sources/TDLibKit/Generated/Models/LocalizationTargetInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Location.swift b/Sources/TDLibKit/Generated/Models/Location.swift index fd99eb58bc..5302b74968 100644 --- a/Sources/TDLibKit/Generated/Models/Location.swift +++ b/Sources/TDLibKit/Generated/Models/Location.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LogOut.swift b/Sources/TDLibKit/Generated/Models/LogOut.swift index cd80947b54..6ed4dbec4e 100644 --- a/Sources/TDLibKit/Generated/Models/LogOut.swift +++ b/Sources/TDLibKit/Generated/Models/LogOut.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LogStream.swift b/Sources/TDLibKit/Generated/Models/LogStream.swift index 9034e4a11c..b7261650d1 100644 --- a/Sources/TDLibKit/Generated/Models/LogStream.swift +++ b/Sources/TDLibKit/Generated/Models/LogStream.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LogTags.swift b/Sources/TDLibKit/Generated/Models/LogTags.swift index c4ff85530e..d0fd07fb4b 100644 --- a/Sources/TDLibKit/Generated/Models/LogTags.swift +++ b/Sources/TDLibKit/Generated/Models/LogTags.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LogVerbosityLevel.swift b/Sources/TDLibKit/Generated/Models/LogVerbosityLevel.swift index f2a32339f9..d8a0efb9c0 100644 --- a/Sources/TDLibKit/Generated/Models/LogVerbosityLevel.swift +++ b/Sources/TDLibKit/Generated/Models/LogVerbosityLevel.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/LoginUrlInfo.swift b/Sources/TDLibKit/Generated/Models/LoginUrlInfo.swift index 1bb10da194..32b879a002 100644 --- a/Sources/TDLibKit/Generated/Models/LoginUrlInfo.swift +++ b/Sources/TDLibKit/Generated/Models/LoginUrlInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MaskPoint.swift b/Sources/TDLibKit/Generated/Models/MaskPoint.swift index 3d117e6587..542adb3472 100644 --- a/Sources/TDLibKit/Generated/Models/MaskPoint.swift +++ b/Sources/TDLibKit/Generated/Models/MaskPoint.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MaskPosition.swift b/Sources/TDLibKit/Generated/Models/MaskPosition.swift index 88b673c135..c073c87244 100644 --- a/Sources/TDLibKit/Generated/Models/MaskPosition.swift +++ b/Sources/TDLibKit/Generated/Models/MaskPosition.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Message.swift b/Sources/TDLibKit/Generated/Models/Message.swift index a61786c4fe..e0646f291e 100644 --- a/Sources/TDLibKit/Generated/Models/Message.swift +++ b/Sources/TDLibKit/Generated/Models/Message.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageContent.swift b/Sources/TDLibKit/Generated/Models/MessageContent.swift index fc6eaafb86..e574856083 100644 --- a/Sources/TDLibKit/Generated/Models/MessageContent.swift +++ b/Sources/TDLibKit/Generated/Models/MessageContent.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageCopyOptions.swift b/Sources/TDLibKit/Generated/Models/MessageCopyOptions.swift index 1845f4d78d..375f50354a 100644 --- a/Sources/TDLibKit/Generated/Models/MessageCopyOptions.swift +++ b/Sources/TDLibKit/Generated/Models/MessageCopyOptions.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageFileType.swift b/Sources/TDLibKit/Generated/Models/MessageFileType.swift index 9cb2450077..a196dba4ef 100644 --- a/Sources/TDLibKit/Generated/Models/MessageFileType.swift +++ b/Sources/TDLibKit/Generated/Models/MessageFileType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageForwardInfo.swift b/Sources/TDLibKit/Generated/Models/MessageForwardInfo.swift index 99d697d2b6..fa49e3b9ea 100644 --- a/Sources/TDLibKit/Generated/Models/MessageForwardInfo.swift +++ b/Sources/TDLibKit/Generated/Models/MessageForwardInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageForwardOrigin.swift b/Sources/TDLibKit/Generated/Models/MessageForwardOrigin.swift index eeda06c1dc..df620c790d 100644 --- a/Sources/TDLibKit/Generated/Models/MessageForwardOrigin.swift +++ b/Sources/TDLibKit/Generated/Models/MessageForwardOrigin.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageInteractionInfo.swift b/Sources/TDLibKit/Generated/Models/MessageInteractionInfo.swift index ce10d2850f..e22e0d4e5e 100644 --- a/Sources/TDLibKit/Generated/Models/MessageInteractionInfo.swift +++ b/Sources/TDLibKit/Generated/Models/MessageInteractionInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageLink.swift b/Sources/TDLibKit/Generated/Models/MessageLink.swift index 7ed1ed7959..274d62c29f 100644 --- a/Sources/TDLibKit/Generated/Models/MessageLink.swift +++ b/Sources/TDLibKit/Generated/Models/MessageLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageLinkInfo.swift b/Sources/TDLibKit/Generated/Models/MessageLinkInfo.swift index 3ce372217b..6626ad6b3a 100644 --- a/Sources/TDLibKit/Generated/Models/MessageLinkInfo.swift +++ b/Sources/TDLibKit/Generated/Models/MessageLinkInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageReplyInfo.swift b/Sources/TDLibKit/Generated/Models/MessageReplyInfo.swift index ecb39bcdd1..7b999d931c 100644 --- a/Sources/TDLibKit/Generated/Models/MessageReplyInfo.swift +++ b/Sources/TDLibKit/Generated/Models/MessageReplyInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageSchedulingState.swift b/Sources/TDLibKit/Generated/Models/MessageSchedulingState.swift index 0f3c158db2..b1a51692d3 100644 --- a/Sources/TDLibKit/Generated/Models/MessageSchedulingState.swift +++ b/Sources/TDLibKit/Generated/Models/MessageSchedulingState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageSendOptions.swift b/Sources/TDLibKit/Generated/Models/MessageSendOptions.swift index 53fee3593c..5299b5e47c 100644 --- a/Sources/TDLibKit/Generated/Models/MessageSendOptions.swift +++ b/Sources/TDLibKit/Generated/Models/MessageSendOptions.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageSender.swift b/Sources/TDLibKit/Generated/Models/MessageSender.swift index 48bd02265c..bffb668f28 100644 --- a/Sources/TDLibKit/Generated/Models/MessageSender.swift +++ b/Sources/TDLibKit/Generated/Models/MessageSender.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageSenders.swift b/Sources/TDLibKit/Generated/Models/MessageSenders.swift index 3af774ad4a..f960a17700 100644 --- a/Sources/TDLibKit/Generated/Models/MessageSenders.swift +++ b/Sources/TDLibKit/Generated/Models/MessageSenders.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageSendingState.swift b/Sources/TDLibKit/Generated/Models/MessageSendingState.swift index 2eae806202..9f2db97423 100644 --- a/Sources/TDLibKit/Generated/Models/MessageSendingState.swift +++ b/Sources/TDLibKit/Generated/Models/MessageSendingState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageStatistics.swift b/Sources/TDLibKit/Generated/Models/MessageStatistics.swift index 4b684b6fe5..0f4259f469 100644 --- a/Sources/TDLibKit/Generated/Models/MessageStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/MessageStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/MessageThreadInfo.swift b/Sources/TDLibKit/Generated/Models/MessageThreadInfo.swift index 0aa05bc157..aa24ac3be1 100644 --- a/Sources/TDLibKit/Generated/Models/MessageThreadInfo.swift +++ b/Sources/TDLibKit/Generated/Models/MessageThreadInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Messages.swift b/Sources/TDLibKit/Generated/Models/Messages.swift index e172ff1671..d6add08681 100644 --- a/Sources/TDLibKit/Generated/Models/Messages.swift +++ b/Sources/TDLibKit/Generated/Models/Messages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Minithumbnail.swift b/Sources/TDLibKit/Generated/Models/Minithumbnail.swift index 6414e08439..402c065c5b 100644 --- a/Sources/TDLibKit/Generated/Models/Minithumbnail.swift +++ b/Sources/TDLibKit/Generated/Models/Minithumbnail.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/NetworkStatistics.swift b/Sources/TDLibKit/Generated/Models/NetworkStatistics.swift index 29f11d179a..1436f5ce9b 100644 --- a/Sources/TDLibKit/Generated/Models/NetworkStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/NetworkStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/NetworkStatisticsEntry.swift b/Sources/TDLibKit/Generated/Models/NetworkStatisticsEntry.swift index 88e9ccb82d..14e8cc664c 100644 --- a/Sources/TDLibKit/Generated/Models/NetworkStatisticsEntry.swift +++ b/Sources/TDLibKit/Generated/Models/NetworkStatisticsEntry.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/NetworkType.swift b/Sources/TDLibKit/Generated/Models/NetworkType.swift index 28ec8c50db..3ce6291ef5 100644 --- a/Sources/TDLibKit/Generated/Models/NetworkType.swift +++ b/Sources/TDLibKit/Generated/Models/NetworkType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Notification.swift b/Sources/TDLibKit/Generated/Models/Notification.swift index cf02b8df10..966b03920c 100644 --- a/Sources/TDLibKit/Generated/Models/Notification.swift +++ b/Sources/TDLibKit/Generated/Models/Notification.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/NotificationGroup.swift b/Sources/TDLibKit/Generated/Models/NotificationGroup.swift index 7eef2412ff..38539d41e6 100644 --- a/Sources/TDLibKit/Generated/Models/NotificationGroup.swift +++ b/Sources/TDLibKit/Generated/Models/NotificationGroup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/NotificationGroupType.swift b/Sources/TDLibKit/Generated/Models/NotificationGroupType.swift index a559bdeec9..ea32bd4271 100644 --- a/Sources/TDLibKit/Generated/Models/NotificationGroupType.swift +++ b/Sources/TDLibKit/Generated/Models/NotificationGroupType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/NotificationSettingsScope.swift b/Sources/TDLibKit/Generated/Models/NotificationSettingsScope.swift index 0673ad08e6..4f3cf199b2 100644 --- a/Sources/TDLibKit/Generated/Models/NotificationSettingsScope.swift +++ b/Sources/TDLibKit/Generated/Models/NotificationSettingsScope.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/NotificationType.swift b/Sources/TDLibKit/Generated/Models/NotificationType.swift index 23f7558934..81ddc410b7 100644 --- a/Sources/TDLibKit/Generated/Models/NotificationType.swift +++ b/Sources/TDLibKit/Generated/Models/NotificationType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Ok.swift b/Sources/TDLibKit/Generated/Models/Ok.swift index 7587d49c06..5744fb3cd9 100644 --- a/Sources/TDLibKit/Generated/Models/Ok.swift +++ b/Sources/TDLibKit/Generated/Models/Ok.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/OpenChat.swift b/Sources/TDLibKit/Generated/Models/OpenChat.swift index a7ff13e9ed..94f06d1ee9 100644 --- a/Sources/TDLibKit/Generated/Models/OpenChat.swift +++ b/Sources/TDLibKit/Generated/Models/OpenChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/OpenMessageContent.swift b/Sources/TDLibKit/Generated/Models/OpenMessageContent.swift index b06dad3b5e..34c98abb52 100644 --- a/Sources/TDLibKit/Generated/Models/OpenMessageContent.swift +++ b/Sources/TDLibKit/Generated/Models/OpenMessageContent.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/OptimizeStorage.swift b/Sources/TDLibKit/Generated/Models/OptimizeStorage.swift index 2ce045a3f7..40571d6dfb 100644 --- a/Sources/TDLibKit/Generated/Models/OptimizeStorage.swift +++ b/Sources/TDLibKit/Generated/Models/OptimizeStorage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/OptionValue.swift b/Sources/TDLibKit/Generated/Models/OptionValue.swift index 3dad8efc59..3abcecb864 100644 --- a/Sources/TDLibKit/Generated/Models/OptionValue.swift +++ b/Sources/TDLibKit/Generated/Models/OptionValue.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/OrderInfo.swift b/Sources/TDLibKit/Generated/Models/OrderInfo.swift index b9b006b893..032fac5043 100644 --- a/Sources/TDLibKit/Generated/Models/OrderInfo.swift +++ b/Sources/TDLibKit/Generated/Models/OrderInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PageBlock.swift b/Sources/TDLibKit/Generated/Models/PageBlock.swift index ed51bc2bda..e78f505a87 100644 --- a/Sources/TDLibKit/Generated/Models/PageBlock.swift +++ b/Sources/TDLibKit/Generated/Models/PageBlock.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PageBlockCaption.swift b/Sources/TDLibKit/Generated/Models/PageBlockCaption.swift index 1b0639931b..6331348720 100644 --- a/Sources/TDLibKit/Generated/Models/PageBlockCaption.swift +++ b/Sources/TDLibKit/Generated/Models/PageBlockCaption.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PageBlockHorizontalAlignment.swift b/Sources/TDLibKit/Generated/Models/PageBlockHorizontalAlignment.swift index 259ab4d8ce..f0f866c418 100644 --- a/Sources/TDLibKit/Generated/Models/PageBlockHorizontalAlignment.swift +++ b/Sources/TDLibKit/Generated/Models/PageBlockHorizontalAlignment.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PageBlockListItem.swift b/Sources/TDLibKit/Generated/Models/PageBlockListItem.swift index fb4f5f71ca..2215fee62a 100644 --- a/Sources/TDLibKit/Generated/Models/PageBlockListItem.swift +++ b/Sources/TDLibKit/Generated/Models/PageBlockListItem.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PageBlockRelatedArticle.swift b/Sources/TDLibKit/Generated/Models/PageBlockRelatedArticle.swift index 7774232b09..0703aec810 100644 --- a/Sources/TDLibKit/Generated/Models/PageBlockRelatedArticle.swift +++ b/Sources/TDLibKit/Generated/Models/PageBlockRelatedArticle.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PageBlockTableCell.swift b/Sources/TDLibKit/Generated/Models/PageBlockTableCell.swift index 7f1cbbd747..f1ca9169aa 100644 --- a/Sources/TDLibKit/Generated/Models/PageBlockTableCell.swift +++ b/Sources/TDLibKit/Generated/Models/PageBlockTableCell.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PageBlockVerticalAlignment.swift b/Sources/TDLibKit/Generated/Models/PageBlockVerticalAlignment.swift index bca0d4cfe6..c6466d3ad4 100644 --- a/Sources/TDLibKit/Generated/Models/PageBlockVerticalAlignment.swift +++ b/Sources/TDLibKit/Generated/Models/PageBlockVerticalAlignment.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ParseMarkdown.swift b/Sources/TDLibKit/Generated/Models/ParseMarkdown.swift index 72553a060c..06c7aac862 100644 --- a/Sources/TDLibKit/Generated/Models/ParseMarkdown.swift +++ b/Sources/TDLibKit/Generated/Models/ParseMarkdown.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ParseTextEntities.swift b/Sources/TDLibKit/Generated/Models/ParseTextEntities.swift index c6a1131781..078df3b40f 100644 --- a/Sources/TDLibKit/Generated/Models/ParseTextEntities.swift +++ b/Sources/TDLibKit/Generated/Models/ParseTextEntities.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PassportAuthorizationForm.swift b/Sources/TDLibKit/Generated/Models/PassportAuthorizationForm.swift index 60bb3e0664..02ebadf275 100644 --- a/Sources/TDLibKit/Generated/Models/PassportAuthorizationForm.swift +++ b/Sources/TDLibKit/Generated/Models/PassportAuthorizationForm.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PassportElement.swift b/Sources/TDLibKit/Generated/Models/PassportElement.swift index df57a174e6..46607d1ff0 100644 --- a/Sources/TDLibKit/Generated/Models/PassportElement.swift +++ b/Sources/TDLibKit/Generated/Models/PassportElement.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PassportElementError.swift b/Sources/TDLibKit/Generated/Models/PassportElementError.swift index 6a18050625..dcb3b82847 100644 --- a/Sources/TDLibKit/Generated/Models/PassportElementError.swift +++ b/Sources/TDLibKit/Generated/Models/PassportElementError.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PassportElementErrorSource.swift b/Sources/TDLibKit/Generated/Models/PassportElementErrorSource.swift index bc3fd99f3f..08e17c4735 100644 --- a/Sources/TDLibKit/Generated/Models/PassportElementErrorSource.swift +++ b/Sources/TDLibKit/Generated/Models/PassportElementErrorSource.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PassportElementType.swift b/Sources/TDLibKit/Generated/Models/PassportElementType.swift index de397cb7e5..cc19c793a1 100644 --- a/Sources/TDLibKit/Generated/Models/PassportElementType.swift +++ b/Sources/TDLibKit/Generated/Models/PassportElementType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PassportElements.swift b/Sources/TDLibKit/Generated/Models/PassportElements.swift index 3666c19db4..e5f20415b9 100644 --- a/Sources/TDLibKit/Generated/Models/PassportElements.swift +++ b/Sources/TDLibKit/Generated/Models/PassportElements.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PassportElementsWithErrors.swift b/Sources/TDLibKit/Generated/Models/PassportElementsWithErrors.swift index 69a60b0420..3acbaafe0b 100644 --- a/Sources/TDLibKit/Generated/Models/PassportElementsWithErrors.swift +++ b/Sources/TDLibKit/Generated/Models/PassportElementsWithErrors.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PassportRequiredElement.swift b/Sources/TDLibKit/Generated/Models/PassportRequiredElement.swift index 22d0bf7aff..f64f960504 100644 --- a/Sources/TDLibKit/Generated/Models/PassportRequiredElement.swift +++ b/Sources/TDLibKit/Generated/Models/PassportRequiredElement.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PassportSuitableElement.swift b/Sources/TDLibKit/Generated/Models/PassportSuitableElement.swift index 7cc4a46253..4e234f2e10 100644 --- a/Sources/TDLibKit/Generated/Models/PassportSuitableElement.swift +++ b/Sources/TDLibKit/Generated/Models/PassportSuitableElement.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PasswordState.swift b/Sources/TDLibKit/Generated/Models/PasswordState.swift index e3ea9409d0..b1c8bb11b0 100644 --- a/Sources/TDLibKit/Generated/Models/PasswordState.swift +++ b/Sources/TDLibKit/Generated/Models/PasswordState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PaymentForm.swift b/Sources/TDLibKit/Generated/Models/PaymentForm.swift index e57a8ae1a5..2aba4c88d3 100644 --- a/Sources/TDLibKit/Generated/Models/PaymentForm.swift +++ b/Sources/TDLibKit/Generated/Models/PaymentForm.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PaymentFormTheme.swift b/Sources/TDLibKit/Generated/Models/PaymentFormTheme.swift index c6039a6e38..a889170df8 100644 --- a/Sources/TDLibKit/Generated/Models/PaymentFormTheme.swift +++ b/Sources/TDLibKit/Generated/Models/PaymentFormTheme.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation @@ -16,7 +16,7 @@ public struct PaymentFormTheme: Codable { /// A color of the payment form background in the RGB24 format public let backgroundColor: Int - /// A color of thebuttons in the RGB24 format + /// A color of the buttons in the RGB24 format public let buttonColor: Int /// A color of text on the buttons in the RGB24 format diff --git a/Sources/TDLibKit/Generated/Models/PaymentReceipt.swift b/Sources/TDLibKit/Generated/Models/PaymentReceipt.swift index f6d2640308..dcc2732cf3 100644 --- a/Sources/TDLibKit/Generated/Models/PaymentReceipt.swift +++ b/Sources/TDLibKit/Generated/Models/PaymentReceipt.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PaymentResult.swift b/Sources/TDLibKit/Generated/Models/PaymentResult.swift index 8b269dafb9..cc568f5cc8 100644 --- a/Sources/TDLibKit/Generated/Models/PaymentResult.swift +++ b/Sources/TDLibKit/Generated/Models/PaymentResult.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PaymentsProviderStripe.swift b/Sources/TDLibKit/Generated/Models/PaymentsProviderStripe.swift index acac610d6a..a32c08d8da 100644 --- a/Sources/TDLibKit/Generated/Models/PaymentsProviderStripe.swift +++ b/Sources/TDLibKit/Generated/Models/PaymentsProviderStripe.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PersonalDetails.swift b/Sources/TDLibKit/Generated/Models/PersonalDetails.swift index a94119b140..2b48dbd956 100644 --- a/Sources/TDLibKit/Generated/Models/PersonalDetails.swift +++ b/Sources/TDLibKit/Generated/Models/PersonalDetails.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PersonalDocument.swift b/Sources/TDLibKit/Generated/Models/PersonalDocument.swift index ec85d49d27..9aacee763b 100644 --- a/Sources/TDLibKit/Generated/Models/PersonalDocument.swift +++ b/Sources/TDLibKit/Generated/Models/PersonalDocument.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PhoneNumberAuthenticationSettings.swift b/Sources/TDLibKit/Generated/Models/PhoneNumberAuthenticationSettings.swift index 15dac862b2..a9f6ff387e 100644 --- a/Sources/TDLibKit/Generated/Models/PhoneNumberAuthenticationSettings.swift +++ b/Sources/TDLibKit/Generated/Models/PhoneNumberAuthenticationSettings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PhoneNumberInfo.swift b/Sources/TDLibKit/Generated/Models/PhoneNumberInfo.swift index 722bb7cb7d..c8d5ddece2 100644 --- a/Sources/TDLibKit/Generated/Models/PhoneNumberInfo.swift +++ b/Sources/TDLibKit/Generated/Models/PhoneNumberInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Photo.swift b/Sources/TDLibKit/Generated/Models/Photo.swift index 94d56bc480..d074b1de77 100644 --- a/Sources/TDLibKit/Generated/Models/Photo.swift +++ b/Sources/TDLibKit/Generated/Models/Photo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PhotoSize.swift b/Sources/TDLibKit/Generated/Models/PhotoSize.swift index ea58c111a4..8a5aa9d56c 100644 --- a/Sources/TDLibKit/Generated/Models/PhotoSize.swift +++ b/Sources/TDLibKit/Generated/Models/PhotoSize.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PinChatMessage.swift b/Sources/TDLibKit/Generated/Models/PinChatMessage.swift index b71d4e6120..d9e639be5a 100644 --- a/Sources/TDLibKit/Generated/Models/PinChatMessage.swift +++ b/Sources/TDLibKit/Generated/Models/PinChatMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PingProxy.swift b/Sources/TDLibKit/Generated/Models/PingProxy.swift index 98ac43da33..17e2b6b131 100644 --- a/Sources/TDLibKit/Generated/Models/PingProxy.swift +++ b/Sources/TDLibKit/Generated/Models/PingProxy.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Point.swift b/Sources/TDLibKit/Generated/Models/Point.swift index 38e9f3cbce..e04a1bedd9 100644 --- a/Sources/TDLibKit/Generated/Models/Point.swift +++ b/Sources/TDLibKit/Generated/Models/Point.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Poll.swift b/Sources/TDLibKit/Generated/Models/Poll.swift index 2b18e05f46..3f4144da83 100644 --- a/Sources/TDLibKit/Generated/Models/Poll.swift +++ b/Sources/TDLibKit/Generated/Models/Poll.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PollOption.swift b/Sources/TDLibKit/Generated/Models/PollOption.swift index 8d5a61036b..40b3d8ef7b 100644 --- a/Sources/TDLibKit/Generated/Models/PollOption.swift +++ b/Sources/TDLibKit/Generated/Models/PollOption.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PollType.swift b/Sources/TDLibKit/Generated/Models/PollType.swift index 1d57492593..1683a1415d 100644 --- a/Sources/TDLibKit/Generated/Models/PollType.swift +++ b/Sources/TDLibKit/Generated/Models/PollType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ProcessPushNotification.swift b/Sources/TDLibKit/Generated/Models/ProcessPushNotification.swift index 05710bb95b..b84b58ec28 100644 --- a/Sources/TDLibKit/Generated/Models/ProcessPushNotification.swift +++ b/Sources/TDLibKit/Generated/Models/ProcessPushNotification.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ProfilePhoto.swift b/Sources/TDLibKit/Generated/Models/ProfilePhoto.swift index 160cf2b337..5afe6d1843 100644 --- a/Sources/TDLibKit/Generated/Models/ProfilePhoto.swift +++ b/Sources/TDLibKit/Generated/Models/ProfilePhoto.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Proxies.swift b/Sources/TDLibKit/Generated/Models/Proxies.swift index bd59f3b4d5..d4e2314e86 100644 --- a/Sources/TDLibKit/Generated/Models/Proxies.swift +++ b/Sources/TDLibKit/Generated/Models/Proxies.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Proxy.swift b/Sources/TDLibKit/Generated/Models/Proxy.swift index d80795af20..28d8153a25 100644 --- a/Sources/TDLibKit/Generated/Models/Proxy.swift +++ b/Sources/TDLibKit/Generated/Models/Proxy.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ProxyType.swift b/Sources/TDLibKit/Generated/Models/ProxyType.swift index 33d1e8ba36..08c092414d 100644 --- a/Sources/TDLibKit/Generated/Models/ProxyType.swift +++ b/Sources/TDLibKit/Generated/Models/ProxyType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PublicChatType.swift b/Sources/TDLibKit/Generated/Models/PublicChatType.swift index 2b82629d25..48c5149f92 100644 --- a/Sources/TDLibKit/Generated/Models/PublicChatType.swift +++ b/Sources/TDLibKit/Generated/Models/PublicChatType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PushMessageContent.swift b/Sources/TDLibKit/Generated/Models/PushMessageContent.swift index 4aa4d69329..1412943185 100644 --- a/Sources/TDLibKit/Generated/Models/PushMessageContent.swift +++ b/Sources/TDLibKit/Generated/Models/PushMessageContent.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/PushReceiverId.swift b/Sources/TDLibKit/Generated/Models/PushReceiverId.swift index 22d0ab9e2c..8f203299fc 100644 --- a/Sources/TDLibKit/Generated/Models/PushReceiverId.swift +++ b/Sources/TDLibKit/Generated/Models/PushReceiverId.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ReadAllChatMentions.swift b/Sources/TDLibKit/Generated/Models/ReadAllChatMentions.swift index 9d8ef6d144..118d80bc54 100644 --- a/Sources/TDLibKit/Generated/Models/ReadAllChatMentions.swift +++ b/Sources/TDLibKit/Generated/Models/ReadAllChatMentions.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ReadFilePart.swift b/Sources/TDLibKit/Generated/Models/ReadFilePart.swift index 7919c3dbc8..5b0d1d0ca7 100644 --- a/Sources/TDLibKit/Generated/Models/ReadFilePart.swift +++ b/Sources/TDLibKit/Generated/Models/ReadFilePart.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RecommendedChatFilter.swift b/Sources/TDLibKit/Generated/Models/RecommendedChatFilter.swift index e1f2ece84a..2bbc350e95 100644 --- a/Sources/TDLibKit/Generated/Models/RecommendedChatFilter.swift +++ b/Sources/TDLibKit/Generated/Models/RecommendedChatFilter.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RecommendedChatFilters.swift b/Sources/TDLibKit/Generated/Models/RecommendedChatFilters.swift index 5c3eb62eaa..ced1b16870 100644 --- a/Sources/TDLibKit/Generated/Models/RecommendedChatFilters.swift +++ b/Sources/TDLibKit/Generated/Models/RecommendedChatFilters.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RecoverAuthenticationPassword.swift b/Sources/TDLibKit/Generated/Models/RecoverAuthenticationPassword.swift index a6449285fe..0fc9f65f6f 100644 --- a/Sources/TDLibKit/Generated/Models/RecoverAuthenticationPassword.swift +++ b/Sources/TDLibKit/Generated/Models/RecoverAuthenticationPassword.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RecoverPassword.swift b/Sources/TDLibKit/Generated/Models/RecoverPassword.swift index 663848a736..7ba2b253ed 100644 --- a/Sources/TDLibKit/Generated/Models/RecoverPassword.swift +++ b/Sources/TDLibKit/Generated/Models/RecoverPassword.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RecoveryEmailAddress.swift b/Sources/TDLibKit/Generated/Models/RecoveryEmailAddress.swift index abe19ac1a1..c091785c6a 100644 --- a/Sources/TDLibKit/Generated/Models/RecoveryEmailAddress.swift +++ b/Sources/TDLibKit/Generated/Models/RecoveryEmailAddress.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RegisterDevice.swift b/Sources/TDLibKit/Generated/Models/RegisterDevice.swift index 434709f720..28a34b6168 100644 --- a/Sources/TDLibKit/Generated/Models/RegisterDevice.swift +++ b/Sources/TDLibKit/Generated/Models/RegisterDevice.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RegisterUser.swift b/Sources/TDLibKit/Generated/Models/RegisterUser.swift index 34753b223a..2c3f82508d 100644 --- a/Sources/TDLibKit/Generated/Models/RegisterUser.swift +++ b/Sources/TDLibKit/Generated/Models/RegisterUser.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoteFile.swift b/Sources/TDLibKit/Generated/Models/RemoteFile.swift index 7b238883ce..81503f3d71 100644 --- a/Sources/TDLibKit/Generated/Models/RemoteFile.swift +++ b/Sources/TDLibKit/Generated/Models/RemoteFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveBackground.swift b/Sources/TDLibKit/Generated/Models/RemoveBackground.swift index caccb802d5..805b25c004 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveBackground.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveBackground.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveChatActionBar.swift b/Sources/TDLibKit/Generated/Models/RemoveChatActionBar.swift index a1f3b0362a..2aea309675 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveChatActionBar.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveChatActionBar.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveContacts.swift b/Sources/TDLibKit/Generated/Models/RemoveContacts.swift index bbcf3a4541..f49d55b2b6 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveContacts.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveContacts.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveFavoriteSticker.swift b/Sources/TDLibKit/Generated/Models/RemoveFavoriteSticker.swift index 52c23617ca..ed3f0b0294 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveFavoriteSticker.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveFavoriteSticker.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveNotification.swift b/Sources/TDLibKit/Generated/Models/RemoveNotification.swift index c96c603277..b77ca4f421 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveNotification.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveNotification.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveNotificationGroup.swift b/Sources/TDLibKit/Generated/Models/RemoveNotificationGroup.swift index 22bdf3c670..dcff435e7c 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveNotificationGroup.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveNotificationGroup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveProxy.swift b/Sources/TDLibKit/Generated/Models/RemoveProxy.swift index 14ee2bfc0f..8ae5572c03 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveProxy.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveProxy.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveRecentHashtag.swift b/Sources/TDLibKit/Generated/Models/RemoveRecentHashtag.swift index ebb7008d18..47b46d9249 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveRecentHashtag.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveRecentHashtag.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveRecentSticker.swift b/Sources/TDLibKit/Generated/Models/RemoveRecentSticker.swift index d71e98b594..bbaffac3de 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveRecentSticker.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveRecentSticker.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveRecentlyFoundChat.swift b/Sources/TDLibKit/Generated/Models/RemoveRecentlyFoundChat.swift index 8a89e7da08..457e19e9b8 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveRecentlyFoundChat.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveRecentlyFoundChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveSavedAnimation.swift b/Sources/TDLibKit/Generated/Models/RemoveSavedAnimation.swift index 36ad7d8436..f32b64c3ce 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveSavedAnimation.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveSavedAnimation.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveStickerFromSet.swift b/Sources/TDLibKit/Generated/Models/RemoveStickerFromSet.swift index 2d4e1d954a..36775b32ea 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveStickerFromSet.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveStickerFromSet.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RemoveTopChat.swift b/Sources/TDLibKit/Generated/Models/RemoveTopChat.swift index 90a8b116db..6c920ac2e2 100644 --- a/Sources/TDLibKit/Generated/Models/RemoveTopChat.swift +++ b/Sources/TDLibKit/Generated/Models/RemoveTopChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ReorderChatFilters.swift b/Sources/TDLibKit/Generated/Models/ReorderChatFilters.swift index 3cd178bcc3..2ec7c68ab4 100644 --- a/Sources/TDLibKit/Generated/Models/ReorderChatFilters.swift +++ b/Sources/TDLibKit/Generated/Models/ReorderChatFilters.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ReorderInstalledStickerSets.swift b/Sources/TDLibKit/Generated/Models/ReorderInstalledStickerSets.swift index 9da46023eb..db0c513997 100644 --- a/Sources/TDLibKit/Generated/Models/ReorderInstalledStickerSets.swift +++ b/Sources/TDLibKit/Generated/Models/ReorderInstalledStickerSets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ReplacePrimaryChatInviteLink.swift b/Sources/TDLibKit/Generated/Models/ReplacePrimaryChatInviteLink.swift index 7a07c4b270..b468ad6715 100644 --- a/Sources/TDLibKit/Generated/Models/ReplacePrimaryChatInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/ReplacePrimaryChatInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ReplyMarkup.swift b/Sources/TDLibKit/Generated/Models/ReplyMarkup.swift index 91613f7024..22cca7d7a7 100644 --- a/Sources/TDLibKit/Generated/Models/ReplyMarkup.swift +++ b/Sources/TDLibKit/Generated/Models/ReplyMarkup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ReportChat.swift b/Sources/TDLibKit/Generated/Models/ReportChat.swift index 632f0048d5..f7d024618c 100644 --- a/Sources/TDLibKit/Generated/Models/ReportChat.swift +++ b/Sources/TDLibKit/Generated/Models/ReportChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ReportChatPhoto.swift b/Sources/TDLibKit/Generated/Models/ReportChatPhoto.swift index 60ebe71e6c..679edf1c89 100644 --- a/Sources/TDLibKit/Generated/Models/ReportChatPhoto.swift +++ b/Sources/TDLibKit/Generated/Models/ReportChatPhoto.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ReportSupergroupSpam.swift b/Sources/TDLibKit/Generated/Models/ReportSupergroupSpam.swift index 43b9e7d49f..a5ce9b27bd 100644 --- a/Sources/TDLibKit/Generated/Models/ReportSupergroupSpam.swift +++ b/Sources/TDLibKit/Generated/Models/ReportSupergroupSpam.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RequestAuthenticationPasswordRecovery.swift b/Sources/TDLibKit/Generated/Models/RequestAuthenticationPasswordRecovery.swift index 457b10d83e..4e6830d42f 100644 --- a/Sources/TDLibKit/Generated/Models/RequestAuthenticationPasswordRecovery.swift +++ b/Sources/TDLibKit/Generated/Models/RequestAuthenticationPasswordRecovery.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RequestPasswordRecovery.swift b/Sources/TDLibKit/Generated/Models/RequestPasswordRecovery.swift index 97fd877c1e..94360d0ae2 100644 --- a/Sources/TDLibKit/Generated/Models/RequestPasswordRecovery.swift +++ b/Sources/TDLibKit/Generated/Models/RequestPasswordRecovery.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RequestQrCodeAuthentication.swift b/Sources/TDLibKit/Generated/Models/RequestQrCodeAuthentication.swift index ef91e880fd..d47b8b4e30 100644 --- a/Sources/TDLibKit/Generated/Models/RequestQrCodeAuthentication.swift +++ b/Sources/TDLibKit/Generated/Models/RequestQrCodeAuthentication.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResendAuthenticationCode.swift b/Sources/TDLibKit/Generated/Models/ResendAuthenticationCode.swift index 412a671676..5ae47d8025 100644 --- a/Sources/TDLibKit/Generated/Models/ResendAuthenticationCode.swift +++ b/Sources/TDLibKit/Generated/Models/ResendAuthenticationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResendChangePhoneNumberCode.swift b/Sources/TDLibKit/Generated/Models/ResendChangePhoneNumberCode.swift index 0849f889d7..4fa6f4784e 100644 --- a/Sources/TDLibKit/Generated/Models/ResendChangePhoneNumberCode.swift +++ b/Sources/TDLibKit/Generated/Models/ResendChangePhoneNumberCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResendEmailAddressVerificationCode.swift b/Sources/TDLibKit/Generated/Models/ResendEmailAddressVerificationCode.swift index 730c2960e2..3802463eed 100644 --- a/Sources/TDLibKit/Generated/Models/ResendEmailAddressVerificationCode.swift +++ b/Sources/TDLibKit/Generated/Models/ResendEmailAddressVerificationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResendMessages.swift b/Sources/TDLibKit/Generated/Models/ResendMessages.swift index d659c608f0..7d50fc079c 100644 --- a/Sources/TDLibKit/Generated/Models/ResendMessages.swift +++ b/Sources/TDLibKit/Generated/Models/ResendMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResendPhoneNumberConfirmationCode.swift b/Sources/TDLibKit/Generated/Models/ResendPhoneNumberConfirmationCode.swift index de696f8de8..e5bd93df2e 100644 --- a/Sources/TDLibKit/Generated/Models/ResendPhoneNumberConfirmationCode.swift +++ b/Sources/TDLibKit/Generated/Models/ResendPhoneNumberConfirmationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResendPhoneNumberVerificationCode.swift b/Sources/TDLibKit/Generated/Models/ResendPhoneNumberVerificationCode.swift index 0128532d5a..a0ade1fc29 100644 --- a/Sources/TDLibKit/Generated/Models/ResendPhoneNumberVerificationCode.swift +++ b/Sources/TDLibKit/Generated/Models/ResendPhoneNumberVerificationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResendRecoveryEmailAddressCode.swift b/Sources/TDLibKit/Generated/Models/ResendRecoveryEmailAddressCode.swift index 795c0dcd26..5781b2b7e6 100644 --- a/Sources/TDLibKit/Generated/Models/ResendRecoveryEmailAddressCode.swift +++ b/Sources/TDLibKit/Generated/Models/ResendRecoveryEmailAddressCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResetAllNotificationSettings.swift b/Sources/TDLibKit/Generated/Models/ResetAllNotificationSettings.swift index 1bd6b9a64d..3748aeb834 100644 --- a/Sources/TDLibKit/Generated/Models/ResetAllNotificationSettings.swift +++ b/Sources/TDLibKit/Generated/Models/ResetAllNotificationSettings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResetBackgrounds.swift b/Sources/TDLibKit/Generated/Models/ResetBackgrounds.swift index dd7dafc649..ab1d285b0c 100644 --- a/Sources/TDLibKit/Generated/Models/ResetBackgrounds.swift +++ b/Sources/TDLibKit/Generated/Models/ResetBackgrounds.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResetNetworkStatistics.swift b/Sources/TDLibKit/Generated/Models/ResetNetworkStatistics.swift index 3cd0630f30..17dd8b45e1 100644 --- a/Sources/TDLibKit/Generated/Models/ResetNetworkStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/ResetNetworkStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResetPassword.swift b/Sources/TDLibKit/Generated/Models/ResetPassword.swift index 5d993c5fd9..19684fa75e 100644 --- a/Sources/TDLibKit/Generated/Models/ResetPassword.swift +++ b/Sources/TDLibKit/Generated/Models/ResetPassword.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ResetPasswordResult.swift b/Sources/TDLibKit/Generated/Models/ResetPasswordResult.swift index d60456b38a..7f180f45d6 100644 --- a/Sources/TDLibKit/Generated/Models/ResetPasswordResult.swift +++ b/Sources/TDLibKit/Generated/Models/ResetPasswordResult.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RevokeChatInviteLink.swift b/Sources/TDLibKit/Generated/Models/RevokeChatInviteLink.swift index fb950e76da..762bbc0225 100644 --- a/Sources/TDLibKit/Generated/Models/RevokeChatInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/RevokeChatInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RevokeGroupCallInviteLink.swift b/Sources/TDLibKit/Generated/Models/RevokeGroupCallInviteLink.swift index 775c9c90c0..0331b057d9 100644 --- a/Sources/TDLibKit/Generated/Models/RevokeGroupCallInviteLink.swift +++ b/Sources/TDLibKit/Generated/Models/RevokeGroupCallInviteLink.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/RichText.swift b/Sources/TDLibKit/Generated/Models/RichText.swift index a74f6e6ff0..bc509d8256 100644 --- a/Sources/TDLibKit/Generated/Models/RichText.swift +++ b/Sources/TDLibKit/Generated/Models/RichText.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SaveApplicationLogEvent.swift b/Sources/TDLibKit/Generated/Models/SaveApplicationLogEvent.swift index e7fcbf1b31..93e054947c 100644 --- a/Sources/TDLibKit/Generated/Models/SaveApplicationLogEvent.swift +++ b/Sources/TDLibKit/Generated/Models/SaveApplicationLogEvent.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SavedCredentials.swift b/Sources/TDLibKit/Generated/Models/SavedCredentials.swift index acae786e95..d37b454bb5 100644 --- a/Sources/TDLibKit/Generated/Models/SavedCredentials.swift +++ b/Sources/TDLibKit/Generated/Models/SavedCredentials.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ScopeNotificationSettings.swift b/Sources/TDLibKit/Generated/Models/ScopeNotificationSettings.swift index c9825d86f6..853e2431d9 100644 --- a/Sources/TDLibKit/Generated/Models/ScopeNotificationSettings.swift +++ b/Sources/TDLibKit/Generated/Models/ScopeNotificationSettings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchBackground.swift b/Sources/TDLibKit/Generated/Models/SearchBackground.swift index f30f45b467..305db2e3f2 100644 --- a/Sources/TDLibKit/Generated/Models/SearchBackground.swift +++ b/Sources/TDLibKit/Generated/Models/SearchBackground.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchCallMessages.swift b/Sources/TDLibKit/Generated/Models/SearchCallMessages.swift index 4673e6336a..9176282c88 100644 --- a/Sources/TDLibKit/Generated/Models/SearchCallMessages.swift +++ b/Sources/TDLibKit/Generated/Models/SearchCallMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchChatMembers.swift b/Sources/TDLibKit/Generated/Models/SearchChatMembers.swift index 39bb0ea7a7..a4f403dfb2 100644 --- a/Sources/TDLibKit/Generated/Models/SearchChatMembers.swift +++ b/Sources/TDLibKit/Generated/Models/SearchChatMembers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchChatMessages.swift b/Sources/TDLibKit/Generated/Models/SearchChatMessages.swift index 1aae03a8a4..8774f61137 100644 --- a/Sources/TDLibKit/Generated/Models/SearchChatMessages.swift +++ b/Sources/TDLibKit/Generated/Models/SearchChatMessages.swift @@ -3,14 +3,14 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation -/// Searches for messages with given words in the chat. Returns the results in reverse chronological order, i.e. in order of decreasing message_id. Cannot be used in secret chats with a non-empty query (searchSecretMessages mmust be used instead), or without an enabled message database. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit +/// Searches for messages with given words in the chat. Returns the results in reverse chronological order, i.e. in order of decreasing message_id. Cannot be used in secret chats with a non-empty query (searchSecretMessages must be used instead), or without an enabled message database. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit public struct SearchChatMessages: Codable { /// Identifier of the chat in which to search messages diff --git a/Sources/TDLibKit/Generated/Models/SearchChatRecentLocationMessages.swift b/Sources/TDLibKit/Generated/Models/SearchChatRecentLocationMessages.swift index bbbb885b0f..4bd29840da 100644 --- a/Sources/TDLibKit/Generated/Models/SearchChatRecentLocationMessages.swift +++ b/Sources/TDLibKit/Generated/Models/SearchChatRecentLocationMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchChats.swift b/Sources/TDLibKit/Generated/Models/SearchChats.swift index 486db0e032..149bfb7d5a 100644 --- a/Sources/TDLibKit/Generated/Models/SearchChats.swift +++ b/Sources/TDLibKit/Generated/Models/SearchChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchChatsNearby.swift b/Sources/TDLibKit/Generated/Models/SearchChatsNearby.swift index 9627d2d9f5..aa8c4381b1 100644 --- a/Sources/TDLibKit/Generated/Models/SearchChatsNearby.swift +++ b/Sources/TDLibKit/Generated/Models/SearchChatsNearby.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchChatsOnServer.swift b/Sources/TDLibKit/Generated/Models/SearchChatsOnServer.swift index 9ec4a9f764..0a477b76a3 100644 --- a/Sources/TDLibKit/Generated/Models/SearchChatsOnServer.swift +++ b/Sources/TDLibKit/Generated/Models/SearchChatsOnServer.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchContacts.swift b/Sources/TDLibKit/Generated/Models/SearchContacts.swift index ba80524d1f..8476094f86 100644 --- a/Sources/TDLibKit/Generated/Models/SearchContacts.swift +++ b/Sources/TDLibKit/Generated/Models/SearchContacts.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchEmojis.swift b/Sources/TDLibKit/Generated/Models/SearchEmojis.swift index 861ae4349c..d214970e4e 100644 --- a/Sources/TDLibKit/Generated/Models/SearchEmojis.swift +++ b/Sources/TDLibKit/Generated/Models/SearchEmojis.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchHashtags.swift b/Sources/TDLibKit/Generated/Models/SearchHashtags.swift index 7b10756496..d6e3d01c39 100644 --- a/Sources/TDLibKit/Generated/Models/SearchHashtags.swift +++ b/Sources/TDLibKit/Generated/Models/SearchHashtags.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchInstalledStickerSets.swift b/Sources/TDLibKit/Generated/Models/SearchInstalledStickerSets.swift index 3566a816ee..44a73a9bba 100644 --- a/Sources/TDLibKit/Generated/Models/SearchInstalledStickerSets.swift +++ b/Sources/TDLibKit/Generated/Models/SearchInstalledStickerSets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchMessages.swift b/Sources/TDLibKit/Generated/Models/SearchMessages.swift index 72fc2159a2..9ab5864aba 100644 --- a/Sources/TDLibKit/Generated/Models/SearchMessages.swift +++ b/Sources/TDLibKit/Generated/Models/SearchMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchMessagesFilter.swift b/Sources/TDLibKit/Generated/Models/SearchMessagesFilter.swift index f5dc435ba2..80733c3dae 100644 --- a/Sources/TDLibKit/Generated/Models/SearchMessagesFilter.swift +++ b/Sources/TDLibKit/Generated/Models/SearchMessagesFilter.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchPublicChat.swift b/Sources/TDLibKit/Generated/Models/SearchPublicChat.swift index 1440d533bb..87661f7861 100644 --- a/Sources/TDLibKit/Generated/Models/SearchPublicChat.swift +++ b/Sources/TDLibKit/Generated/Models/SearchPublicChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchPublicChats.swift b/Sources/TDLibKit/Generated/Models/SearchPublicChats.swift index 542e4403d2..871709b69c 100644 --- a/Sources/TDLibKit/Generated/Models/SearchPublicChats.swift +++ b/Sources/TDLibKit/Generated/Models/SearchPublicChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchSecretMessages.swift b/Sources/TDLibKit/Generated/Models/SearchSecretMessages.swift index f9c8b77332..2072c2c722 100644 --- a/Sources/TDLibKit/Generated/Models/SearchSecretMessages.swift +++ b/Sources/TDLibKit/Generated/Models/SearchSecretMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchStickerSet.swift b/Sources/TDLibKit/Generated/Models/SearchStickerSet.swift index aaf2c37eef..05c59cc7dd 100644 --- a/Sources/TDLibKit/Generated/Models/SearchStickerSet.swift +++ b/Sources/TDLibKit/Generated/Models/SearchStickerSet.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchStickerSets.swift b/Sources/TDLibKit/Generated/Models/SearchStickerSets.swift index e00401b18e..9b1d9d1ad5 100644 --- a/Sources/TDLibKit/Generated/Models/SearchStickerSets.swift +++ b/Sources/TDLibKit/Generated/Models/SearchStickerSets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SearchStickers.swift b/Sources/TDLibKit/Generated/Models/SearchStickers.swift index 924037848b..88c134b3c7 100644 --- a/Sources/TDLibKit/Generated/Models/SearchStickers.swift +++ b/Sources/TDLibKit/Generated/Models/SearchStickers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Seconds.swift b/Sources/TDLibKit/Generated/Models/Seconds.swift index dafaea652b..46d1aa05ed 100644 --- a/Sources/TDLibKit/Generated/Models/Seconds.swift +++ b/Sources/TDLibKit/Generated/Models/Seconds.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SecretChat.swift b/Sources/TDLibKit/Generated/Models/SecretChat.swift index 8a0104f0d9..e12c7a37af 100644 --- a/Sources/TDLibKit/Generated/Models/SecretChat.swift +++ b/Sources/TDLibKit/Generated/Models/SecretChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SecretChatState.swift b/Sources/TDLibKit/Generated/Models/SecretChatState.swift index 72bc02541d..2b5987f007 100644 --- a/Sources/TDLibKit/Generated/Models/SecretChatState.swift +++ b/Sources/TDLibKit/Generated/Models/SecretChatState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendBotStartMessage.swift b/Sources/TDLibKit/Generated/Models/SendBotStartMessage.swift index b9b38aa049..00002a57ee 100644 --- a/Sources/TDLibKit/Generated/Models/SendBotStartMessage.swift +++ b/Sources/TDLibKit/Generated/Models/SendBotStartMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendCallDebugInformation.swift b/Sources/TDLibKit/Generated/Models/SendCallDebugInformation.swift index 78ed8b88c3..fe43dab315 100644 --- a/Sources/TDLibKit/Generated/Models/SendCallDebugInformation.swift +++ b/Sources/TDLibKit/Generated/Models/SendCallDebugInformation.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendCallRating.swift b/Sources/TDLibKit/Generated/Models/SendCallRating.swift index bad3790d50..1aaddfd6e5 100644 --- a/Sources/TDLibKit/Generated/Models/SendCallRating.swift +++ b/Sources/TDLibKit/Generated/Models/SendCallRating.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendCallSignalingData.swift b/Sources/TDLibKit/Generated/Models/SendCallSignalingData.swift index 5bd33ae635..dafc4ec3c4 100644 --- a/Sources/TDLibKit/Generated/Models/SendCallSignalingData.swift +++ b/Sources/TDLibKit/Generated/Models/SendCallSignalingData.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendChatAction.swift b/Sources/TDLibKit/Generated/Models/SendChatAction.swift index 4c434f6685..5217f43b79 100644 --- a/Sources/TDLibKit/Generated/Models/SendChatAction.swift +++ b/Sources/TDLibKit/Generated/Models/SendChatAction.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendChatScreenshotTakenNotification.swift b/Sources/TDLibKit/Generated/Models/SendChatScreenshotTakenNotification.swift index 803125fb44..4908f63bd3 100644 --- a/Sources/TDLibKit/Generated/Models/SendChatScreenshotTakenNotification.swift +++ b/Sources/TDLibKit/Generated/Models/SendChatScreenshotTakenNotification.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendCustomRequest.swift b/Sources/TDLibKit/Generated/Models/SendCustomRequest.swift index 4f0304f8fb..1390934f41 100644 --- a/Sources/TDLibKit/Generated/Models/SendCustomRequest.swift +++ b/Sources/TDLibKit/Generated/Models/SendCustomRequest.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendEmailAddressVerificationCode.swift b/Sources/TDLibKit/Generated/Models/SendEmailAddressVerificationCode.swift index e0a92e0e0d..e4ab8e11a7 100644 --- a/Sources/TDLibKit/Generated/Models/SendEmailAddressVerificationCode.swift +++ b/Sources/TDLibKit/Generated/Models/SendEmailAddressVerificationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendInlineQueryResultMessage.swift b/Sources/TDLibKit/Generated/Models/SendInlineQueryResultMessage.swift index 7e062151e6..81a781cd05 100644 --- a/Sources/TDLibKit/Generated/Models/SendInlineQueryResultMessage.swift +++ b/Sources/TDLibKit/Generated/Models/SendInlineQueryResultMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendMessage.swift b/Sources/TDLibKit/Generated/Models/SendMessage.swift index 3c402c69f5..f65799e46a 100644 --- a/Sources/TDLibKit/Generated/Models/SendMessage.swift +++ b/Sources/TDLibKit/Generated/Models/SendMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendMessageAlbum.swift b/Sources/TDLibKit/Generated/Models/SendMessageAlbum.swift index 7a60b25203..3755eb389a 100644 --- a/Sources/TDLibKit/Generated/Models/SendMessageAlbum.swift +++ b/Sources/TDLibKit/Generated/Models/SendMessageAlbum.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendPassportAuthorizationForm.swift b/Sources/TDLibKit/Generated/Models/SendPassportAuthorizationForm.swift index eea70f3298..ab10577715 100644 --- a/Sources/TDLibKit/Generated/Models/SendPassportAuthorizationForm.swift +++ b/Sources/TDLibKit/Generated/Models/SendPassportAuthorizationForm.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendPaymentForm.swift b/Sources/TDLibKit/Generated/Models/SendPaymentForm.swift index 25faa6c0bb..969c2b1e7a 100644 --- a/Sources/TDLibKit/Generated/Models/SendPaymentForm.swift +++ b/Sources/TDLibKit/Generated/Models/SendPaymentForm.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendPhoneNumberConfirmationCode.swift b/Sources/TDLibKit/Generated/Models/SendPhoneNumberConfirmationCode.swift index fcfa7a6fcb..6f3d0938cf 100644 --- a/Sources/TDLibKit/Generated/Models/SendPhoneNumberConfirmationCode.swift +++ b/Sources/TDLibKit/Generated/Models/SendPhoneNumberConfirmationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SendPhoneNumberVerificationCode.swift b/Sources/TDLibKit/Generated/Models/SendPhoneNumberVerificationCode.swift index 535744dc96..eacb96e8c1 100644 --- a/Sources/TDLibKit/Generated/Models/SendPhoneNumberVerificationCode.swift +++ b/Sources/TDLibKit/Generated/Models/SendPhoneNumberVerificationCode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Session.swift b/Sources/TDLibKit/Generated/Models/Session.swift index dfbc9c2df7..9489fc55d4 100644 --- a/Sources/TDLibKit/Generated/Models/Session.swift +++ b/Sources/TDLibKit/Generated/Models/Session.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Sessions.swift b/Sources/TDLibKit/Generated/Models/Sessions.swift index e6ebc129d3..96eb1872ba 100644 --- a/Sources/TDLibKit/Generated/Models/Sessions.swift +++ b/Sources/TDLibKit/Generated/Models/Sessions.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetAccountTtl.swift b/Sources/TDLibKit/Generated/Models/SetAccountTtl.swift index 1832a9b109..0f9af32fbb 100644 --- a/Sources/TDLibKit/Generated/Models/SetAccountTtl.swift +++ b/Sources/TDLibKit/Generated/Models/SetAccountTtl.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetAlarm.swift b/Sources/TDLibKit/Generated/Models/SetAlarm.swift index 94f0f2c3e7..d2412bcb41 100644 --- a/Sources/TDLibKit/Generated/Models/SetAlarm.swift +++ b/Sources/TDLibKit/Generated/Models/SetAlarm.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetAuthenticationPhoneNumber.swift b/Sources/TDLibKit/Generated/Models/SetAuthenticationPhoneNumber.swift index ea0691abb6..2130488aa6 100644 --- a/Sources/TDLibKit/Generated/Models/SetAuthenticationPhoneNumber.swift +++ b/Sources/TDLibKit/Generated/Models/SetAuthenticationPhoneNumber.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetAutoDownloadSettings.swift b/Sources/TDLibKit/Generated/Models/SetAutoDownloadSettings.swift index 7c6bddb629..d8f3b2a0a7 100644 --- a/Sources/TDLibKit/Generated/Models/SetAutoDownloadSettings.swift +++ b/Sources/TDLibKit/Generated/Models/SetAutoDownloadSettings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetBackground.swift b/Sources/TDLibKit/Generated/Models/SetBackground.swift index e9d0c9591b..0f7eabe456 100644 --- a/Sources/TDLibKit/Generated/Models/SetBackground.swift +++ b/Sources/TDLibKit/Generated/Models/SetBackground.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetBio.swift b/Sources/TDLibKit/Generated/Models/SetBio.swift index efd10896f9..2da9571ba1 100644 --- a/Sources/TDLibKit/Generated/Models/SetBio.swift +++ b/Sources/TDLibKit/Generated/Models/SetBio.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetBotUpdatesStatus.swift b/Sources/TDLibKit/Generated/Models/SetBotUpdatesStatus.swift index 44a3546769..aee03ca5a3 100644 --- a/Sources/TDLibKit/Generated/Models/SetBotUpdatesStatus.swift +++ b/Sources/TDLibKit/Generated/Models/SetBotUpdatesStatus.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatClientData.swift b/Sources/TDLibKit/Generated/Models/SetChatClientData.swift index ffa585923f..f7220f2816 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatClientData.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatClientData.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatDescription.swift b/Sources/TDLibKit/Generated/Models/SetChatDescription.swift index e070d102c3..6a35b97b64 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatDescription.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatDescription.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatDiscussionGroup.swift b/Sources/TDLibKit/Generated/Models/SetChatDiscussionGroup.swift index 4c23325f0d..a505eb72b5 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatDiscussionGroup.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatDiscussionGroup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatDraftMessage.swift b/Sources/TDLibKit/Generated/Models/SetChatDraftMessage.swift index 8866d06bbb..9268f86658 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatDraftMessage.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatDraftMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatLocation.swift b/Sources/TDLibKit/Generated/Models/SetChatLocation.swift index e46de90775..550495db05 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatLocation.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatLocation.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatMemberStatus.swift b/Sources/TDLibKit/Generated/Models/SetChatMemberStatus.swift index 8caa710dc4..b64f525f1d 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatMemberStatus.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatMemberStatus.swift @@ -3,14 +3,14 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation -/// Changes the status of a chat member, needs appropriate privileges. This function is currently not suitable for transferring chat ownership; use transferChatOwnership instead. Use addChatMember or banChatMember if you need to pass some additional parameters +/// Changes the status of a chat member, needs appropriate privileges. This function is currently not suitable for transferring chat ownership; use transferChatOwnership instead. Use addChatMember or banChatMember if some additional parameters needs to be passed public struct SetChatMemberStatus: Codable { /// Chat identifier diff --git a/Sources/TDLibKit/Generated/Models/SetChatMessageTtlSetting.swift b/Sources/TDLibKit/Generated/Models/SetChatMessageTtlSetting.swift index 20ac572d87..5da75d5d1a 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatMessageTtlSetting.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatMessageTtlSetting.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatNotificationSettings.swift b/Sources/TDLibKit/Generated/Models/SetChatNotificationSettings.swift index 8ec53383bd..352cc1a98f 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatNotificationSettings.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatNotificationSettings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatPermissions.swift b/Sources/TDLibKit/Generated/Models/SetChatPermissions.swift index ef43d19d06..c421573f1a 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatPermissions.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatPermissions.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatPhoto.swift b/Sources/TDLibKit/Generated/Models/SetChatPhoto.swift index f953098e59..b3ffe574a6 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatPhoto.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatPhoto.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatSlowModeDelay.swift b/Sources/TDLibKit/Generated/Models/SetChatSlowModeDelay.swift index e7127284ed..f932fde3ab 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatSlowModeDelay.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatSlowModeDelay.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatTheme.swift b/Sources/TDLibKit/Generated/Models/SetChatTheme.swift index 844de766a6..05aedf84c3 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatTheme.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatTheme.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetChatTitle.swift b/Sources/TDLibKit/Generated/Models/SetChatTitle.swift index bc28ad3870..3621026f73 100644 --- a/Sources/TDLibKit/Generated/Models/SetChatTitle.swift +++ b/Sources/TDLibKit/Generated/Models/SetChatTitle.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetCommands.swift b/Sources/TDLibKit/Generated/Models/SetCommands.swift index ee8c307497..5e56bdc1b4 100644 --- a/Sources/TDLibKit/Generated/Models/SetCommands.swift +++ b/Sources/TDLibKit/Generated/Models/SetCommands.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetCustomLanguagePack.swift b/Sources/TDLibKit/Generated/Models/SetCustomLanguagePack.swift index f21bcfa1f0..57fed36d1e 100644 --- a/Sources/TDLibKit/Generated/Models/SetCustomLanguagePack.swift +++ b/Sources/TDLibKit/Generated/Models/SetCustomLanguagePack.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetCustomLanguagePackString.swift b/Sources/TDLibKit/Generated/Models/SetCustomLanguagePackString.swift index 803e02de8f..1b8e009be2 100644 --- a/Sources/TDLibKit/Generated/Models/SetCustomLanguagePackString.swift +++ b/Sources/TDLibKit/Generated/Models/SetCustomLanguagePackString.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetDatabaseEncryptionKey.swift b/Sources/TDLibKit/Generated/Models/SetDatabaseEncryptionKey.swift index 827c21d904..8eaee0bb51 100644 --- a/Sources/TDLibKit/Generated/Models/SetDatabaseEncryptionKey.swift +++ b/Sources/TDLibKit/Generated/Models/SetDatabaseEncryptionKey.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetFileGenerationProgress.swift b/Sources/TDLibKit/Generated/Models/SetFileGenerationProgress.swift index 3c898cad9d..cba411907c 100644 --- a/Sources/TDLibKit/Generated/Models/SetFileGenerationProgress.swift +++ b/Sources/TDLibKit/Generated/Models/SetFileGenerationProgress.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetGameScore.swift b/Sources/TDLibKit/Generated/Models/SetGameScore.swift index 301b5b5af4..e3a6a07b74 100644 --- a/Sources/TDLibKit/Generated/Models/SetGameScore.swift +++ b/Sources/TDLibKit/Generated/Models/SetGameScore.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetGroupCallParticipantIsSpeaking.swift b/Sources/TDLibKit/Generated/Models/SetGroupCallParticipantIsSpeaking.swift index 009035ba47..a8cfdd85ec 100644 --- a/Sources/TDLibKit/Generated/Models/SetGroupCallParticipantIsSpeaking.swift +++ b/Sources/TDLibKit/Generated/Models/SetGroupCallParticipantIsSpeaking.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetGroupCallParticipantVolumeLevel.swift b/Sources/TDLibKit/Generated/Models/SetGroupCallParticipantVolumeLevel.swift index 55fbfa70af..b1161f103d 100644 --- a/Sources/TDLibKit/Generated/Models/SetGroupCallParticipantVolumeLevel.swift +++ b/Sources/TDLibKit/Generated/Models/SetGroupCallParticipantVolumeLevel.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetGroupCallTitle.swift b/Sources/TDLibKit/Generated/Models/SetGroupCallTitle.swift index aeef34d7fb..1af4d54995 100644 --- a/Sources/TDLibKit/Generated/Models/SetGroupCallTitle.swift +++ b/Sources/TDLibKit/Generated/Models/SetGroupCallTitle.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetInlineGameScore.swift b/Sources/TDLibKit/Generated/Models/SetInlineGameScore.swift index 7e7708213f..53f13776f7 100644 --- a/Sources/TDLibKit/Generated/Models/SetInlineGameScore.swift +++ b/Sources/TDLibKit/Generated/Models/SetInlineGameScore.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetLocation.swift b/Sources/TDLibKit/Generated/Models/SetLocation.swift index d48e95cc89..8cea9a995e 100644 --- a/Sources/TDLibKit/Generated/Models/SetLocation.swift +++ b/Sources/TDLibKit/Generated/Models/SetLocation.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetLogStream.swift b/Sources/TDLibKit/Generated/Models/SetLogStream.swift index d7820e15c5..9bc8b2be3e 100644 --- a/Sources/TDLibKit/Generated/Models/SetLogStream.swift +++ b/Sources/TDLibKit/Generated/Models/SetLogStream.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetLogTagVerbosityLevel.swift b/Sources/TDLibKit/Generated/Models/SetLogTagVerbosityLevel.swift index 69fa80896c..be0f7ce705 100644 --- a/Sources/TDLibKit/Generated/Models/SetLogTagVerbosityLevel.swift +++ b/Sources/TDLibKit/Generated/Models/SetLogTagVerbosityLevel.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetLogVerbosityLevel.swift b/Sources/TDLibKit/Generated/Models/SetLogVerbosityLevel.swift index 56a5c35576..a97d24312e 100644 --- a/Sources/TDLibKit/Generated/Models/SetLogVerbosityLevel.swift +++ b/Sources/TDLibKit/Generated/Models/SetLogVerbosityLevel.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetName.swift b/Sources/TDLibKit/Generated/Models/SetName.swift index 0d36f29846..2290fe44bb 100644 --- a/Sources/TDLibKit/Generated/Models/SetName.swift +++ b/Sources/TDLibKit/Generated/Models/SetName.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetNetworkType.swift b/Sources/TDLibKit/Generated/Models/SetNetworkType.swift index ed6f6739d6..ef3eedbb33 100644 --- a/Sources/TDLibKit/Generated/Models/SetNetworkType.swift +++ b/Sources/TDLibKit/Generated/Models/SetNetworkType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetOption.swift b/Sources/TDLibKit/Generated/Models/SetOption.swift index a810a4635b..f105a32656 100644 --- a/Sources/TDLibKit/Generated/Models/SetOption.swift +++ b/Sources/TDLibKit/Generated/Models/SetOption.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetPassportElement.swift b/Sources/TDLibKit/Generated/Models/SetPassportElement.swift index 0e660e1207..3a9b4ebbbd 100644 --- a/Sources/TDLibKit/Generated/Models/SetPassportElement.swift +++ b/Sources/TDLibKit/Generated/Models/SetPassportElement.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetPassportElementErrors.swift b/Sources/TDLibKit/Generated/Models/SetPassportElementErrors.swift index 12d5446e34..e90aeb7d99 100644 --- a/Sources/TDLibKit/Generated/Models/SetPassportElementErrors.swift +++ b/Sources/TDLibKit/Generated/Models/SetPassportElementErrors.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetPassword.swift b/Sources/TDLibKit/Generated/Models/SetPassword.swift index e510cfd3e6..8be60cd155 100644 --- a/Sources/TDLibKit/Generated/Models/SetPassword.swift +++ b/Sources/TDLibKit/Generated/Models/SetPassword.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetPinnedChats.swift b/Sources/TDLibKit/Generated/Models/SetPinnedChats.swift index 701df5f0b0..3780039707 100644 --- a/Sources/TDLibKit/Generated/Models/SetPinnedChats.swift +++ b/Sources/TDLibKit/Generated/Models/SetPinnedChats.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetPollAnswer.swift b/Sources/TDLibKit/Generated/Models/SetPollAnswer.swift index 6e0e453ccf..990fd691d8 100644 --- a/Sources/TDLibKit/Generated/Models/SetPollAnswer.swift +++ b/Sources/TDLibKit/Generated/Models/SetPollAnswer.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetProfilePhoto.swift b/Sources/TDLibKit/Generated/Models/SetProfilePhoto.swift index 15eddd9dba..071f2fd01b 100644 --- a/Sources/TDLibKit/Generated/Models/SetProfilePhoto.swift +++ b/Sources/TDLibKit/Generated/Models/SetProfilePhoto.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetRecoveryEmailAddress.swift b/Sources/TDLibKit/Generated/Models/SetRecoveryEmailAddress.swift index fe77b90936..c4eb1ec8e4 100644 --- a/Sources/TDLibKit/Generated/Models/SetRecoveryEmailAddress.swift +++ b/Sources/TDLibKit/Generated/Models/SetRecoveryEmailAddress.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetScopeNotificationSettings.swift b/Sources/TDLibKit/Generated/Models/SetScopeNotificationSettings.swift index 0f39500eb9..e6e349c3e0 100644 --- a/Sources/TDLibKit/Generated/Models/SetScopeNotificationSettings.swift +++ b/Sources/TDLibKit/Generated/Models/SetScopeNotificationSettings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetStickerPositionInSet.swift b/Sources/TDLibKit/Generated/Models/SetStickerPositionInSet.swift index da78a3d2d0..b27d02d9e9 100644 --- a/Sources/TDLibKit/Generated/Models/SetStickerPositionInSet.swift +++ b/Sources/TDLibKit/Generated/Models/SetStickerPositionInSet.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetStickerSetThumbnail.swift b/Sources/TDLibKit/Generated/Models/SetStickerSetThumbnail.swift index b937fb1073..c56624e8a1 100644 --- a/Sources/TDLibKit/Generated/Models/SetStickerSetThumbnail.swift +++ b/Sources/TDLibKit/Generated/Models/SetStickerSetThumbnail.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetSupergroupStickerSet.swift b/Sources/TDLibKit/Generated/Models/SetSupergroupStickerSet.swift index 9a3c6b0ec1..6db6920760 100644 --- a/Sources/TDLibKit/Generated/Models/SetSupergroupStickerSet.swift +++ b/Sources/TDLibKit/Generated/Models/SetSupergroupStickerSet.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetSupergroupUsername.swift b/Sources/TDLibKit/Generated/Models/SetSupergroupUsername.swift index 9119de965f..ef846e2d7c 100644 --- a/Sources/TDLibKit/Generated/Models/SetSupergroupUsername.swift +++ b/Sources/TDLibKit/Generated/Models/SetSupergroupUsername.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetTdlibParameters.swift b/Sources/TDLibKit/Generated/Models/SetTdlibParameters.swift index ff6ccb5f0b..c0a2fff0a6 100644 --- a/Sources/TDLibKit/Generated/Models/SetTdlibParameters.swift +++ b/Sources/TDLibKit/Generated/Models/SetTdlibParameters.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetUserPrivacySettingRules.swift b/Sources/TDLibKit/Generated/Models/SetUserPrivacySettingRules.swift index 210cfe0234..59793ad17e 100644 --- a/Sources/TDLibKit/Generated/Models/SetUserPrivacySettingRules.swift +++ b/Sources/TDLibKit/Generated/Models/SetUserPrivacySettingRules.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetUsername.swift b/Sources/TDLibKit/Generated/Models/SetUsername.swift index 62e730a5f3..c5567564a6 100644 --- a/Sources/TDLibKit/Generated/Models/SetUsername.swift +++ b/Sources/TDLibKit/Generated/Models/SetUsername.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SetVoiceChatDefaultParticipant.swift b/Sources/TDLibKit/Generated/Models/SetVoiceChatDefaultParticipant.swift index 5ea9fabdb6..42a0c6a3c6 100644 --- a/Sources/TDLibKit/Generated/Models/SetVoiceChatDefaultParticipant.swift +++ b/Sources/TDLibKit/Generated/Models/SetVoiceChatDefaultParticipant.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SharePhoneNumber.swift b/Sources/TDLibKit/Generated/Models/SharePhoneNumber.swift index d640f20a7d..5eae504d36 100644 --- a/Sources/TDLibKit/Generated/Models/SharePhoneNumber.swift +++ b/Sources/TDLibKit/Generated/Models/SharePhoneNumber.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ShippingOption.swift b/Sources/TDLibKit/Generated/Models/ShippingOption.swift index ec3de9fad7..287b448c86 100644 --- a/Sources/TDLibKit/Generated/Models/ShippingOption.swift +++ b/Sources/TDLibKit/Generated/Models/ShippingOption.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SponsoredMessage.swift b/Sources/TDLibKit/Generated/Models/SponsoredMessage.swift index a59000248e..3c809c3171 100644 --- a/Sources/TDLibKit/Generated/Models/SponsoredMessage.swift +++ b/Sources/TDLibKit/Generated/Models/SponsoredMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation @@ -19,23 +19,23 @@ public struct SponsoredMessage: Codable { /// Unique sponsored message identifier public let id: Int + /// An internal link to be opened when the sponsored message is clicked; may be null. If null, the sponsor chat needs to be opened instead + public let link: InternalLinkType? + /// Chat identifier public let sponsorChatId: Int64 - /// Parameter for the bot start message if the sponsored chat is a chat with a bot - public let startParameter: String - public init( content: MessageContent, id: Int, - sponsorChatId: Int64, - startParameter: String + link: InternalLinkType?, + sponsorChatId: Int64 ) { self.content = content self.id = id + self.link = link self.sponsorChatId = sponsorChatId - self.startParameter = startParameter } } diff --git a/Sources/TDLibKit/Generated/Models/SponsoredMessages.swift b/Sources/TDLibKit/Generated/Models/SponsoredMessages.swift index 27ae6fe640..e34432f808 100644 --- a/Sources/TDLibKit/Generated/Models/SponsoredMessages.swift +++ b/Sources/TDLibKit/Generated/Models/SponsoredMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StartGroupCallRecording.swift b/Sources/TDLibKit/Generated/Models/StartGroupCallRecording.swift index f3518ff515..c78932c586 100644 --- a/Sources/TDLibKit/Generated/Models/StartGroupCallRecording.swift +++ b/Sources/TDLibKit/Generated/Models/StartGroupCallRecording.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StartGroupCallScreenSharing.swift b/Sources/TDLibKit/Generated/Models/StartGroupCallScreenSharing.swift index 3f0ab021ce..0270cff07c 100644 --- a/Sources/TDLibKit/Generated/Models/StartGroupCallScreenSharing.swift +++ b/Sources/TDLibKit/Generated/Models/StartGroupCallScreenSharing.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StartScheduledGroupCall.swift b/Sources/TDLibKit/Generated/Models/StartScheduledGroupCall.swift index b244e250a8..60d9c0e658 100644 --- a/Sources/TDLibKit/Generated/Models/StartScheduledGroupCall.swift +++ b/Sources/TDLibKit/Generated/Models/StartScheduledGroupCall.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StatisticalGraph.swift b/Sources/TDLibKit/Generated/Models/StatisticalGraph.swift index 55457c5e1c..48e1e9b74f 100644 --- a/Sources/TDLibKit/Generated/Models/StatisticalGraph.swift +++ b/Sources/TDLibKit/Generated/Models/StatisticalGraph.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StatisticalValue.swift b/Sources/TDLibKit/Generated/Models/StatisticalValue.swift index 26bad24e10..67729258f5 100644 --- a/Sources/TDLibKit/Generated/Models/StatisticalValue.swift +++ b/Sources/TDLibKit/Generated/Models/StatisticalValue.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Sticker.swift b/Sources/TDLibKit/Generated/Models/Sticker.swift index 4dc0b1e678..f9188a74b1 100644 --- a/Sources/TDLibKit/Generated/Models/Sticker.swift +++ b/Sources/TDLibKit/Generated/Models/Sticker.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StickerSet.swift b/Sources/TDLibKit/Generated/Models/StickerSet.swift index df3b9d8a05..0685b19a49 100644 --- a/Sources/TDLibKit/Generated/Models/StickerSet.swift +++ b/Sources/TDLibKit/Generated/Models/StickerSet.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StickerSetInfo.swift b/Sources/TDLibKit/Generated/Models/StickerSetInfo.swift index 3de1f12f40..87fd8c8fa6 100644 --- a/Sources/TDLibKit/Generated/Models/StickerSetInfo.swift +++ b/Sources/TDLibKit/Generated/Models/StickerSetInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StickerSets.swift b/Sources/TDLibKit/Generated/Models/StickerSets.swift index accd55509e..eda5a2b77a 100644 --- a/Sources/TDLibKit/Generated/Models/StickerSets.swift +++ b/Sources/TDLibKit/Generated/Models/StickerSets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Stickers.swift b/Sources/TDLibKit/Generated/Models/Stickers.swift index 047a2b1e2f..845c0f74da 100644 --- a/Sources/TDLibKit/Generated/Models/Stickers.swift +++ b/Sources/TDLibKit/Generated/Models/Stickers.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StopPoll.swift b/Sources/TDLibKit/Generated/Models/StopPoll.swift index 7b64d6ec70..1d8f2ba634 100644 --- a/Sources/TDLibKit/Generated/Models/StopPoll.swift +++ b/Sources/TDLibKit/Generated/Models/StopPoll.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StorageStatistics.swift b/Sources/TDLibKit/Generated/Models/StorageStatistics.swift index 8d4bf47129..c294391457 100644 --- a/Sources/TDLibKit/Generated/Models/StorageStatistics.swift +++ b/Sources/TDLibKit/Generated/Models/StorageStatistics.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StorageStatisticsByChat.swift b/Sources/TDLibKit/Generated/Models/StorageStatisticsByChat.swift index 08f7c47050..24ab9dd9d8 100644 --- a/Sources/TDLibKit/Generated/Models/StorageStatisticsByChat.swift +++ b/Sources/TDLibKit/Generated/Models/StorageStatisticsByChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StorageStatisticsByFileType.swift b/Sources/TDLibKit/Generated/Models/StorageStatisticsByFileType.swift index 5db79dd419..a37ff1a728 100644 --- a/Sources/TDLibKit/Generated/Models/StorageStatisticsByFileType.swift +++ b/Sources/TDLibKit/Generated/Models/StorageStatisticsByFileType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/StorageStatisticsFast.swift b/Sources/TDLibKit/Generated/Models/StorageStatisticsFast.swift index cfc53804d3..e6c3662012 100644 --- a/Sources/TDLibKit/Generated/Models/StorageStatisticsFast.swift +++ b/Sources/TDLibKit/Generated/Models/StorageStatisticsFast.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SuggestedAction.swift b/Sources/TDLibKit/Generated/Models/SuggestedAction.swift index d5a1b3b53d..3547b836ee 100644 --- a/Sources/TDLibKit/Generated/Models/SuggestedAction.swift +++ b/Sources/TDLibKit/Generated/Models/SuggestedAction.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Supergroup.swift b/Sources/TDLibKit/Generated/Models/Supergroup.swift index 193ecee46d..56823d8ec6 100644 --- a/Sources/TDLibKit/Generated/Models/Supergroup.swift +++ b/Sources/TDLibKit/Generated/Models/Supergroup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SupergroupFullInfo.swift b/Sources/TDLibKit/Generated/Models/SupergroupFullInfo.swift index e3b9b4555e..c96820be23 100644 --- a/Sources/TDLibKit/Generated/Models/SupergroupFullInfo.swift +++ b/Sources/TDLibKit/Generated/Models/SupergroupFullInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SupergroupMembersFilter.swift b/Sources/TDLibKit/Generated/Models/SupergroupMembersFilter.swift index 684b75b9dc..e776c14db3 100644 --- a/Sources/TDLibKit/Generated/Models/SupergroupMembersFilter.swift +++ b/Sources/TDLibKit/Generated/Models/SupergroupMembersFilter.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/SynchronizeLanguagePack.swift b/Sources/TDLibKit/Generated/Models/SynchronizeLanguagePack.swift index 8c39bf8bb2..b246569f76 100644 --- a/Sources/TDLibKit/Generated/Models/SynchronizeLanguagePack.swift +++ b/Sources/TDLibKit/Generated/Models/SynchronizeLanguagePack.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TMeUrl.swift b/Sources/TDLibKit/Generated/Models/TMeUrl.swift index 1940eb55d5..1abf32d8ac 100644 --- a/Sources/TDLibKit/Generated/Models/TMeUrl.swift +++ b/Sources/TDLibKit/Generated/Models/TMeUrl.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TMeUrlType.swift b/Sources/TDLibKit/Generated/Models/TMeUrlType.swift index ef3a76d5a6..0e54ade71e 100644 --- a/Sources/TDLibKit/Generated/Models/TMeUrlType.swift +++ b/Sources/TDLibKit/Generated/Models/TMeUrlType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TMeUrls.swift b/Sources/TDLibKit/Generated/Models/TMeUrls.swift index 117c6c1351..66378abd68 100644 --- a/Sources/TDLibKit/Generated/Models/TMeUrls.swift +++ b/Sources/TDLibKit/Generated/Models/TMeUrls.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TdlibParameters.swift b/Sources/TDLibKit/Generated/Models/TdlibParameters.swift index efd398c860..10046d0e8f 100644 --- a/Sources/TDLibKit/Generated/Models/TdlibParameters.swift +++ b/Sources/TDLibKit/Generated/Models/TdlibParameters.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TemporaryPasswordState.swift b/Sources/TDLibKit/Generated/Models/TemporaryPasswordState.swift index ab0e681299..0affda6487 100644 --- a/Sources/TDLibKit/Generated/Models/TemporaryPasswordState.swift +++ b/Sources/TDLibKit/Generated/Models/TemporaryPasswordState.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TerminateAllOtherSessions.swift b/Sources/TDLibKit/Generated/Models/TerminateAllOtherSessions.swift index cde416d066..3da8d90b8c 100644 --- a/Sources/TDLibKit/Generated/Models/TerminateAllOtherSessions.swift +++ b/Sources/TDLibKit/Generated/Models/TerminateAllOtherSessions.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TerminateSession.swift b/Sources/TDLibKit/Generated/Models/TerminateSession.swift index c479c44a1f..e1d3425720 100644 --- a/Sources/TDLibKit/Generated/Models/TerminateSession.swift +++ b/Sources/TDLibKit/Generated/Models/TerminateSession.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TermsOfService.swift b/Sources/TDLibKit/Generated/Models/TermsOfService.swift index 237c0dd465..a910e1b955 100644 --- a/Sources/TDLibKit/Generated/Models/TermsOfService.swift +++ b/Sources/TDLibKit/Generated/Models/TermsOfService.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestBytes.swift b/Sources/TDLibKit/Generated/Models/TestBytes.swift index 49f63060e6..1b8f80944a 100644 --- a/Sources/TDLibKit/Generated/Models/TestBytes.swift +++ b/Sources/TDLibKit/Generated/Models/TestBytes.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestCallBytes.swift b/Sources/TDLibKit/Generated/Models/TestCallBytes.swift index 59bdab0f7f..31d281e6e4 100644 --- a/Sources/TDLibKit/Generated/Models/TestCallBytes.swift +++ b/Sources/TDLibKit/Generated/Models/TestCallBytes.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestCallEmpty.swift b/Sources/TDLibKit/Generated/Models/TestCallEmpty.swift index ccb8d72404..95dff0700f 100644 --- a/Sources/TDLibKit/Generated/Models/TestCallEmpty.swift +++ b/Sources/TDLibKit/Generated/Models/TestCallEmpty.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestCallString.swift b/Sources/TDLibKit/Generated/Models/TestCallString.swift index 18116f1d7f..71ddff920d 100644 --- a/Sources/TDLibKit/Generated/Models/TestCallString.swift +++ b/Sources/TDLibKit/Generated/Models/TestCallString.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestCallVectorInt.swift b/Sources/TDLibKit/Generated/Models/TestCallVectorInt.swift index 0e944b37bc..04e0eb2d53 100644 --- a/Sources/TDLibKit/Generated/Models/TestCallVectorInt.swift +++ b/Sources/TDLibKit/Generated/Models/TestCallVectorInt.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestCallVectorIntObject.swift b/Sources/TDLibKit/Generated/Models/TestCallVectorIntObject.swift index a844ec170d..f85e195e94 100644 --- a/Sources/TDLibKit/Generated/Models/TestCallVectorIntObject.swift +++ b/Sources/TDLibKit/Generated/Models/TestCallVectorIntObject.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestCallVectorString.swift b/Sources/TDLibKit/Generated/Models/TestCallVectorString.swift index 3ca7481fce..7730efbd39 100644 --- a/Sources/TDLibKit/Generated/Models/TestCallVectorString.swift +++ b/Sources/TDLibKit/Generated/Models/TestCallVectorString.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestCallVectorStringObject.swift b/Sources/TDLibKit/Generated/Models/TestCallVectorStringObject.swift index 183b7d3855..fb0e2376f2 100644 --- a/Sources/TDLibKit/Generated/Models/TestCallVectorStringObject.swift +++ b/Sources/TDLibKit/Generated/Models/TestCallVectorStringObject.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestGetDifference.swift b/Sources/TDLibKit/Generated/Models/TestGetDifference.swift index 5271f5d30b..6ab5761693 100644 --- a/Sources/TDLibKit/Generated/Models/TestGetDifference.swift +++ b/Sources/TDLibKit/Generated/Models/TestGetDifference.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestInt.swift b/Sources/TDLibKit/Generated/Models/TestInt.swift index 0de9751eb0..1a08d49536 100644 --- a/Sources/TDLibKit/Generated/Models/TestInt.swift +++ b/Sources/TDLibKit/Generated/Models/TestInt.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestNetwork.swift b/Sources/TDLibKit/Generated/Models/TestNetwork.swift index 2cc8a0d7ab..1fd00fd538 100644 --- a/Sources/TDLibKit/Generated/Models/TestNetwork.swift +++ b/Sources/TDLibKit/Generated/Models/TestNetwork.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestProxy.swift b/Sources/TDLibKit/Generated/Models/TestProxy.swift index 7287d6f4a4..6b1fd51448 100644 --- a/Sources/TDLibKit/Generated/Models/TestProxy.swift +++ b/Sources/TDLibKit/Generated/Models/TestProxy.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestReturnError.swift b/Sources/TDLibKit/Generated/Models/TestReturnError.swift index d557b8d6ab..5217baf283 100644 --- a/Sources/TDLibKit/Generated/Models/TestReturnError.swift +++ b/Sources/TDLibKit/Generated/Models/TestReturnError.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestSquareInt.swift b/Sources/TDLibKit/Generated/Models/TestSquareInt.swift index a7dbcf89da..2d883ee4ee 100644 --- a/Sources/TDLibKit/Generated/Models/TestSquareInt.swift +++ b/Sources/TDLibKit/Generated/Models/TestSquareInt.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestString.swift b/Sources/TDLibKit/Generated/Models/TestString.swift index 0d8b3854d0..a0fb3018fd 100644 --- a/Sources/TDLibKit/Generated/Models/TestString.swift +++ b/Sources/TDLibKit/Generated/Models/TestString.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestUseUpdate.swift b/Sources/TDLibKit/Generated/Models/TestUseUpdate.swift index 0daf675357..71d38ffe90 100644 --- a/Sources/TDLibKit/Generated/Models/TestUseUpdate.swift +++ b/Sources/TDLibKit/Generated/Models/TestUseUpdate.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestVectorInt.swift b/Sources/TDLibKit/Generated/Models/TestVectorInt.swift index 9d4e938491..3e7c95c1c9 100644 --- a/Sources/TDLibKit/Generated/Models/TestVectorInt.swift +++ b/Sources/TDLibKit/Generated/Models/TestVectorInt.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestVectorIntObject.swift b/Sources/TDLibKit/Generated/Models/TestVectorIntObject.swift index 1755f740c4..5a0e8e959c 100644 --- a/Sources/TDLibKit/Generated/Models/TestVectorIntObject.swift +++ b/Sources/TDLibKit/Generated/Models/TestVectorIntObject.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestVectorString.swift b/Sources/TDLibKit/Generated/Models/TestVectorString.swift index 999dc29e85..9bb2324b00 100644 --- a/Sources/TDLibKit/Generated/Models/TestVectorString.swift +++ b/Sources/TDLibKit/Generated/Models/TestVectorString.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TestVectorStringObject.swift b/Sources/TDLibKit/Generated/Models/TestVectorStringObject.swift index 90c69a1395..ecb6ab4289 100644 --- a/Sources/TDLibKit/Generated/Models/TestVectorStringObject.swift +++ b/Sources/TDLibKit/Generated/Models/TestVectorStringObject.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Text.swift b/Sources/TDLibKit/Generated/Models/Text.swift index 5dca3ba43b..75e2d05f1e 100644 --- a/Sources/TDLibKit/Generated/Models/Text.swift +++ b/Sources/TDLibKit/Generated/Models/Text.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TextEntities.swift b/Sources/TDLibKit/Generated/Models/TextEntities.swift index 3004910e5c..2162c4d44f 100644 --- a/Sources/TDLibKit/Generated/Models/TextEntities.swift +++ b/Sources/TDLibKit/Generated/Models/TextEntities.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TextEntity.swift b/Sources/TDLibKit/Generated/Models/TextEntity.swift index cfb041429e..cbe2a712d4 100644 --- a/Sources/TDLibKit/Generated/Models/TextEntity.swift +++ b/Sources/TDLibKit/Generated/Models/TextEntity.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TextEntityType.swift b/Sources/TDLibKit/Generated/Models/TextEntityType.swift index 578289a3a5..d4d9f6c5e5 100644 --- a/Sources/TDLibKit/Generated/Models/TextEntityType.swift +++ b/Sources/TDLibKit/Generated/Models/TextEntityType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TextParseMode.swift b/Sources/TDLibKit/Generated/Models/TextParseMode.swift index 29a356ce86..9fea85dc22 100644 --- a/Sources/TDLibKit/Generated/Models/TextParseMode.swift +++ b/Sources/TDLibKit/Generated/Models/TextParseMode.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ThemeSettings.swift b/Sources/TDLibKit/Generated/Models/ThemeSettings.swift index d67fec0fab..93591efb64 100644 --- a/Sources/TDLibKit/Generated/Models/ThemeSettings.swift +++ b/Sources/TDLibKit/Generated/Models/ThemeSettings.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Thumbnail.swift b/Sources/TDLibKit/Generated/Models/Thumbnail.swift index 23da8d5e65..a0aa138483 100644 --- a/Sources/TDLibKit/Generated/Models/Thumbnail.swift +++ b/Sources/TDLibKit/Generated/Models/Thumbnail.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ThumbnailFormat.swift b/Sources/TDLibKit/Generated/Models/ThumbnailFormat.swift index 5675350ecc..f3cb0875f6 100644 --- a/Sources/TDLibKit/Generated/Models/ThumbnailFormat.swift +++ b/Sources/TDLibKit/Generated/Models/ThumbnailFormat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleChatDefaultDisableNotification.swift b/Sources/TDLibKit/Generated/Models/ToggleChatDefaultDisableNotification.swift index 827771d3f8..0bdf945c6a 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleChatDefaultDisableNotification.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleChatDefaultDisableNotification.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleChatIsMarkedAsUnread.swift b/Sources/TDLibKit/Generated/Models/ToggleChatIsMarkedAsUnread.swift index 1adcc681f2..9b0369a461 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleChatIsMarkedAsUnread.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleChatIsMarkedAsUnread.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleChatIsPinned.swift b/Sources/TDLibKit/Generated/Models/ToggleChatIsPinned.swift index 637ac15a64..d68e2b38ed 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleChatIsPinned.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleChatIsPinned.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleGroupCallEnabledStartNotification.swift b/Sources/TDLibKit/Generated/Models/ToggleGroupCallEnabledStartNotification.swift index 5cf2b31ec2..c17710f48d 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleGroupCallEnabledStartNotification.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleGroupCallEnabledStartNotification.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleGroupCallIsMyVideoEnabled.swift b/Sources/TDLibKit/Generated/Models/ToggleGroupCallIsMyVideoEnabled.swift index 4c28b56080..2c06a55e26 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleGroupCallIsMyVideoEnabled.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleGroupCallIsMyVideoEnabled.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleGroupCallIsMyVideoPaused.swift b/Sources/TDLibKit/Generated/Models/ToggleGroupCallIsMyVideoPaused.swift index 2a02c0f362..545eff3ebe 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleGroupCallIsMyVideoPaused.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleGroupCallIsMyVideoPaused.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleGroupCallMuteNewParticipants.swift b/Sources/TDLibKit/Generated/Models/ToggleGroupCallMuteNewParticipants.swift index 68570075ae..9336951d1b 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleGroupCallMuteNewParticipants.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleGroupCallMuteNewParticipants.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleGroupCallParticipantIsHandRaised.swift b/Sources/TDLibKit/Generated/Models/ToggleGroupCallParticipantIsHandRaised.swift index f9ccea092d..944532da93 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleGroupCallParticipantIsHandRaised.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleGroupCallParticipantIsHandRaised.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleGroupCallParticipantIsMuted.swift b/Sources/TDLibKit/Generated/Models/ToggleGroupCallParticipantIsMuted.swift index e5ce433d8f..45a74069de 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleGroupCallParticipantIsMuted.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleGroupCallParticipantIsMuted.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleGroupCallScreenSharingIsPaused.swift b/Sources/TDLibKit/Generated/Models/ToggleGroupCallScreenSharingIsPaused.swift index 109c95fa4e..a36b4dd46a 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleGroupCallScreenSharingIsPaused.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleGroupCallScreenSharingIsPaused.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleMessageSenderIsBlocked.swift b/Sources/TDLibKit/Generated/Models/ToggleMessageSenderIsBlocked.swift index d5cf012022..c1cf846664 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleMessageSenderIsBlocked.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleMessageSenderIsBlocked.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleSupergroupIsAllHistoryAvailable.swift b/Sources/TDLibKit/Generated/Models/ToggleSupergroupIsAllHistoryAvailable.swift index 5bdc8cc568..e83ca27f1e 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleSupergroupIsAllHistoryAvailable.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleSupergroupIsAllHistoryAvailable.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleSupergroupIsBroadcastGroup.swift b/Sources/TDLibKit/Generated/Models/ToggleSupergroupIsBroadcastGroup.swift index 00b96e24bd..3108366faf 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleSupergroupIsBroadcastGroup.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleSupergroupIsBroadcastGroup.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ToggleSupergroupSignMessages.swift b/Sources/TDLibKit/Generated/Models/ToggleSupergroupSignMessages.swift index e448b84caa..e00c7076fb 100644 --- a/Sources/TDLibKit/Generated/Models/ToggleSupergroupSignMessages.swift +++ b/Sources/TDLibKit/Generated/Models/ToggleSupergroupSignMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TopChatCategory.swift b/Sources/TDLibKit/Generated/Models/TopChatCategory.swift index 0fb5d390db..971208132e 100644 --- a/Sources/TDLibKit/Generated/Models/TopChatCategory.swift +++ b/Sources/TDLibKit/Generated/Models/TopChatCategory.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/TransferChatOwnership.swift b/Sources/TDLibKit/Generated/Models/TransferChatOwnership.swift index a1404618c7..d4b55f0869 100644 --- a/Sources/TDLibKit/Generated/Models/TransferChatOwnership.swift +++ b/Sources/TDLibKit/Generated/Models/TransferChatOwnership.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UnpinAllChatMessages.swift b/Sources/TDLibKit/Generated/Models/UnpinAllChatMessages.swift index 017ed366be..dcd3b2d6ee 100644 --- a/Sources/TDLibKit/Generated/Models/UnpinAllChatMessages.swift +++ b/Sources/TDLibKit/Generated/Models/UnpinAllChatMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UnpinChatMessage.swift b/Sources/TDLibKit/Generated/Models/UnpinChatMessage.swift index 4845034010..667bd20553 100644 --- a/Sources/TDLibKit/Generated/Models/UnpinChatMessage.swift +++ b/Sources/TDLibKit/Generated/Models/UnpinChatMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Update.swift b/Sources/TDLibKit/Generated/Models/Update.swift index 6a35166653..aaf2d0db01 100644 --- a/Sources/TDLibKit/Generated/Models/Update.swift +++ b/Sources/TDLibKit/Generated/Models/Update.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Updates.swift b/Sources/TDLibKit/Generated/Models/Updates.swift index bfbd79aeb6..750fc2c2cb 100644 --- a/Sources/TDLibKit/Generated/Models/Updates.swift +++ b/Sources/TDLibKit/Generated/Models/Updates.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UpgradeBasicGroupChatToSupergroupChat.swift b/Sources/TDLibKit/Generated/Models/UpgradeBasicGroupChatToSupergroupChat.swift index 4072705e6a..844c3325c7 100644 --- a/Sources/TDLibKit/Generated/Models/UpgradeBasicGroupChatToSupergroupChat.swift +++ b/Sources/TDLibKit/Generated/Models/UpgradeBasicGroupChatToSupergroupChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UploadFile.swift b/Sources/TDLibKit/Generated/Models/UploadFile.swift index fbedae1224..b4a960215e 100644 --- a/Sources/TDLibKit/Generated/Models/UploadFile.swift +++ b/Sources/TDLibKit/Generated/Models/UploadFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UploadStickerFile.swift b/Sources/TDLibKit/Generated/Models/UploadStickerFile.swift index 74f0940854..565609b003 100644 --- a/Sources/TDLibKit/Generated/Models/UploadStickerFile.swift +++ b/Sources/TDLibKit/Generated/Models/UploadStickerFile.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/User.swift b/Sources/TDLibKit/Generated/Models/User.swift index 7daf717c4e..2406db965f 100644 --- a/Sources/TDLibKit/Generated/Models/User.swift +++ b/Sources/TDLibKit/Generated/Models/User.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UserFullInfo.swift b/Sources/TDLibKit/Generated/Models/UserFullInfo.swift index da91d8a16a..d933baae99 100644 --- a/Sources/TDLibKit/Generated/Models/UserFullInfo.swift +++ b/Sources/TDLibKit/Generated/Models/UserFullInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UserPrivacySetting.swift b/Sources/TDLibKit/Generated/Models/UserPrivacySetting.swift index 67da8ae130..19ce338f6c 100644 --- a/Sources/TDLibKit/Generated/Models/UserPrivacySetting.swift +++ b/Sources/TDLibKit/Generated/Models/UserPrivacySetting.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UserPrivacySettingRule.swift b/Sources/TDLibKit/Generated/Models/UserPrivacySettingRule.swift index 0b75086062..ec45fc295d 100644 --- a/Sources/TDLibKit/Generated/Models/UserPrivacySettingRule.swift +++ b/Sources/TDLibKit/Generated/Models/UserPrivacySettingRule.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UserPrivacySettingRules.swift b/Sources/TDLibKit/Generated/Models/UserPrivacySettingRules.swift index 55f8d11579..598fb1a2e6 100644 --- a/Sources/TDLibKit/Generated/Models/UserPrivacySettingRules.swift +++ b/Sources/TDLibKit/Generated/Models/UserPrivacySettingRules.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UserStatus.swift b/Sources/TDLibKit/Generated/Models/UserStatus.swift index 0f87ef14a3..928af1a6ce 100644 --- a/Sources/TDLibKit/Generated/Models/UserStatus.swift +++ b/Sources/TDLibKit/Generated/Models/UserStatus.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/UserType.swift b/Sources/TDLibKit/Generated/Models/UserType.swift index f3934b3776..8c67a67102 100644 --- a/Sources/TDLibKit/Generated/Models/UserType.swift +++ b/Sources/TDLibKit/Generated/Models/UserType.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Users.swift b/Sources/TDLibKit/Generated/Models/Users.swift index 0a504f207d..0617c85958 100644 --- a/Sources/TDLibKit/Generated/Models/Users.swift +++ b/Sources/TDLibKit/Generated/Models/Users.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ValidateOrderInfo.swift b/Sources/TDLibKit/Generated/Models/ValidateOrderInfo.swift index eb29bfa625..8c97ab4b57 100644 --- a/Sources/TDLibKit/Generated/Models/ValidateOrderInfo.swift +++ b/Sources/TDLibKit/Generated/Models/ValidateOrderInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ValidatedOrderInfo.swift b/Sources/TDLibKit/Generated/Models/ValidatedOrderInfo.swift index 81f31a13b7..13bc3d9305 100644 --- a/Sources/TDLibKit/Generated/Models/ValidatedOrderInfo.swift +++ b/Sources/TDLibKit/Generated/Models/ValidatedOrderInfo.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/VectorPathCommand.swift b/Sources/TDLibKit/Generated/Models/VectorPathCommand.swift index 9090b6c36c..06521561f6 100644 --- a/Sources/TDLibKit/Generated/Models/VectorPathCommand.swift +++ b/Sources/TDLibKit/Generated/Models/VectorPathCommand.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Venue.swift b/Sources/TDLibKit/Generated/Models/Venue.swift index 1007ddc1ee..666c3313f6 100644 --- a/Sources/TDLibKit/Generated/Models/Venue.swift +++ b/Sources/TDLibKit/Generated/Models/Venue.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/Video.swift b/Sources/TDLibKit/Generated/Models/Video.swift index 481354b61d..183f72911d 100644 --- a/Sources/TDLibKit/Generated/Models/Video.swift +++ b/Sources/TDLibKit/Generated/Models/Video.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/VideoNote.swift b/Sources/TDLibKit/Generated/Models/VideoNote.swift index 572577329a..3e53ca098b 100644 --- a/Sources/TDLibKit/Generated/Models/VideoNote.swift +++ b/Sources/TDLibKit/Generated/Models/VideoNote.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ViewMessages.swift b/Sources/TDLibKit/Generated/Models/ViewMessages.swift index cfe4e32cf8..ee61a660d8 100644 --- a/Sources/TDLibKit/Generated/Models/ViewMessages.swift +++ b/Sources/TDLibKit/Generated/Models/ViewMessages.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ViewSponsoredMessage.swift b/Sources/TDLibKit/Generated/Models/ViewSponsoredMessage.swift index 9c6d8a71df..440b268dd0 100644 --- a/Sources/TDLibKit/Generated/Models/ViewSponsoredMessage.swift +++ b/Sources/TDLibKit/Generated/Models/ViewSponsoredMessage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/ViewTrendingStickerSets.swift b/Sources/TDLibKit/Generated/Models/ViewTrendingStickerSets.swift index c5de8163f7..05470be04f 100644 --- a/Sources/TDLibKit/Generated/Models/ViewTrendingStickerSets.swift +++ b/Sources/TDLibKit/Generated/Models/ViewTrendingStickerSets.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/VoiceChat.swift b/Sources/TDLibKit/Generated/Models/VoiceChat.swift index d250f32c2b..f965bd14d8 100644 --- a/Sources/TDLibKit/Generated/Models/VoiceChat.swift +++ b/Sources/TDLibKit/Generated/Models/VoiceChat.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation @@ -16,7 +16,7 @@ public struct VoiceChat: Codable { /// Default group call participant identifier to join the voice chat; may be null public let defaultParticipantId: MessageSender? - /// Group call identifier of an active voice chat; 0 if none. Full informationa about the voice chat can be received through the method getGroupCall + /// Group call identifier of an active voice chat; 0 if none. Full information about the voice chat can be received through the method getGroupCall public let groupCallId: Int /// True, if the voice chat has participants diff --git a/Sources/TDLibKit/Generated/Models/VoiceNote.swift b/Sources/TDLibKit/Generated/Models/VoiceNote.swift index b0ca23fbec..4f75a13038 100644 --- a/Sources/TDLibKit/Generated/Models/VoiceNote.swift +++ b/Sources/TDLibKit/Generated/Models/VoiceNote.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/WebPage.swift b/Sources/TDLibKit/Generated/Models/WebPage.swift index 44ba7d4c64..90c2f2b186 100644 --- a/Sources/TDLibKit/Generated/Models/WebPage.swift +++ b/Sources/TDLibKit/Generated/Models/WebPage.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/WebPageInstantView.swift b/Sources/TDLibKit/Generated/Models/WebPageInstantView.swift index 6a2313cf32..66b5aab4f2 100644 --- a/Sources/TDLibKit/Generated/Models/WebPageInstantView.swift +++ b/Sources/TDLibKit/Generated/Models/WebPageInstantView.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Models/WriteGeneratedFilePart.swift b/Sources/TDLibKit/Generated/Models/WriteGeneratedFilePart.swift index e2fbc25563..47c2516b2f 100644 --- a/Sources/TDLibKit/Generated/Models/WriteGeneratedFilePart.swift +++ b/Sources/TDLibKit/Generated/Models/WriteGeneratedFilePart.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Supporting/DTO.swift b/Sources/TDLibKit/Generated/Supporting/DTO.swift index e2d57b2dee..1b9d4e5c71 100644 --- a/Sources/TDLibKit/Generated/Supporting/DTO.swift +++ b/Sources/TDLibKit/Generated/Supporting/DTO.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Supporting/DtoCodingKeys.swift b/Sources/TDLibKit/Generated/Supporting/DtoCodingKeys.swift index 17b2cad4ca..d12fa128db 100644 --- a/Sources/TDLibKit/Generated/Supporting/DtoCodingKeys.swift +++ b/Sources/TDLibKit/Generated/Supporting/DtoCodingKeys.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Supporting/JSONDecoder+Result.swift b/Sources/TDLibKit/Generated/Supporting/JSONDecoder+Result.swift index 06ddc25993..9ff3d22d79 100644 --- a/Sources/TDLibKit/Generated/Supporting/JSONDecoder+Result.swift +++ b/Sources/TDLibKit/Generated/Supporting/JSONDecoder+Result.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Supporting/Logger.swift b/Sources/TDLibKit/Generated/Supporting/Logger.swift index 862b54e49e..159bcaf31c 100644 --- a/Sources/TDLibKit/Generated/Supporting/Logger.swift +++ b/Sources/TDLibKit/Generated/Supporting/Logger.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation diff --git a/Sources/TDLibKit/Generated/Supporting/TdInt64.swift b/Sources/TDLibKit/Generated/Supporting/TdInt64.swift index 95a4a60d65..5743a30622 100644 --- a/Sources/TDLibKit/Generated/Supporting/TdInt64.swift +++ b/Sources/TDLibKit/Generated/Supporting/TdInt64.swift @@ -3,8 +3,8 @@ // tl2swift // // Generated automatically. Any changes will be lost! -// Based on TDLib 1.7.8-bbae7be4 -// https://github.com/tdlib/td/tree/bbae7be4 +// Based on TDLib 1.7.8-377bd189 +// https://github.com/tdlib/td/tree/377bd189 // import Foundation