Skip to content

Commit 7487c39

Browse files
Merge pull request #426 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents 77cee6f + 472b25c commit 7487c39

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
@@ -68688,7 +68688,7 @@
6868868688
"description": "The current user is not in the channel."
6868968689
},
6869068690
"CHANNEL_PRIVATE": {
68691-
"code": 400,
68691+
"code": 406,
6869268692
"type": "CHANNEL_PRIVATE",
6869368693
"description": "You haven't joined this channel/supergroup."
6869468694
},
@@ -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
},
@@ -71138,7 +71138,7 @@
7113871138
"description": "This user was kicked from this supergroup/channel."
7113971139
},
7114071140
"USER_NOT_MUTUAL_CONTACT": {
71141-
"code": 403,
71141+
"code": 400,
7114271142
"type": "USER_NOT_MUTUAL_CONTACT",
7114371143
"description": "The provided user is not a mutual contact."
7114471144
},

0 commit comments

Comments
 (0)