Skip to content

Commit

Permalink
feat(schema): update documentation to the latest layer
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 30, 2025
1 parent dd2f13a commit ff3062c
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 @@ -68790,7 +68790,7 @@
"description": "The provided chat id is invalid."
},
"CHAT_INVALID": {
"code": 500,
"code": 400,
"type": "CHAT_INVALID",
"description": "Invalid chat."
},
Expand Down Expand Up @@ -69800,7 +69800,7 @@
"description": "chat_read_mark_expire_period seconds have passed since the message was sent, read receipts were deleted."
},
"MSG_WAIT_FAILED": {
"code": 500,
"code": 400,
"type": "MSG_WAIT_FAILED",
"description": "A waiting call returned an error."
},
Expand Down Expand Up @@ -69830,7 +69830,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 @@ -70180,7 +70180,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 @@ -70895,7 +70895,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 All @@ -70905,7 +70905,7 @@
"description": "The close flag cannot be provided together with any of the other flags."
},
"TOPIC_DELETED": {
"code": 406,
"code": 400,
"type": "TOPIC_DELETED",
"description": "The specified topic was deleted."
},
Expand Down

0 comments on commit ff3062c

Please sign in to comment.