Skip to content

Commit 606f728

Browse files
committed
feat(schema): update documentation to the latest layer
1 parent 5362f73 commit 606f728

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
@@ -68758,7 +68758,7 @@
6875868758
"description": "You do not have the rights to do this."
6875968759
},
6876068760
"CHAT_ADMIN_REQUIRED": {
68761-
"code": 403,
68761+
"code": 400,
6876268762
"type": "CHAT_ADMIN_REQUIRED",
6876368763
"description": "You must be an admin in this chat to do this."
6876468764
},
@@ -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
},
@@ -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": 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
},
@@ -70183,7 +70183,7 @@
7018370183
"description": "The privacy key is invalid."
7018470184
},
7018570185
"PRIVACY_PREMIUM_REQUIRED": {
70186-
"code": 403,
70186+
"code": 406,
7018770187
"type": "PRIVACY_PREMIUM_REQUIRED",
7018870188
"description": "You need a Telegram Premium subscription to send a message to this user."
7018970189
},
@@ -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": 400,
70636+
"code": 406,
7063770637
"type": "STICKERSET_INVALID",
7063870638
"description": "The provided sticker set is invalid."
7063970639
},
@@ -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
},

0 commit comments

Comments
 (0)