diff --git a/_schema/208.json b/_schema/208.json index c4f4303..8c6c00d 100644 --- a/_schema/208.json +++ b/_schema/208.json @@ -10710,7 +10710,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "flags": { @@ -14348,7 +14348,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "id": { @@ -14380,7 +14380,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "id": { @@ -14611,7 +14611,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "local_id": { @@ -16395,7 +16395,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "id": { @@ -16430,7 +16430,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "id": { @@ -27655,7 +27655,7 @@ "name": "file_reference", "description": "file reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "flags": { @@ -70068,7 +70068,7 @@ "name": "max_id", "description": "If a positive value was transferred, the method will return only photos with IDs less than the set one. This parameter is often useful when refetching file references »¹, as in conjuction with limit=1 and offset=-1 the photo² object with the id specified in max_id can be fetched.", "links": [ - "https://core.telegram.org/api/file_reference", + "https://core.telegram.org/api/file-references", "https://core.telegram.org/constructor/photo" ] }, diff --git a/_schema/latest.json b/_schema/latest.json index 4a1f6bb..3e98d73 100644 --- a/_schema/latest.json +++ b/_schema/latest.json @@ -10710,7 +10710,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "flags": { @@ -14348,7 +14348,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "id": { @@ -14380,7 +14380,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "id": { @@ -14611,7 +14611,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "local_id": { @@ -16395,7 +16395,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "id": { @@ -16430,7 +16430,7 @@ "name": "file_reference", "description": "File reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "id": { @@ -27655,7 +27655,7 @@ "name": "file_reference", "description": "file reference¹", "links": [ - "https://core.telegram.org/api/file_reference" + "https://core.telegram.org/api/file-references" ] }, "flags": { @@ -70068,7 +70068,7 @@ "name": "max_id", "description": "If a positive value was transferred, the method will return only photos with IDs less than the set one. This parameter is often useful when refetching file references »¹, as in conjuction with limit=1 and offset=-1 the photo² object with the id specified in max_id can be fetched.", "links": [ - "https://core.telegram.org/api/file_reference", + "https://core.telegram.org/api/file-references", "https://core.telegram.org/constructor/photo" ] }, @@ -75113,7 +75113,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." }, @@ -76219,7 +76219,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." }, @@ -76229,7 +76229,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." }, @@ -76479,7 +76479,7 @@ "description": "This user was kicked from this supergroup/channel." }, "USER_NOT_MUTUAL_CONTACT": { - "code": 400, + "code": 403, "type": "USER_NOT_MUTUAL_CONTACT", "description": "The provided user is not a mutual contact." },