Skip to content

Commit 95f92ed

Browse files
committed
feat(schema): update documentation to the latest layer
1 parent b2cfc16 commit 95f92ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_schema/latest.json

+8-8
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": 500,
68796+
"code": 400,
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": 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
},
@@ -70033,7 +70033,7 @@
7003370033
"description": "You asked for the code too many times."
7003470034
},
7003570035
"PHONE_NUMBER_INVALID": {
70036-
"code": 406,
70036+
"code": 400,
7003770037
"type": "PHONE_NUMBER_INVALID",
7003870038
"description": "The phone number is invalid."
7003970039
},
@@ -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
},
@@ -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
},
@@ -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)