Skip to content

Commit 020eca6

Browse files
runnerrunner
authored andcommitted
[no ci] Version 1.5.0-tdlib-1.8.25-d0ff90bb
1 parent b5e9ad7 commit 020eca6

File tree

1,174 files changed

+3505
-3143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,174 files changed

+3505
-3143
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let package = Package(
3030
targets: ["TDLibKit"]),
3131
],
3232
dependencies: [
33-
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.8.24-d79bd4b6")),
33+
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.8.25-d0ff90bb")),
3434
],
3535
targets: [
3636
.target(

Sources/TDLibKit/Generated/API/TDLibApi.swift

Lines changed: 314 additions & 242 deletions
Large diffs are not rendered by default.

Sources/TDLibKit/Generated/API/TdApi.swift

Lines changed: 314 additions & 242 deletions
Large diffs are not rendered by default.

Sources/TDLibKit/Generated/API/TdClient.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// tl2swift
44
//
55
// Generated automatically. Any changes will be lost!
6-
// Based on TDLib 1.8.24-d79bd4b6
7-
// https://github.com/tdlib/td/tree/d79bd4b6
6+
// Based on TDLib 1.8.25-d0ff90bb
7+
// https://github.com/tdlib/td/tree/d0ff90bb
88
//
99

1010
import Foundation

Sources/TDLibKit/Generated/Models/AccentColor.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// tl2swift
44
//
55
// Generated automatically. Any changes will be lost!
6-
// Based on TDLib 1.8.24-d79bd4b6
7-
// https://github.com/tdlib/td/tree/d79bd4b6
6+
// Based on TDLib 1.8.25-d0ff90bb
7+
// https://github.com/tdlib/td/tree/d0ff90bb
88
//
99

1010
import Foundation
@@ -25,22 +25,22 @@ public struct AccentColor: Codable, Equatable, Hashable, Identifiable {
2525
/// The list of 1-3 colors in RGB format, describing the accent color, as expected to be shown in light themes
2626
public let lightThemeColors: [Int]
2727

28-
/// The minimum chat boost level required to use the color
29-
public let minChatBoostLevel: Int
28+
/// The minimum chat boost level required to use the color in a channel chat
29+
public let minChannelChatBoostLevel: Int
3030

3131

3232
public init(
3333
builtInAccentColorId: Int,
3434
darkThemeColors: [Int],
3535
id: Int,
3636
lightThemeColors: [Int],
37-
minChatBoostLevel: Int
37+
minChannelChatBoostLevel: Int
3838
) {
3939
self.builtInAccentColorId = builtInAccentColorId
4040
self.darkThemeColors = darkThemeColors
4141
self.id = id
4242
self.lightThemeColors = lightThemeColors
43-
self.minChatBoostLevel = minChatBoostLevel
43+
self.minChannelChatBoostLevel = minChannelChatBoostLevel
4444
}
4545
}
4646

Sources/TDLibKit/Generated/Models/AcceptCall.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// tl2swift
44
//
55
// Generated automatically. Any changes will be lost!
6-
// Based on TDLib 1.8.24-d79bd4b6
7-
// https://github.com/tdlib/td/tree/d79bd4b6
6+
// Based on TDLib 1.8.25-d0ff90bb
7+
// https://github.com/tdlib/td/tree/d0ff90bb
88
//
99

1010
import Foundation

Sources/TDLibKit/Generated/Models/AcceptTermsOfService.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// tl2swift
44
//
55
// Generated automatically. Any changes will be lost!
6-
// Based on TDLib 1.8.24-d79bd4b6
7-
// https://github.com/tdlib/td/tree/d79bd4b6
6+
// Based on TDLib 1.8.25-d0ff90bb
7+
// https://github.com/tdlib/td/tree/d0ff90bb
88
//
99

1010
import Foundation

Sources/TDLibKit/Generated/Models/AccountTtl.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// tl2swift
44
//
55
// Generated automatically. Any changes will be lost!
6-
// Based on TDLib 1.8.24-d79bd4b6
7-
// https://github.com/tdlib/td/tree/d79bd4b6
6+
// Based on TDLib 1.8.25-d0ff90bb
7+
// https://github.com/tdlib/td/tree/d0ff90bb
88
//
99

1010
import Foundation

Sources/TDLibKit/Generated/Models/ActivateStoryStealthMode.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// tl2swift
44
//
55
// Generated automatically. Any changes will be lost!
6-
// Based on TDLib 1.8.24-d79bd4b6
7-
// https://github.com/tdlib/td/tree/d79bd4b6
6+
// Based on TDLib 1.8.25-d0ff90bb
7+
// https://github.com/tdlib/td/tree/d0ff90bb
88
//
99

1010
import Foundation

0 commit comments

Comments
 (0)