From cfb5618065d478259946020018603ea73f3aa97c Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 17 Sep 2023 07:44:57 +0000 Subject: [PATCH] feat(schema): update documentation to the latest layer --- _schema/158.json | 8 ++++---- _schema/latest.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_schema/158.json b/_schema/158.json index b2722ed..9d9c176 100644 --- a/_schema/158.json +++ b/_schema/158.json @@ -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", @@ -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." } } }, diff --git a/_schema/latest.json b/_schema/latest.json index b2722ed..9d9c176 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -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", @@ -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." } } },