Skip to content

Commit

Permalink
[no ci] Version 1.5.0-tdlib-1.8.22-85c8c19b
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Dec 5, 2023
1 parent 15c25dd commit 0ea6cf7
Show file tree
Hide file tree
Showing 1,123 changed files with 2,258 additions and 2,258 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": "0b5f9a0d5e051b3ce793cb66e40301448d5069e7",
"version": "1.8.22-3f00bebf"
"revision": "129831eb7364a9d8e13990c01f010bfb8f2d84b0",
"version": "1.8.22-85c8c19b"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
targets: ["TDLibKit"]),
],
dependencies: [
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.8.22-3f00bebf")),
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.8.22-85c8c19b")),
],
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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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

/// Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without non-bundled replied message respectively
/// Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, the giveaway message, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground, messagePremiumGiveawayCompleted and topic messages without non-bundled replied message respectively
/// - Parameter chatId: Identifier of the chat the message belongs to
/// - Parameter messageId: Identifier of the reply message
/// - Returns: Information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without non-bundled replied message respectively
/// - Returns: Information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, the giveaway message, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground, messagePremiumGiveawayCompleted and topic messages without non-bundled replied message respectively
public final func getRepliedMessage(
chatId: Int64?,
messageId: Int64?,
Expand All @@ -1237,10 +1237,10 @@ public class TDLibApi {
self.run(query: query, completion: completion)
}

/// Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without non-bundled replied message respectively
/// Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, the giveaway message, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground, messagePremiumGiveawayCompleted and topic messages without non-bundled replied message respectively
/// - Parameter chatId: Identifier of the chat the message belongs to
/// - Parameter messageId: Identifier of the reply message
/// - Returns: Information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without non-bundled replied message respectively
/// - Returns: Information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, the giveaway message, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground, messagePremiumGiveawayCompleted and topic messages without non-bundled replied message respectively
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
public final func getRepliedMessage(
chatId: Int64?,
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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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

/// Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without non-bundled replied message respectively
/// Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, the giveaway message, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground, messagePremiumGiveawayCompleted and topic messages without non-bundled replied message respectively
/// - Parameter chatId: Identifier of the chat the message belongs to
/// - Parameter messageId: Identifier of the reply message
/// - Returns: Information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without non-bundled replied message respectively
/// - Returns: Information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, the giveaway message, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground, messagePremiumGiveawayCompleted and topic messages without non-bundled replied message respectively
public func getRepliedMessage(
chatId: Int64?,
messageId: Int64?,
Expand All @@ -1227,10 +1227,10 @@ public final class TdApi {
self.execute(query: query, completion: completion)
}

/// Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without non-bundled replied message respectively
/// Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, the giveaway message, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground, messagePremiumGiveawayCompleted and topic messages without non-bundled replied message respectively
/// - Parameter chatId: Identifier of the chat the message belongs to
/// - Parameter messageId: Identifier of the reply message
/// - Returns: Information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground and topic messages without non-bundled replied message respectively
/// - Returns: Information about a non-bundled message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, the message with a previously set same background, the giveaway message, and the topic creation message for messages of the types messagePinMessage, messageGameScore, messagePaymentSuccessful, messageChatSetBackground, messagePremiumGiveawayCompleted and topic messages without non-bundled replied message respectively
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
public func getRepliedMessage(
chatId: Int64?,
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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AddedReactions.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.22-3f00bebf
// https://github.com/tdlib/td/tree/3f00bebf
// Based on TDLib 1.8.22-85c8c19b
// https://github.com/tdlib/td/tree/85c8c19b
//

import Foundation
Expand Down
Loading

0 comments on commit 0ea6cf7

Please sign in to comment.