Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -71904,7 +71904,7 @@
"description": "The invite hash is empty."
},
"INVITE_HASH_EXPIRED": {
"code": 400,
"code": 406,
"type": "INVITE_HASH_EXPIRED",
"description": "The invite link has expired."
},
Expand Down Expand Up @@ -72529,7 +72529,7 @@
"description": "The privacy key is invalid."
},
"PRIVACY_PREMIUM_REQUIRED": {
"code": 406,
"code": 403,
"type": "PRIVACY_PREMIUM_REQUIRED",
"description": "You need a Telegram Premium subscription to send a message to this user."
},
Expand Down
Loading