Skip to content

Commit 4f9cc4e

Browse files
Merge pull request #429 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents 56d088e + 16be823 commit 4f9cc4e

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
@@ -68793,7 +68793,7 @@
6879368793
"description": "The provided chat id is invalid."
6879468794
},
6879568795
"CHAT_INVALID": {
68796-
"code": 400,
68796+
"code": 500,
6879768797
"type": "CHAT_INVALID",
6879868798
"description": "Invalid chat."
6879968799
},
@@ -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
},
@@ -70033,7 +70033,7 @@
7003370033
"description": "You asked for the code too many times."
7003470034
},
7003570035
"PHONE_NUMBER_INVALID": {
70036-
"code": 400,
70036+
"code": 406,
7003770037
"type": "PHONE_NUMBER_INVALID",
7003870038
"description": "The phone number is invalid."
7003970039
},
@@ -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
},

0 commit comments

Comments
 (0)