Skip to content

Commit d356f4e

Browse files
Merge pull request #431 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents a6a90f2 + 5fbabf6 commit d356f4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_schema/latest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -69833,7 +69833,7 @@
6983369833
"description": "The specified offset is longer than 64 bytes."
6983469834
},
6983569835
"NOT_ELIGIBLE": {
69836-
"code": 400,
69836+
"code": 403,
6983769837
"type": "NOT_ELIGIBLE",
6983869838
"description": "The current user is not eligible to join the Peer-to-Peer Login Program."
6983969839
},
@@ -70183,7 +70183,7 @@
7018370183
"description": "The privacy key is invalid."
7018470184
},
7018570185
"PRIVACY_PREMIUM_REQUIRED": {
70186-
"code": 406,
70186+
"code": 403,
7018770187
"type": "PRIVACY_PREMIUM_REQUIRED",
7018870188
"description": "You need a Telegram Premium subscription to send a message to this user."
7018970189
},
@@ -70898,7 +70898,7 @@
7089870898
"description": "You specified no topic IDs."
7089970899
},
7090070900
"TOPIC_CLOSED": {
70901-
"code": 400,
70901+
"code": 406,
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": 400,
70911+
"code": 406,
7091270912
"type": "TOPIC_DELETED",
7091370913
"description": "The specified topic was deleted."
7091470914
},
@@ -71138,7 +71138,7 @@
7113871138
"description": "This user was kicked from this supergroup/channel."
7113971139
},
7114071140
"USER_NOT_MUTUAL_CONTACT": {
71141-
"code": 400,
71141+
"code": 403,
7114271142
"type": "USER_NOT_MUTUAL_CONTACT",
7114371143
"description": "The provided user is not a mutual contact."
7114471144
},

0 commit comments

Comments
 (0)