From a5f3c6d795423e6d5366758c8ec6d04a85730a4d Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 6 Dec 2024 07:45:06 +0000 Subject: [PATCH] feat(schema): update TDLib to the latest layer --- _schema/tdapi.tl | 10 +++++----- tdapi/tl_set_story_privacy_settings_gen.go | 2 +- tdapi/tl_update_gen.go | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_schema/tdapi.tl b/_schema/tdapi.tl index c157fd5237..f0059256de 100644 --- a/_schema/tdapi.tl +++ b/_schema/tdapi.tl @@ -1,7 +1,7 @@ // Code generated by ./cmd/dltl, DO NOT EDIT. // // Source: https://raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl -// SHA256: 9f8a1f4b86142b42e249caf673b963ee9b7b24d64c9c87ce1ed6d86bedb116b9 +// SHA256: 07ad017a571fa9a3d4997997ca6a2192f8f334e17b948d168b71ae38f1e613fc double#2210c154 ? = Double; @@ -8679,12 +8679,12 @@ updateChatThemes#98dc58d5 chat_themes:vector = Update; //@description The list of supported accent colors has changed //@colors Information about supported colors; colors with identifiers 0 (red), 1 (orange), 2 (purple/violet), 3 (green), 4 (cyan), 5 (blue), 6 (pink) must always be supported -//@available_accent_color_ids The list of accent color identifiers, which can be set through setAccentColor and setChatAccentColor. The colors must be shown in the specififed order +//@available_accent_color_ids The list of accent color identifiers, which can be set through setAccentColor and setChatAccentColor. The colors must be shown in the specified order updateAccentColors#1316555e colors:vector available_accent_color_ids:vector = Update; //@description The list of supported accent colors for user profiles has changed //@colors Information about supported colors -//@available_accent_color_ids The list of accent color identifiers, which can be set through setProfileAccentColor and setChatProfileAccentColor. The colors must be shown in the specififed order +//@available_accent_color_ids The list of accent color identifiers, which can be set through setProfileAccentColor and setChatProfileAccentColor. The colors must be shown in the specified order updateProfileAccentColors#bf8e7430 colors:vector available_accent_color_ids:vector = Update; //@description Some language pack strings have been updated @@ -10879,7 +10879,7 @@ editStoryCover#ab2a0c4b story_sender_chat_id:int53 story_id:int32 cover_frame_ti //@description Changes privacy settings of a story. The method can be called only for stories posted on behalf of the current user and if story.can_be_edited == true //@story_id Identifier of the story -//@privacy_settings The new privacy settigs for the story +//@privacy_settings The new privacy settings for the story setStoryPrivacySettings#d8e94332 story_id:int32 privacy_settings:StoryPrivacySettings = Ok; //@description Toggles whether a story is accessible after expiration. Can be called only if story.can_toggle_is_posted_to_chat_page == true @@ -11736,7 +11736,7 @@ removeSavedAnimation#e275a919 animation:InputFile = Ok; //@description Returns up to 20 recently used inline bots in the order of their last usage getRecentInlineBots#55b3723c = Users; -//@description Returns the list of owned by the current user bots +//@description Returns the list of bots owned by the current user getOwnedBots#8b87c7fd = Users; //@description Searches for recently used hashtags by their prefix diff --git a/tdapi/tl_set_story_privacy_settings_gen.go b/tdapi/tl_set_story_privacy_settings_gen.go index 4f86c7b446..ba37b33794 100644 --- a/tdapi/tl_set_story_privacy_settings_gen.go +++ b/tdapi/tl_set_story_privacy_settings_gen.go @@ -35,7 +35,7 @@ var ( type SetStoryPrivacySettingsRequest struct { // Identifier of the story StoryID int32 - // The new privacy settigs for the story + // The new privacy settings for the story PrivacySettings StoryPrivacySettingsClass } diff --git a/tdapi/tl_update_gen.go b/tdapi/tl_update_gen.go index 9a3cae24fe..54f330e2a2 100644 --- a/tdapi/tl_update_gen.go +++ b/tdapi/tl_update_gen.go @@ -22378,7 +22378,7 @@ type UpdateAccentColors struct { // (purple/violet), 3 (green), 4 (cyan), 5 (blue), 6 (pink) must always be supported Colors []AccentColor // The list of accent color identifiers, which can be set through setAccentColor and - // setChatAccentColor. The colors must be shown in the specififed order + // setChatAccentColor. The colors must be shown in the specified order AvailableAccentColorIDs []int32 } @@ -22631,7 +22631,7 @@ type UpdateProfileAccentColors struct { // Information about supported colors Colors []ProfileAccentColor // The list of accent color identifiers, which can be set through setProfileAccentColor - // and setChatProfileAccentColor. The colors must be shown in the specififed order + // and setChatProfileAccentColor. The colors must be shown in the specified order AvailableAccentColorIDs []int32 }