Skip to content

Commit

Permalink
[no ci] Version 1.0.0-tdlib-1.7.8-377bd189
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Oct 30, 2021
1 parent 6d3cbbb commit 93506cd
Show file tree
Hide file tree
Showing 761 changed files with 1,537 additions and 1,535 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": "b93be74e1dff28bbcf74df976a14aa0dbdaf218b",
"version": "1.7.8-bbae7be4"
"revision": "74633e1ee03617a5f478e35e67e56a2545c9869a",
"version": "1.7.8-377bd189"
}
}
]
Expand Down
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
// DO NOT EDIT! Generated automatically. See scripts/swift_package_generator.py

import PackageDescription

Expand All @@ -18,7 +19,7 @@ let package = Package(
targets: ["TDLibKit"]),
],
dependencies: [
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.7.8-bbae7be4")),
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.7.8-377bd189")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -28,3 +29,4 @@ let package = Package(
dependencies: ["TDLibFramework"]),
]
)

8 changes: 4 additions & 4 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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

import Foundation
Expand Down Expand Up @@ -929,7 +929,7 @@ public final class TdApi {
execute(query: query, completion: completion)
}

/// Searches for messages with given words in the chat. Returns the results in reverse chronological order, i.e. in order of decreasing message_id. Cannot be used in secret chats with a non-empty query (searchSecretMessages mmust be used instead), or without an enabled message database. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit
/// Searches for messages with given words in the chat. Returns the results in reverse chronological order, i.e. in order of decreasing message_id. Cannot be used in secret chats with a non-empty query (searchSecretMessages must be used instead), or without an enabled message database. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit
/// - Parameter chatId: Identifier of the chat in which to search messages
/// - Parameter filter: Additional filter for messages to search; pass null to search for all messages
/// - Parameter fromMessageId: Identifier of the message starting from which history must be fetched; use 0 to get results from the last message
Expand Down Expand Up @@ -2843,7 +2843,7 @@ public final class TdApi {
execute(query: query, completion: completion)
}

/// Changes the status of a chat member, needs appropriate privileges. This function is currently not suitable for transferring chat ownership; use transferChatOwnership instead. Use addChatMember or banChatMember if you need to pass some additional parameters
/// Changes the status of a chat member, needs appropriate privileges. This function is currently not suitable for transferring chat ownership; use transferChatOwnership instead. Use addChatMember or banChatMember if some additional parameters needs to be passed
/// - Parameter chatId: Chat identifier
/// - Parameter memberId: Member identifier. Chats can be only banned and unbanned in supergroups and channels
/// - Parameter status: The new status of the member in the chat
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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

import Foundation
Expand Down
4 changes: 2 additions & 2 deletions Sources/TDLibKit/Generated/Models/Audio.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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

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.8-bbae7be4
// https://github.com/tdlib/td/tree/bbae7be4
// Based on TDLib 1.7.8-377bd189
// https://github.com/tdlib/td/tree/377bd189
//

import Foundation
Expand Down
Loading

0 comments on commit 93506cd

Please sign in to comment.