Skip to content

Commit

Permalink
Merge pull request #366 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 Mar 7, 2025
2 parents 2dda4a2 + 256167e commit 077d7fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -68688,7 +68688,7 @@
"description": "The current user is not in the channel."
},
"CHANNEL_PRIVATE": {
"code": 400,
"code": 406,
"type": "CHANNEL_PRIVATE",
"description": "You haven't joined this channel/supergroup."
},
Expand Down Expand Up @@ -69553,7 +69553,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 @@ -69833,7 +69833,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 @@ -69893,7 +69893,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 @@ -70033,7 +70033,7 @@
"description": "You asked for the code too many times."
},
"PHONE_NUMBER_INVALID": {
"code": 406,
"code": 400,
"type": "PHONE_NUMBER_INVALID",
"description": "The phone number is invalid."
},
Expand Down Expand Up @@ -71093,7 +71093,7 @@
"description": "This method can only be called by a bot."
},
"USER_CHANNELS_TOO_MUCH": {
"code": 403,
"code": 400,
"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 077d7fc

Please sign in to comment.