Skip to content

Commit

Permalink
feat(schema): update documentation to the latest layer
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 17, 2023
1 parent 68ba6e0 commit cfb5618
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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

0 comments on commit cfb5618

Please sign in to comment.