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
8 changes: 4 additions & 4 deletions _schema/158.json
Original file line number Diff line number Diff line change
Expand Up @@ -14799,7 +14799,7 @@
"fields": {
"closed": {
"name": "closed",
"description": "Whether the topic was closed."
"description": "Whether the topic was opened or closed."
},
"flags": {
"name": "flags",
Expand All @@ -14810,18 +14810,18 @@
},
"hidden": {
"name": "hidden",
"description": "Whether the topic was hidden (only valid for the \"General\" topic, id=1)."
"description": "Whether the topic was hidden or unhidden (only valid for the \"General\" topic, id=1)."
},
"icon_emoji_id": {
"name": "icon_emoji_id",
"description": "ID of the custom emoji¹ used as topic icon.",
"description": "ID of the new custom emoji¹ used as topic icon, or if it was removed.",
"links": [
"https://core.telegram.org/api/custom-emoji"
]
},
"title": {
"name": "title",
"description": "Topic title."
"description": "New topic title."
}
}
},
Expand Down
8 changes: 4 additions & 4 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14799,7 +14799,7 @@
"fields": {
"closed": {
"name": "closed",
"description": "Whether the topic was closed."
"description": "Whether the topic was opened or closed."
},
"flags": {
"name": "flags",
Expand All @@ -14810,18 +14810,18 @@
},
"hidden": {
"name": "hidden",
"description": "Whether the topic was hidden (only valid for the \"General\" topic, id=1)."
"description": "Whether the topic was hidden or unhidden (only valid for the \"General\" topic, id=1)."
},
"icon_emoji_id": {
"name": "icon_emoji_id",
"description": "ID of the custom emoji¹ used as topic icon.",
"description": "ID of the new custom emoji¹ used as topic icon, or if it was removed.",
"links": [
"https://core.telegram.org/api/custom-emoji"
]
},
"title": {
"name": "title",
"description": "Topic title."
"description": "New topic title."
}
}
},
Expand Down