Skip to content

Commit 8a6480a

Browse files
Merge pull request #660 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents 4b7eb96 + df54b5c commit 8a6480a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

_schema/latest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79459,7 +79459,7 @@
7945979459
"description": "The invite hash is empty."
7946079460
},
7946179461
"INVITE_HASH_EXPIRED": {
79462-
"code": 406,
79462+
"code": 400,
7946379463
"type": "INVITE_HASH_EXPIRED",
7946479464
"description": "The invite link has expired."
7946579465
},
@@ -79771,7 +79771,7 @@
7977179771
"description": "The specified offset is longer than 64 bytes."
7977279772
},
7977379773
"NOT_ELIGIBLE": {
79774-
"code": 400,
79774+
"code": 403,
7977579775
"type": "NOT_ELIGIBLE",
7977679776
"description": "The current user is not eligible to join the Peer-to-Peer Login Program."
7977779777
},
@@ -80163,7 +80163,7 @@
8016380163
"description": "The privacy key is invalid."
8016480164
},
8016580165
"PRIVACY_PREMIUM_REQUIRED": {
80166-
"code": 406,
80166+
"code": 403,
8016780167
"type": "PRIVACY_PREMIUM_REQUIRED",
8016880168
"description": "You need a Telegram Premium subscription to send a message to this user."
8016980169
},
@@ -81063,12 +81063,12 @@
8106381063
"description": "The specified token type is invalid."
8106481064
},
8106581065
"TOPIC_CLOSED": {
81066-
"code": 406,
81066+
"code": 400,
8106781067
"type": "TOPIC_CLOSED",
8106881068
"description": "This topic was closed, you can't send messages to it anymore."
8106981069
},
8107081070
"TOPIC_DELETED": {
81071-
"code": 406,
81071+
"code": 400,
8107281072
"type": "TOPIC_DELETED",
8107381073
"description": "The specified topic was deleted."
8107481074
},

0 commit comments

Comments
 (0)