Skip to content

Commit

Permalink
Merge pull request #298 from gotd/feat/update-schema
Browse files Browse the repository at this point in the history
feat(schema): update documentation to the latest layer
  • Loading branch information
gotd-bot[bot] authored Dec 8, 2024
2 parents 10b385b + d9bbfdf commit faa29f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _schema/192.json
Original file line number Diff line number Diff line change
Expand Up @@ -18044,9 +18044,10 @@
},
"video_processing_pending": {
"name": "video_processing_pending",
"description": "The video contained in the message is currently being processed by the server (i.e. to generate alternative qualities, that will be contained in the final messageMediaDocument¹.alt_document), and will be sent once the video is processed, which will happen approximately at the specified date (i.e. messages with this flag set should be treated similarly to scheduled messages², but instead of the scheduled date, date contains the estimated conversion date).",
"description": "The video contained in the message is currently being processed by the server (i.e. to generate alternative qualities, that will be contained in the final messageMediaDocument¹.alt_document), and will be sent once the video is processed, which will happen approximately at the specified date (i.e. messages with this flag set should be treated similarly to scheduled messages², but instead of the scheduled date, date contains the estimated conversion date). See here »³ for more info.",
"links": [
"https://core.telegram.org/constructor/messageMediaDocument",
"https://core.telegram.org/api/scheduled-messages",
"https://core.telegram.org/api/scheduled-messages"
]
},
Expand Down
3 changes: 2 additions & 1 deletion _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18044,9 +18044,10 @@
},
"video_processing_pending": {
"name": "video_processing_pending",
"description": "The video contained in the message is currently being processed by the server (i.e. to generate alternative qualities, that will be contained in the final messageMediaDocument¹.alt_document), and will be sent once the video is processed, which will happen approximately at the specified date (i.e. messages with this flag set should be treated similarly to scheduled messages², but instead of the scheduled date, date contains the estimated conversion date).",
"description": "The video contained in the message is currently being processed by the server (i.e. to generate alternative qualities, that will be contained in the final messageMediaDocument¹.alt_document), and will be sent once the video is processed, which will happen approximately at the specified date (i.e. messages with this flag set should be treated similarly to scheduled messages², but instead of the scheduled date, date contains the estimated conversion date). See here »³ for more info.",
"links": [
"https://core.telegram.org/constructor/messageMediaDocument",
"https://core.telegram.org/api/scheduled-messages",
"https://core.telegram.org/api/scheduled-messages"
]
},
Expand Down

0 comments on commit faa29f0

Please sign in to comment.