Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 8 additions & 8 deletions _schema/208.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
]
},
Expand Down
24 changes: 12 additions & 12 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
]
},
Expand Down Expand Up @@ -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."
},
Expand Down Expand Up @@ -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."
},
Expand All @@ -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."
},
Expand Down Expand Up @@ -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."
},
Expand Down
Loading