diff --git a/_schema/167.json b/_schema/167.json index 9aeaf7c..9115af8 100644 --- a/_schema/167.json +++ b/_schema/167.json @@ -10213,11 +10213,11 @@ }, "colors": { "name": "colors", - "description": "Light mode palette" + "description": "Light mode palette. Will be empty for IDs 0 to 6 inclusive, in which case a palette containing a single color from the following colors should be used: red, orange, violet, green, cyan, blue, pink for indexes 0 to 6." }, "dark_colors": { "name": "dark_colors", - "description": "Dark mode palette" + "description": "Dark mode palette. Optional, defaults to the palette in colors (or the autogenerated palette for IDs 0 to 6) if absent." }, "flags": { "name": "flags", @@ -10266,7 +10266,7 @@ "fields": { "colors": { "name": "colors", - "description": "" + "description": "A list of 1-3 colors in RGB format, describing the accent color." } } }, @@ -46997,10 +46997,16 @@ }, "messages.searchEmojiStickerSets": { "name": "messages.searchEmojiStickerSets", + "description": [ + "Search for custom emoji stickersets »¹" + ], + "links": [ + "https://core.telegram.org/api/custom-emoji" + ], "parameters": { "exclude_featured": { "name": "exclude_featured", - "description": " " + "description": "Exclude featured stickersets from results" }, "flags": { "name": "flags", @@ -47018,7 +47024,7 @@ }, "q": { "name": "q", - "description": " " + "description": "Query string" } } }, diff --git a/_schema/latest.json b/_schema/latest.json index 9aeaf7c..9115af8 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -10213,11 +10213,11 @@ }, "colors": { "name": "colors", - "description": "Light mode palette" + "description": "Light mode palette. Will be empty for IDs 0 to 6 inclusive, in which case a palette containing a single color from the following colors should be used: red, orange, violet, green, cyan, blue, pink for indexes 0 to 6." }, "dark_colors": { "name": "dark_colors", - "description": "Dark mode palette" + "description": "Dark mode palette. Optional, defaults to the palette in colors (or the autogenerated palette for IDs 0 to 6) if absent." }, "flags": { "name": "flags", @@ -10266,7 +10266,7 @@ "fields": { "colors": { "name": "colors", - "description": "" + "description": "A list of 1-3 colors in RGB format, describing the accent color." } } }, @@ -46997,10 +46997,16 @@ }, "messages.searchEmojiStickerSets": { "name": "messages.searchEmojiStickerSets", + "description": [ + "Search for custom emoji stickersets »¹" + ], + "links": [ + "https://core.telegram.org/api/custom-emoji" + ], "parameters": { "exclude_featured": { "name": "exclude_featured", - "description": " " + "description": "Exclude featured stickersets from results" }, "flags": { "name": "flags", @@ -47018,7 +47024,7 @@ }, "q": { "name": "q", - "description": " " + "description": "Query string" } } },