mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-16 05:31:52 -04:00
chore: bump api spec
This commit is contained in:
@@ -6272,6 +6272,11 @@
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"original_url": {
|
||||
"description": "Original direct URL",
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"special": {
|
||||
"description": "Remote content",
|
||||
"allOf": [
|
||||
@@ -6367,6 +6372,38 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "Video",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"height",
|
||||
"type",
|
||||
"url",
|
||||
"width"
|
||||
],
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Video"
|
||||
]
|
||||
},
|
||||
"url": {
|
||||
"description": "URL to the original video",
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"description": "Width of the video",
|
||||
"type": "integer",
|
||||
"format": "int"
|
||||
},
|
||||
"height": {
|
||||
"description": "Height of the video",
|
||||
"type": "integer",
|
||||
"format": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "Text Embed",
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user