Skip to content

Commit

Permalink
Merge pull request #363 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 5, 2025
2 parents dc9b817 + 7983ccc commit d152c66
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 @@ -68758,7 +68758,7 @@
"description": "You do not have the rights to do this."
},
"CHAT_ADMIN_REQUIRED": {
"code": 403,
"code": 400,
"type": "CHAT_ADMIN_REQUIRED",
"description": "You must be an admin in this chat to do this."
},
Expand Down Expand Up @@ -68793,7 +68793,7 @@
"description": "The provided chat id is invalid."
},
"CHAT_INVALID": {
"code": 500,
"code": 400,
"type": "CHAT_INVALID",
"description": "Invalid chat."
},
Expand Down Expand Up @@ -69803,7 +69803,7 @@
"description": "chat_read_mark_expire_period seconds have passed since the message was sent, read receipts were deleted."
},
"MSG_WAIT_FAILED": {
"code": 400,
"code": 500,
"type": "MSG_WAIT_FAILED",
"description": "A waiting call returned an error."
},
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 @@ -70183,7 +70183,7 @@
"description": "The privacy key is invalid."
},
"PRIVACY_PREMIUM_REQUIRED": {
"code": 403,
"code": 406,
"type": "PRIVACY_PREMIUM_REQUIRED",
"description": "You need a Telegram Premium subscription to send a message to this user."
},
Expand Down Expand Up @@ -70898,7 +70898,7 @@
"description": "You specified no topic IDs."
},
"TOPIC_CLOSED": {
"code": 406,
"code": 400,
"type": "TOPIC_CLOSED",
"description": "This topic was closed, you can't send messages to it anymore."
},
Expand Down

0 comments on commit d152c66

Please sign in to comment.