Skip to content

Commit

Permalink
[no ci] Version 1.5.2-tdlib-1.8.41-c85b20a4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 6, 2024
1 parent c915f10 commit f6452c7
Show file tree
Hide file tree
Showing 1,390 changed files with 2,795 additions and 2,795 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/Swiftgram/TDLibFramework",
"state": {
"branch": null,
"revision": "d7a50b5804bc5793a86cc13365319202d7ebf274",
"version": "1.8.41-eb98bbe6"
"revision": "e19c2c8f25027a269cc6cc4e23d224be29fa5d38",
"version": "1.8.41-c85b20a4"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
targets: ["TDLibKit"]),
],
dependencies: [
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.8.41-eb98bbe6")),
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.8.41-c85b20a4")),
],
targets: [
.target(
Expand Down
16 changes: 8 additions & 8 deletions Sources/TDLibKit/Generated/API/TDLibApi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down Expand Up @@ -11430,7 +11430,7 @@ public class TDLibApi {
}

/// Changes privacy settings of a story. The method can be called only for stories posted on behalf of the current user and if story.can_be_edited == true
/// - Parameter privacySettings: The new privacy settigs for the story
/// - Parameter privacySettings: The new privacy settings for the story
/// - Parameter storyId: Identifier of the story
public final func setStoryPrivacySettings(
privacySettings: StoryPrivacySettings?,
Expand All @@ -11445,7 +11445,7 @@ public class TDLibApi {
}

/// Changes privacy settings of a story. The method can be called only for stories posted on behalf of the current user and if story.can_be_edited == true
/// - Parameter privacySettings: The new privacy settigs for the story
/// - Parameter privacySettings: The new privacy settings for the story
/// - Parameter storyId: Identifier of the story
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
@discardableResult
Expand Down Expand Up @@ -16604,15 +16604,15 @@ public class TDLibApi {
return try await self.run(query: query)
}

/// Returns the list of owned by the current user bots
/// - Returns: The list of owned by the current user bots
/// Returns the list of bots owned by the current user
/// - Returns: The list of bots owned by the current user
public final func getOwnedBots(completion: @escaping (Result<Users, Swift.Error>) -> Void) throws {
let query = GetOwnedBots()
self.run(query: query, completion: completion)
}

/// Returns the list of owned by the current user bots
/// - Returns: The list of owned by the current user bots
/// Returns the list of bots owned by the current user
/// - Returns: The list of bots owned by the current user
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
public final func getOwnedBots() async throws -> Users {
let query = GetOwnedBots()
Expand Down
16 changes: 8 additions & 8 deletions Sources/TDLibKit/Generated/API/TdApi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down Expand Up @@ -11420,7 +11420,7 @@ public final class TdApi {
}

/// Changes privacy settings of a story. The method can be called only for stories posted on behalf of the current user and if story.can_be_edited == true
/// - Parameter privacySettings: The new privacy settigs for the story
/// - Parameter privacySettings: The new privacy settings for the story
/// - Parameter storyId: Identifier of the story
public func setStoryPrivacySettings(
privacySettings: StoryPrivacySettings?,
Expand All @@ -11435,7 +11435,7 @@ public final class TdApi {
}

/// Changes privacy settings of a story. The method can be called only for stories posted on behalf of the current user and if story.can_be_edited == true
/// - Parameter privacySettings: The new privacy settigs for the story
/// - Parameter privacySettings: The new privacy settings for the story
/// - Parameter storyId: Identifier of the story
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
@discardableResult
Expand Down Expand Up @@ -16594,15 +16594,15 @@ public final class TdApi {
return try await self.execute(query: query)
}

/// Returns the list of owned by the current user bots
/// - Returns: The list of owned by the current user bots
/// Returns the list of bots owned by the current user
/// - Returns: The list of bots owned by the current user
public func getOwnedBots(completion: @escaping (Result<Users, Swift.Error>) -> Void) throws {
let query = GetOwnedBots()
self.execute(query: query, completion: completion)
}

/// Returns the list of owned by the current user bots
/// - Returns: The list of owned by the current user bots
/// Returns the list of bots owned by the current user
/// - Returns: The list of bots owned by the current user
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
public func getOwnedBots() async throws -> Users {
let query = GetOwnedBots()
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/API/TdClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AccentColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AcceptCall.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AcceptTermsOfService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AccountTtl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddBotMediaPreview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddChatMember.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddChatMembers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddChatToList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddContact.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddFavoriteSticker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddFileToDownloads.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddLocalMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddLogMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddMessageReaction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddNetworkStatistics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddRecentSticker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// tl2swift
//
// Generated automatically. Any changes will be lost!
// Based on TDLib 1.8.41-eb98bbe6
// https://github.com/tdlib/td/tree/eb98bbe6
// Based on TDLib 1.8.41-c85b20a4
// https://github.com/tdlib/td/tree/c85b20a4
//

import Foundation
Expand Down
Loading

0 comments on commit f6452c7

Please sign in to comment.