Skip to content

Commit cc3f8ba

Browse files
Merge pull request #408 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents 97938f8 + c2e4ed5 commit cc3f8ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_schema/latest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69553,7 +69553,7 @@
6955369553
"description": "The invite hash is empty."
6955469554
},
6955569555
"INVITE_HASH_EXPIRED": {
69556-
"code": 406,
69556+
"code": 400,
6955769557
"type": "INVITE_HASH_EXPIRED",
6955869558
"description": "The invite link has expired."
6955969559
},
@@ -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
},
@@ -70633,7 +70633,7 @@
7063370633
"description": "There are too many stickers in this stickerpack, you can't add any more."
7063470634
},
7063570635
"STICKERSET_INVALID": {
70636-
"code": 406,
70636+
"code": 400,
7063770637
"type": "STICKERSET_INVALID",
7063870638
"description": "The provided sticker set is invalid."
7063970639
},
@@ -70805,7 +70805,7 @@
7080570805
"TAKEOUT_REQUIRED": {
7080670806
"code": 403,
7080770807
"type": "TAKEOUT_REQUIRED",
70808-
"description": "A takeout session needs to be initialized first, see here » for more info."
70808+
"description": "A takeout¹ session needs to be initialized first, see here » for more info²."
7080970809
},
7081070810
"TASK_ALREADY_EXISTS": {
7081170811
"code": 400,
@@ -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)