Skip to content

Commit a178bda

Browse files
Merge pull request #323 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents 11a6ca9 + f50b676 commit a178bda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_schema/latest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68755,7 +68755,7 @@
6875568755
"description": "You do not have the rights to do this."
6875668756
},
6875768757
"CHAT_ADMIN_REQUIRED": {
68758-
"code": 400,
68758+
"code": 403,
6875968759
"type": "CHAT_ADMIN_REQUIRED",
6876068760
"description": "You must be an admin in this chat to do this."
6876168761
},
@@ -69550,7 +69550,7 @@
6955069550
"description": "The invite hash is empty."
6955169551
},
6955269552
"INVITE_HASH_EXPIRED": {
69553-
"code": 406,
69553+
"code": 400,
6955469554
"type": "INVITE_HASH_EXPIRED",
6955569555
"description": "The invite link has expired."
6955669556
},
@@ -69830,7 +69830,7 @@
6983069830
"description": "The specified offset is longer than 64 bytes."
6983169831
},
6983269832
"NOT_ELIGIBLE": {
69833-
"code": 403,
69833+
"code": 400,
6983469834
"type": "NOT_ELIGIBLE",
6983569835
"description": "The current user is not eligible to join the Peer-to-Peer Login Program."
6983669836
},
@@ -69890,7 +69890,7 @@
6989069890
"description": "The specified participant ID is invalid."
6989169891
},
6989269892
"PARTICIPANT_JOIN_MISSING": {
69893-
"code": 403,
69893+
"code": 400,
6989469894
"type": "PARTICIPANT_JOIN_MISSING",
6989569895
"description": "Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall."
6989669896
},
@@ -71090,7 +71090,7 @@
7109071090
"description": "This method can only be called by a bot."
7109171091
},
7109271092
"USER_CHANNELS_TOO_MUCH": {
71093-
"code": 400,
71093+
"code": 403,
7109471094
"type": "USER_CHANNELS_TOO_MUCH",
7109571095
"description": "One of the users you tried to add is already in too many channels/supergroups."
7109671096
},

0 commit comments

Comments
 (0)