Skip to content

Commit

Permalink
[no ci] Version 1.5.2-tdlib-1.8.37-b39769be
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 21, 2024
1 parent 4a6061f commit df99e59
Show file tree
Hide file tree
Showing 1,365 changed files with 2,741 additions and 2,741 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": "c79ccb01f0bc7fa80b3b05a855fea3bf1d53c912",
"version": "1.8.37-c1fea0f2"
"revision": "9e8441496e9a5ce2fffe02c66b7391ee3296cdf5",
"version": "1.8.37-b39769be"
}
}
]
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.37-c1fea0f2")),
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.8.37-b39769be")),
],
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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

import Foundation
Expand Down Expand Up @@ -4119,7 +4119,7 @@ public class TDLibApi {
/// - Parameter messageThreadId: If not 0, the message thread identifier in which the message will be sent; for forum threads only
/// - Parameter options: Options to be used to send the messages; pass null to use default options
/// - Parameter removeCaption: Pass true to remove media captions of message copies. Ignored if send_copy is false
/// - Parameter sendCopy: Pass true to copy content of the messages without reference to the original sender. Always true if the messages are forwarded to a secret chat or are local
/// - Parameter sendCopy: Pass true to copy content of the messages without reference to the original sender. Always true if the messages are forwarded to a secret chat or are local. Use messageProperties.can_be_saved and messageProperties.can_be_copied_to_secret_chat to check whether the message is suitable
/// - Returns: The forwarded messages in the same order as the message identifiers passed in message_ids. If a message can't be forwarded, null will be returned instead of the message
public final func forwardMessages(
chatId: Int64?,
Expand Down Expand Up @@ -4150,7 +4150,7 @@ public class TDLibApi {
/// - Parameter messageThreadId: If not 0, the message thread identifier in which the message will be sent; for forum threads only
/// - Parameter options: Options to be used to send the messages; pass null to use default options
/// - Parameter removeCaption: Pass true to remove media captions of message copies. Ignored if send_copy is false
/// - Parameter sendCopy: Pass true to copy content of the messages without reference to the original sender. Always true if the messages are forwarded to a secret chat or are local
/// - Parameter sendCopy: Pass true to copy content of the messages without reference to the original sender. Always true if the messages are forwarded to a secret chat or are local. Use messageProperties.can_be_saved and messageProperties.can_be_copied_to_secret_chat to check whether the message is suitable
/// - Returns: The forwarded messages in the same order as the message identifiers passed in message_ids. If a message can't be forwarded, null will be returned instead of the message
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
public final func forwardMessages(
Expand Down Expand Up @@ -6513,7 +6513,7 @@ public class TDLibApi {
/// - Parameter chatId: Identifier of the chat to which the message belongs
/// - Parameter isBig: Pass true if the reactions are added with a big animation
/// - Parameter messageId: Identifier of the message
/// - Parameter reactionTypes: Types of the reaction to set
/// - Parameter reactionTypes: Types of the reaction to set; pass an empty list to remove the reactions
public final func setMessageReactions(
chatId: Int64?,
isBig: Bool?,
Expand All @@ -6534,7 +6534,7 @@ public class TDLibApi {
/// - Parameter chatId: Identifier of the chat to which the message belongs
/// - Parameter isBig: Pass true if the reactions are added with a big animation
/// - Parameter messageId: Identifier of the message
/// - Parameter reactionTypes: Types of the reaction to set
/// - Parameter reactionTypes: Types of the reaction to set; pass an empty list to remove the reactions
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
@discardableResult
public final func setMessageReactions(
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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

import Foundation
Expand Down Expand Up @@ -4109,7 +4109,7 @@ public final class TdApi {
/// - Parameter messageThreadId: If not 0, the message thread identifier in which the message will be sent; for forum threads only
/// - Parameter options: Options to be used to send the messages; pass null to use default options
/// - Parameter removeCaption: Pass true to remove media captions of message copies. Ignored if send_copy is false
/// - Parameter sendCopy: Pass true to copy content of the messages without reference to the original sender. Always true if the messages are forwarded to a secret chat or are local
/// - Parameter sendCopy: Pass true to copy content of the messages without reference to the original sender. Always true if the messages are forwarded to a secret chat or are local. Use messageProperties.can_be_saved and messageProperties.can_be_copied_to_secret_chat to check whether the message is suitable
/// - Returns: The forwarded messages in the same order as the message identifiers passed in message_ids. If a message can't be forwarded, null will be returned instead of the message
public func forwardMessages(
chatId: Int64?,
Expand Down Expand Up @@ -4140,7 +4140,7 @@ public final class TdApi {
/// - Parameter messageThreadId: If not 0, the message thread identifier in which the message will be sent; for forum threads only
/// - Parameter options: Options to be used to send the messages; pass null to use default options
/// - Parameter removeCaption: Pass true to remove media captions of message copies. Ignored if send_copy is false
/// - Parameter sendCopy: Pass true to copy content of the messages without reference to the original sender. Always true if the messages are forwarded to a secret chat or are local
/// - Parameter sendCopy: Pass true to copy content of the messages without reference to the original sender. Always true if the messages are forwarded to a secret chat or are local. Use messageProperties.can_be_saved and messageProperties.can_be_copied_to_secret_chat to check whether the message is suitable
/// - Returns: The forwarded messages in the same order as the message identifiers passed in message_ids. If a message can't be forwarded, null will be returned instead of the message
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
public func forwardMessages(
Expand Down Expand Up @@ -6503,7 +6503,7 @@ public final class TdApi {
/// - Parameter chatId: Identifier of the chat to which the message belongs
/// - Parameter isBig: Pass true if the reactions are added with a big animation
/// - Parameter messageId: Identifier of the message
/// - Parameter reactionTypes: Types of the reaction to set
/// - Parameter reactionTypes: Types of the reaction to set; pass an empty list to remove the reactions
public func setMessageReactions(
chatId: Int64?,
isBig: Bool?,
Expand All @@ -6524,7 +6524,7 @@ public final class TdApi {
/// - Parameter chatId: Identifier of the chat to which the message belongs
/// - Parameter isBig: Pass true if the reactions are added with a big animation
/// - Parameter messageId: Identifier of the message
/// - Parameter reactionTypes: Types of the reaction to set
/// - Parameter reactionTypes: Types of the reaction to set; pass an empty list to remove the reactions
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
@discardableResult
public func setMessageReactions(
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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

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.37-c1fea0f2
// https://github.com/tdlib/td/tree/c1fea0f2
// Based on TDLib 1.8.37-b39769be
// https://github.com/tdlib/td/tree/b39769be
//

import Foundation
Expand Down
Loading

0 comments on commit df99e59

Please sign in to comment.