Skip to content

Commit eee9022

Browse files
Merge pull request #421 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents cffcdcb + 8b47c71 commit eee9022

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_schema/latest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -68688,7 +68688,7 @@
6868868688
"description": "The current user is not in the channel."
6868968689
},
6869068690
"CHANNEL_PRIVATE": {
68691-
"code": 406,
68691+
"code": 400,
6869268692
"type": "CHANNEL_PRIVATE",
6869368693
"description": "You haven't joined this channel/supergroup."
6869468694
},
@@ -69833,7 +69833,7 @@
6983369833
"description": "The specified offset is longer than 64 bytes."
6983469834
},
6983569835
"NOT_ELIGIBLE": {
69836-
"code": 403,
69836+
"code": 400,
6983769837
"type": "NOT_ELIGIBLE",
6983869838
"description": "The current user is not eligible to join the Peer-to-Peer Login Program."
6983969839
},
@@ -70898,7 +70898,7 @@
7089870898
"description": "You specified no topic IDs."
7089970899
},
7090070900
"TOPIC_CLOSED": {
70901-
"code": 406,
70901+
"code": 400,
7090270902
"type": "TOPIC_CLOSED",
7090370903
"description": "This topic was closed, you can't send messages to it anymore."
7090470904
},
@@ -70908,7 +70908,7 @@
7090870908
"description": "The close flag cannot be provided together with any of the other flags."
7090970909
},
7091070910
"TOPIC_DELETED": {
70911-
"code": 406,
70911+
"code": 400,
7091270912
"type": "TOPIC_DELETED",
7091370913
"description": "The specified topic was deleted."
7091470914
},

0 commit comments

Comments
 (0)