Skip to content

Commit

Permalink
Merge pull request #365 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 6, 2025
2 parents d152c66 + a7eece7 commit 2dda4a2
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 @@ -68793,7 +68793,7 @@
"description": "The provided chat id is invalid."
},
"CHAT_INVALID": {
"code": 400,
"code": 500,
"type": "CHAT_INVALID",
"description": "Invalid chat."
},
Expand Down Expand Up @@ -69833,7 +69833,7 @@
"description": "The specified offset is longer than 64 bytes."
},
"NOT_ELIGIBLE": {
"code": 400,
"code": 403,
"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": 400,
"code": 403,
"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 @@ -70898,7 +70898,7 @@
"description": "You specified no topic IDs."
},
"TOPIC_CLOSED": {
"code": 400,
"code": 406,
"type": "TOPIC_CLOSED",
"description": "This topic was closed, you can't send messages to it anymore."
},
Expand All @@ -70908,7 +70908,7 @@
"description": "The close flag cannot be provided together with any of the other flags."
},
"TOPIC_DELETED": {
"code": 400,
"code": 406,
"type": "TOPIC_DELETED",
"description": "The specified topic was deleted."
},
Expand Down Expand Up @@ -71093,7 +71093,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 2dda4a2

Please sign in to comment.