mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-06 02:45:30 +01:00
Update content of files
This commit is contained in:
parent
5bd14dea55
commit
58d5d855dc
1 changed files with 20 additions and 20 deletions
|
@ -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<int32> = BackgroundFill;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue