Skip to content

Commit b2cfc16

Browse files
Merge pull request #427 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents 7487c39 + 7345ff2 commit b2cfc16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_schema/latest.json

+3-3
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": 406,
68691+
"code": 400,
6869268692
"type": "CHANNEL_PRIVATE",
6869368693
"description": "You haven't joined this channel/supergroup."
6869468694
},
@@ -68758,7 +68758,7 @@
6875868758
"description": "You do not have the rights to do this."
6875968759
},
6876068760
"CHAT_ADMIN_REQUIRED": {
68761-
"code": 400,
68761+
"code": 403,
6876268762
"type": "CHAT_ADMIN_REQUIRED",
6876368763
"description": "You must be an admin in this chat to do this."
6876468764
},
@@ -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
},

0 commit comments

Comments
 (0)