Skip to content

Commit 11a6ca9

Browse files
Merge pull request #322 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents 363a4e6 + 88a42d3 commit 11a6ca9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_schema/latest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68755,7 +68755,7 @@
6875568755
"description": "You do not have the rights to do this."
6875668756
},
6875768757
"CHAT_ADMIN_REQUIRED": {
68758-
"code": 403,
68758+
"code": 400,
6875968759
"type": "CHAT_ADMIN_REQUIRED",
6876068760
"description": "You must be an admin in this chat to do this."
6876168761
},
@@ -70895,7 +70895,7 @@
7089570895
"description": "You specified no topic IDs."
7089670896
},
7089770897
"TOPIC_CLOSED": {
70898-
"code": 406,
70898+
"code": 400,
7089970899
"type": "TOPIC_CLOSED",
7090070900
"description": "This topic was closed, you can't send messages to it anymore."
7090170901
},
@@ -70905,7 +70905,7 @@
7090570905
"description": "The close flag cannot be provided together with any of the other flags."
7090670906
},
7090770907
"TOPIC_DELETED": {
70908-
"code": 406,
70908+
"code": 400,
7090970909
"type": "TOPIC_DELETED",
7091070910
"description": "The specified topic was deleted."
7091170911
},

0 commit comments

Comments
 (0)