From 58d5d855dcdb2761984e3855fdcc764203917665 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 17 Oct 2024 08:51:20 +0000 Subject: [PATCH] Update content of files --- .../td/master/td/generate/scheme/td_api.tl | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/data/web/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl b/data/web/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl index 5692039927..37b11470b5 100644 --- a/data/web/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl +++ b/data/web/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl @@ -2944,21 +2944,21 @@ locationAddress country_code:string state:string city:string street:string = Loc //@description Contains parameters of the application theme -//@background_color A color of the background in the RGB24 format -//@secondary_background_color A secondary color for the background in the RGB24 format -//@header_background_color A color of the header background in the RGB24 format -//@bottom_bar_background_color A color of the bottom bar background in the RGB24 format -//@section_background_color A color of the section background in the RGB24 format -//@section_separator_color A color of the section separator in the RGB24 format -//@text_color A color of text in the RGB24 format -//@accent_text_color An accent color of the text in the RGB24 format -//@section_header_text_color A color of text on the section headers in the RGB24 format -//@subtitle_text_color A color of the subtitle text in the RGB24 format -//@destructive_text_color A color of the text for destructive actions in the RGB24 format -//@hint_color A color of hints in the RGB24 format -//@link_color A color of links in the RGB24 format -//@button_color A color of the buttons in the RGB24 format -//@button_text_color A color of text on the buttons in the RGB24 format +//@background_color A color of the background in the RGB format +//@secondary_background_color A secondary color for the background in the RGB format +//@header_background_color A color of the header background in the RGB format +//@bottom_bar_background_color A color of the bottom bar background in the RGB format +//@section_background_color A color of the section background in the RGB format +//@section_separator_color A color of the section separator in the RGB format +//@text_color A color of text in the RGB format +//@accent_text_color An accent color of the text in the RGB format +//@section_header_text_color A color of text on the section headers in the RGB format +//@subtitle_text_color A color of the subtitle text in the RGB format +//@destructive_text_color A color of the text for destructive actions in the RGB format +//@hint_color A color of hints in the RGB format +//@link_color A color of links in the RGB format +//@button_color A color of the buttons in the RGB format +//@button_text_color A color of text on the buttons in the RGB format themeParameters background_color:int32 secondary_background_color:int32 header_background_color:int32 bottom_bar_background_color:int32 section_background_color:int32 section_separator_color:int32 text_color:int32 accent_text_color:int32 section_header_text_color:int32 subtitle_text_color:int32 destructive_text_color:int32 hint_color:int32 link_color:int32 button_color:int32 button_text_color:int32 = ThemeParameters; @@ -5038,7 +5038,7 @@ speechRecognitionResultError error:error = SpeechRecognitionResult; businessConnection id:string user_id:int53 user_chat_id:int53 date:int32 can_reply:Bool is_enabled:Bool = BusinessConnection; -//@description Describes a color to highlight a bot added to attachment menu @light_color Color in the RGB24 format for light themes @dark_color Color in the RGB24 format for dark themes +//@description Describes a color to highlight a bot added to attachment menu @light_color Color in the RGB format for light themes @dark_color Color in the RGB format for dark themes attachmentMenuBotColor light_color:int32 dark_color:int32 = AttachmentMenuBotColor; //@description Represents a bot, which can be added to attachment or side menu @@ -5974,16 +5974,16 @@ pushReceiverId id:int64 = PushReceiverId; //@class BackgroundFill @description Describes a fill of a background -//@description Describes a solid fill of a background @color A color of the background in the RGB24 format +//@description Describes a solid fill of a background @color A color of the background in the RGB format backgroundFillSolid color:int32 = BackgroundFill; //@description Describes a gradient fill of a background -//@top_color A top color of the background in the RGB24 format -//@bottom_color A bottom color of the background in the RGB24 format +//@top_color A top color of the background in the RGB format +//@bottom_color A bottom color of the background in the RGB format //@rotation_angle Clockwise rotation angle of the gradient, in degrees; 0-359. Must always be divisible by 45 backgroundFillGradient top_color:int32 bottom_color:int32 rotation_angle:int32 = BackgroundFill; -//@description Describes a freeform gradient fill of a background @colors A list of 3 or 4 colors of the freeform gradient in the RGB24 format +//@description Describes a freeform gradient fill of a background @colors A list of 3 or 4 colors of the freeform gradient in the RGB format backgroundFillFreeformGradient colors:vector = BackgroundFill;