Skip to content

Commit

Permalink
[no ci] Version 1.5.2-tdlib-1.8.32-2820a9d2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 3, 2024
1 parent c2b0509 commit 0a96480
Show file tree
Hide file tree
Showing 1,308 changed files with 2,624 additions and 2,624 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": "72cdc6f8c41cce93461040dde7d2052adb465d85",
"version": "1.8.32-35cfcf5d"
"revision": "fa7fabd1e58366b50dcc5c57a6fc3a308b54e442",
"version": "1.8.32-2820a9d2"
}
}
]
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.32-35cfcf5d")),
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.8.32-2820a9d2")),
],
targets: [
.target(
Expand Down
12 changes: 6 additions & 6 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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

import Foundation
Expand Down Expand Up @@ -19836,9 +19836,9 @@ public class TDLibApi {
return try await self.run(query: query)
}

/// Returns a URL for a Telegram Ad platform account that can be used to set up advertisments for the chat paid in the owned Telegram stars
/// Returns a URL for a Telegram Ad platform account that can be used to set up advertisements for the chat paid in the owned Telegram stars
/// - Parameter ownerId: Identifier of the owner of the Telegram stars; can be identifier of an owned bot, or identifier of an owned channel chat
/// - Returns: A URL for a Telegram Ad platform account that can be used to set up advertisments for the chat paid in the owned Telegram stars
/// - Returns: A URL for a Telegram Ad platform account that can be used to set up advertisements for the chat paid in the owned Telegram stars
public final func getStarAdAccountUrl(
ownerId: MessageSender?,
completion: @escaping (Result<HttpUrl, Swift.Error>) -> Void
Expand All @@ -19849,9 +19849,9 @@ public class TDLibApi {
self.run(query: query, completion: completion)
}

/// Returns a URL for a Telegram Ad platform account that can be used to set up advertisments for the chat paid in the owned Telegram stars
/// Returns a URL for a Telegram Ad platform account that can be used to set up advertisements for the chat paid in the owned Telegram stars
/// - Parameter ownerId: Identifier of the owner of the Telegram stars; can be identifier of an owned bot, or identifier of an owned channel chat
/// - Returns: A URL for a Telegram Ad platform account that can be used to set up advertisments for the chat paid in the owned Telegram stars
/// - Returns: A URL for a Telegram Ad platform account that can be used to set up advertisements for the chat paid in the owned Telegram stars
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
public final func getStarAdAccountUrl(ownerId: MessageSender?) async throws -> HttpUrl {
let query = GetStarAdAccountUrl(
Expand Down
12 changes: 6 additions & 6 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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

import Foundation
Expand Down Expand Up @@ -19826,9 +19826,9 @@ public final class TdApi {
return try await self.execute(query: query)
}

/// Returns a URL for a Telegram Ad platform account that can be used to set up advertisments for the chat paid in the owned Telegram stars
/// Returns a URL for a Telegram Ad platform account that can be used to set up advertisements for the chat paid in the owned Telegram stars
/// - Parameter ownerId: Identifier of the owner of the Telegram stars; can be identifier of an owned bot, or identifier of an owned channel chat
/// - Returns: A URL for a Telegram Ad platform account that can be used to set up advertisments for the chat paid in the owned Telegram stars
/// - Returns: A URL for a Telegram Ad platform account that can be used to set up advertisements for the chat paid in the owned Telegram stars
public func getStarAdAccountUrl(
ownerId: MessageSender?,
completion: @escaping (Result<HttpUrl, Swift.Error>) -> Void
Expand All @@ -19839,9 +19839,9 @@ public final class TdApi {
self.execute(query: query, completion: completion)
}

/// Returns a URL for a Telegram Ad platform account that can be used to set up advertisments for the chat paid in the owned Telegram stars
/// Returns a URL for a Telegram Ad platform account that can be used to set up advertisements for the chat paid in the owned Telegram stars
/// - Parameter ownerId: Identifier of the owner of the Telegram stars; can be identifier of an owned bot, or identifier of an owned channel chat
/// - Returns: A URL for a Telegram Ad platform account that can be used to set up advertisments for the chat paid in the owned Telegram stars
/// - Returns: A URL for a Telegram Ad platform account that can be used to set up advertisements for the chat paid in the owned Telegram stars
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
public func getStarAdAccountUrl(ownerId: MessageSender?) async throws -> HttpUrl {
let query = GetStarAdAccountUrl(
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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddRecentlyFoundChat.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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddSavedAnimation.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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddStickerToSet.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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddedReaction.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.32-35cfcf5d
// https://github.com/tdlib/td/tree/35cfcf5d
// Based on TDLib 1.8.32-2820a9d2
// https://github.com/tdlib/td/tree/2820a9d2
//

import Foundation
Expand Down
Loading

0 comments on commit 0a96480

Please sign in to comment.