diff --git a/_schema/latest.json b/_schema/latest.json index 2ce614e..fd7bcd1 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -76316,7 +76316,7 @@ "description": "The invite hash is empty." }, "INVITE_HASH_EXPIRED": { - "code": 400, + "code": 406, "type": "INVITE_HASH_EXPIRED", "description": "The invite link has expired." }, @@ -76621,7 +76621,7 @@ "description": "Only the \"General\" topic with id=1 can be hidden." }, "NOT_ELIGIBLE": { - "code": 400, + "code": 403, "type": "NOT_ELIGIBLE", "description": "The current user is not eligible to join the Peer-to-Peer Login Program." }, @@ -78086,7 +78086,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." },