Skip to content

Commit

Permalink
Merge pull request #1484 from gotd/feat/update-tdlib-schema
Browse files Browse the repository at this point in the history
Update TDLib schema to the latest layer
  • Loading branch information
ernado authored Dec 6, 2024
2 parents 2f3d248 + a5f3c6d commit 2cfb8ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions _schema/tdapi.tl
Original file line number Diff line number Diff line change
@@ -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;

Expand Down Expand Up @@ -8679,12 +8679,12 @@ updateChatThemes#98dc58d5 chat_themes:vector<chatTheme> = 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<accentColor> available_accent_color_ids:vector<int32> = 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<profileAccentColor> available_accent_color_ids:vector<int32> = Update;

//@description Some language pack strings have been updated
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tdapi/tl_set_story_privacy_settings_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tdapi/tl_update_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cfb8ba

Please sign in to comment.