Skip to content

Commit

Permalink
Merge pull request #178 from gotd/feat/update-schema
Browse files Browse the repository at this point in the history
feat(schema): update documentation to the latest layer
  • Loading branch information
gotd-bot[bot] authored Sep 17, 2023
2 parents 68ba6e0 + cfb5618 commit d35af17
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 d35af17

Please sign in to comment.