Skip to content

Commit

Permalink
[no ci] Version 1.1.0-tdlib-1.7.12-29e8df51
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Dec 29, 2021
1 parent 48d38e0 commit 10e911d
Show file tree
Hide file tree
Showing 780 changed files with 1,570 additions and 1,570 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": "6ae357082f4e64b8409773bd46d4fe49f06303a1",
"version": "1.7.12-a6903023"
"revision": "144b2a0ebc6c1af631c73e7e4389d3785e3ed59d",
"version": "1.7.12-29e8df51"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
targets: ["TDLibKit"]),
],
dependencies: [
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.7.12-a6903023")),
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.7.12-29e8df51")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down Expand Up @@ -1735,7 +1735,7 @@ public final class TdApi {
/// Deletes all messages in the chat. Use chat.can_be_deleted_only_for_self and chat.can_be_deleted_for_all_users fields to find whether and how the method can be applied to the chat
/// - Parameter chatId: Chat identifier
/// - Parameter removeFromChatList: Pass true if the chat needs to be removed from the chat list
/// - Parameter revoke: Pass true to try to delete chat history for all users
/// - Parameter revoke: Pass true to delete chat history for all users
public func deleteChatHistory(
chatId: Int64?,
removeFromChatList: Bool?,
Expand All @@ -1753,7 +1753,7 @@ public final class TdApi {
/// Deletes all messages in the chat. Use chat.can_be_deleted_only_for_self and chat.can_be_deleted_for_all_users fields to find whether and how the method can be applied to the chat
/// - Parameter chatId: Chat identifier
/// - Parameter removeFromChatList: Pass true if the chat needs to be removed from the chat list
/// - Parameter revoke: Pass true to try to delete chat history for all users
/// - Parameter revoke: Pass true to delete chat history for all users
@available(iOS 15.0, macOS 12.0, watchOS 8.0, tvOS 15.0, *)
public func deleteChatHistory(
chatId: Int64?,
Expand Down Expand Up @@ -2886,7 +2886,7 @@ public final class TdApi {
/// Deletes messages
/// - Parameter chatId: Chat identifier
/// - Parameter messageIds: Identifiers of the messages to be deleted
/// - Parameter revoke: Pass true to try to delete messages for all chat members. Always true for supergroups, channels and secret chats
/// - Parameter revoke: Pass true to delete messages for all chat members. Always true for supergroups, channels and secret chats
public func deleteMessages(
chatId: Int64?,
messageIds: [Int64]?,
Expand All @@ -2904,7 +2904,7 @@ public final class TdApi {
/// Deletes messages
/// - Parameter chatId: Chat identifier
/// - Parameter messageIds: Identifiers of the messages to be deleted
/// - Parameter revoke: Pass true to try to delete messages for all chat members. Always true for supergroups, channels and secret chats
/// - Parameter revoke: Pass true to delete messages for all chat members. Always true for supergroups, channels and secret chats
@available(iOS 15.0, macOS 12.0, watchOS 8.0, tvOS 15.0, *)
public func deleteMessages(
chatId: Int64?,
Expand Down Expand Up @@ -2953,7 +2953,7 @@ public final class TdApi {
/// - Parameter chatId: Chat identifier
/// - Parameter maxDate: The maximum date of the messages to delete
/// - Parameter minDate: The minimum date of the messages to delete
/// - Parameter revoke: Pass true to try to delete chat messages for all users; private chats only
/// - Parameter revoke: Pass true to delete chat messages for all users; private chats only
public func deleteChatMessagesByDate(
chatId: Int64?,
maxDate: Int?,
Expand All @@ -2974,7 +2974,7 @@ public final class TdApi {
/// - Parameter chatId: Chat identifier
/// - Parameter maxDate: The maximum date of the messages to delete
/// - Parameter minDate: The minimum date of the messages to delete
/// - Parameter revoke: Pass true to try to delete chat messages for all users; private chats only
/// - Parameter revoke: Pass true to delete chat messages for all users; private chats only
@available(iOS 15.0, macOS 12.0, watchOS 8.0, tvOS 15.0, *)
public func deleteChatMessagesByDate(
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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/Address.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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AnimatedChatPhoto.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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AnimatedEmoji.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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/Animation.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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/Animations.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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AnswerCallbackQuery.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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AnswerCustomQuery.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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AnswerInlineQuery.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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/AnswerShippingQuery.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.7.12-a6903023
// https://github.com/tdlib/td/tree/a6903023
// Based on TDLib 1.7.12-29e8df51
// https://github.com/tdlib/td/tree/29e8df51
//

import Foundation
Expand Down
Loading

0 comments on commit 10e911d

Please sign in to comment.