Skip to content

Commit

Permalink
Merge pull request #323 from gotd/feat/update-schema
Browse files Browse the repository at this point in the history
feat(schema): update documentation to the latest layer
  • Loading branch information
gotd-bot[bot] authored Feb 2, 2025
2 parents 11a6ca9 + f50b676 commit a178bda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -68755,7 +68755,7 @@
"description": "You do not have the rights to do this."
},
"CHAT_ADMIN_REQUIRED": {
"code": 400,
"code": 403,
"type": "CHAT_ADMIN_REQUIRED",
"description": "You must be an admin in this chat to do this."
},
Expand Down Expand Up @@ -69550,7 +69550,7 @@
"description": "The invite hash is empty."
},
"INVITE_HASH_EXPIRED": {
"code": 406,
"code": 400,
"type": "INVITE_HASH_EXPIRED",
"description": "The invite link has expired."
},
Expand Down Expand Up @@ -69830,7 +69830,7 @@
"description": "The specified offset is longer than 64 bytes."
},
"NOT_ELIGIBLE": {
"code": 403,
"code": 400,
"type": "NOT_ELIGIBLE",
"description": "The current user is not eligible to join the Peer-to-Peer Login Program."
},
Expand Down Expand Up @@ -69890,7 +69890,7 @@
"description": "The specified participant ID is invalid."
},
"PARTICIPANT_JOIN_MISSING": {
"code": 403,
"code": 400,
"type": "PARTICIPANT_JOIN_MISSING",
"description": "Trying to enable a presentation, when the user hasn't joined the Video Chat with phone.joinGroupCall."
},
Expand Down Expand Up @@ -71090,7 +71090,7 @@
"description": "This method can only be called by a bot."
},
"USER_CHANNELS_TOO_MUCH": {
"code": 400,
"code": 403,
"type": "USER_CHANNELS_TOO_MUCH",
"description": "One of the users you tried to add is already in too many channels/supergroups."
},
Expand Down

0 comments on commit a178bda

Please sign in to comment.