Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions _schema/167.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -10266,7 +10266,7 @@
"fields": {
"colors": {
"name": "colors",
"description": ""
"description": "A list of 1-3 colors in RGB format, describing the accent color."
}
}
},
Expand Down Expand Up @@ -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",
Expand All @@ -47018,7 +47024,7 @@
},
"q": {
"name": "q",
"description": " "
"description": "Query string"
}
}
},
Expand Down
16 changes: 11 additions & 5 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -10266,7 +10266,7 @@
"fields": {
"colors": {
"name": "colors",
"description": ""
"description": "A list of 1-3 colors in RGB format, describing the accent color."
}
}
},
Expand Down Expand Up @@ -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",
Expand All @@ -47018,7 +47024,7 @@
},
"q": {
"name": "q",
"description": " "
"description": "Query string"
}
}
},
Expand Down