Skip to content

Commit

Permalink
[no ci] Version 1.5.2-tdlib-1.8.33-97ded010
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 25, 2024
1 parent 0d29874 commit 6f0f42b
Show file tree
Hide file tree
Showing 1,310 changed files with 2,635 additions and 2,635 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": "a417b84a64048a366c1a902a0086fa7f398e31ea",
"version": "1.8.33-cb164927"
"revision": "7bd7feea608b57d1ae5fc625ac587de122f6dcdd",
"version": "1.8.33-97ded010"
}
}
]
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.33-cb164927")),
.package(url: "https://github.com/Swiftgram/TDLibFramework", .exact("1.8.33-97ded010")),
],
targets: [
.target(
Expand Down
16 changes: 8 additions & 8 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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

import Foundation
Expand Down Expand Up @@ -10837,7 +10837,7 @@ public class TDLibApi {
}

/// Checks whether the current user can send a story on behalf of a chat; requires can_post_stories right for supergroup and channel chats
/// - Parameter chatId: Chat identifier
/// - Parameter chatId: Chat identifier. Pass Saved Messages chat identifier when posting a story on behalf of the current user
public final func canSendStory(
chatId: Int64?,
completion: @escaping (Result<CanSendStoryResult, Swift.Error>) -> Void
Expand All @@ -10849,7 +10849,7 @@ public class TDLibApi {
}

/// Checks whether the current user can send a story on behalf of a chat; requires can_post_stories right for supergroup and channel chats
/// - Parameter chatId: Chat identifier
/// - Parameter chatId: Chat identifier. Pass Saved Messages chat identifier when posting a story on behalf of the current user
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
public final func canSendStory(chatId: Int64?) async throws -> CanSendStoryResult {
let query = CanSendStory(
Expand All @@ -10862,9 +10862,9 @@ public class TDLibApi {
/// - Parameter activePeriod: Period after which the story is moved to archive, in seconds; must be one of 6 * 3600, 12 * 3600, 86400, or 2 * 86400 for Telegram Premium users, and 86400 otherwise
/// - Parameter areas: Clickable rectangle areas to be shown on the story media; pass null if none
/// - Parameter caption: Story caption; pass null to use an empty caption; 0-getOption("story_caption_length_max") characters; can have entities only if getOption("can_use_text_entities_in_story_caption")
/// - Parameter chatId: Identifier of the chat that will post the story
/// - Parameter chatId: Identifier of the chat that will post the story. Pass Saved Messages chat identifier when posting a story on behalf of the current user
/// - Parameter content: Content of the story
/// - Parameter fromStoryFullId: Full identifier of the original story, which content was used to create the story
/// - Parameter fromStoryFullId: Full identifier of the original story, which content was used to create the story; pass null if the story isn't repost of another story
/// - Parameter isPostedToChatPage: Pass true to keep the story accessible after expiration
/// - Parameter privacySettings: The privacy settings for the story; ignored for stories sent to supergroup and channel chats
/// - Parameter protectContent: Pass true if the content of the story must be protected from forwarding and screenshotting
Expand Down Expand Up @@ -10899,9 +10899,9 @@ public class TDLibApi {
/// - Parameter activePeriod: Period after which the story is moved to archive, in seconds; must be one of 6 * 3600, 12 * 3600, 86400, or 2 * 86400 for Telegram Premium users, and 86400 otherwise
/// - Parameter areas: Clickable rectangle areas to be shown on the story media; pass null if none
/// - Parameter caption: Story caption; pass null to use an empty caption; 0-getOption("story_caption_length_max") characters; can have entities only if getOption("can_use_text_entities_in_story_caption")
/// - Parameter chatId: Identifier of the chat that will post the story
/// - Parameter chatId: Identifier of the chat that will post the story. Pass Saved Messages chat identifier when posting a story on behalf of the current user
/// - Parameter content: Content of the story
/// - Parameter fromStoryFullId: Full identifier of the original story, which content was used to create the story
/// - Parameter fromStoryFullId: Full identifier of the original story, which content was used to create the story; pass null if the story isn't repost of another story
/// - Parameter isPostedToChatPage: Pass true to keep the story accessible after expiration
/// - Parameter privacySettings: The privacy settings for the story; ignored for stories sent to supergroup and channel chats
/// - Parameter protectContent: Pass true if the content of the story must be protected from forwarding and screenshotting
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.8.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

import Foundation
Expand Down Expand Up @@ -10827,7 +10827,7 @@ public final class TdApi {
}

/// Checks whether the current user can send a story on behalf of a chat; requires can_post_stories right for supergroup and channel chats
/// - Parameter chatId: Chat identifier
/// - Parameter chatId: Chat identifier. Pass Saved Messages chat identifier when posting a story on behalf of the current user
public func canSendStory(
chatId: Int64?,
completion: @escaping (Result<CanSendStoryResult, Swift.Error>) -> Void
Expand All @@ -10839,7 +10839,7 @@ public final class TdApi {
}

/// Checks whether the current user can send a story on behalf of a chat; requires can_post_stories right for supergroup and channel chats
/// - Parameter chatId: Chat identifier
/// - Parameter chatId: Chat identifier. Pass Saved Messages chat identifier when posting a story on behalf of the current user
@available(iOS 13.0, macOS 10.15, watchOS 6.0, tvOS 13.0, *)
public func canSendStory(chatId: Int64?) async throws -> CanSendStoryResult {
let query = CanSendStory(
Expand All @@ -10852,9 +10852,9 @@ public final class TdApi {
/// - Parameter activePeriod: Period after which the story is moved to archive, in seconds; must be one of 6 * 3600, 12 * 3600, 86400, or 2 * 86400 for Telegram Premium users, and 86400 otherwise
/// - Parameter areas: Clickable rectangle areas to be shown on the story media; pass null if none
/// - Parameter caption: Story caption; pass null to use an empty caption; 0-getOption("story_caption_length_max") characters; can have entities only if getOption("can_use_text_entities_in_story_caption")
/// - Parameter chatId: Identifier of the chat that will post the story
/// - Parameter chatId: Identifier of the chat that will post the story. Pass Saved Messages chat identifier when posting a story on behalf of the current user
/// - Parameter content: Content of the story
/// - Parameter fromStoryFullId: Full identifier of the original story, which content was used to create the story
/// - Parameter fromStoryFullId: Full identifier of the original story, which content was used to create the story; pass null if the story isn't repost of another story
/// - Parameter isPostedToChatPage: Pass true to keep the story accessible after expiration
/// - Parameter privacySettings: The privacy settings for the story; ignored for stories sent to supergroup and channel chats
/// - Parameter protectContent: Pass true if the content of the story must be protected from forwarding and screenshotting
Expand Down Expand Up @@ -10889,9 +10889,9 @@ public final class TdApi {
/// - Parameter activePeriod: Period after which the story is moved to archive, in seconds; must be one of 6 * 3600, 12 * 3600, 86400, or 2 * 86400 for Telegram Premium users, and 86400 otherwise
/// - Parameter areas: Clickable rectangle areas to be shown on the story media; pass null if none
/// - Parameter caption: Story caption; pass null to use an empty caption; 0-getOption("story_caption_length_max") characters; can have entities only if getOption("can_use_text_entities_in_story_caption")
/// - Parameter chatId: Identifier of the chat that will post the story
/// - Parameter chatId: Identifier of the chat that will post the story. Pass Saved Messages chat identifier when posting a story on behalf of the current user
/// - Parameter content: Content of the story
/// - Parameter fromStoryFullId: Full identifier of the original story, which content was used to create the story
/// - Parameter fromStoryFullId: Full identifier of the original story, which content was used to create the story; pass null if the story isn't repost of another story
/// - Parameter isPostedToChatPage: Pass true to keep the story accessible after expiration
/// - Parameter privacySettings: The privacy settings for the story; ignored for stories sent to supergroup and channel chats
/// - Parameter protectContent: Pass true if the content of the story must be protected from forwarding and screenshotting
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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

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.33-cb164927
// https://github.com/tdlib/td/tree/cb164927
// Based on TDLib 1.8.33-97ded010
// https://github.com/tdlib/td/tree/97ded010
//

import Foundation
Expand Down
Loading

0 comments on commit 6f0f42b

Please sign in to comment.