mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
chore: generate OpenAPI specification
This commit is contained in:
+2
-2
@@ -7601,7 +7601,6 @@
|
||||
"description": "File is an image with specific dimensions, and may be animated",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"animated",
|
||||
"height",
|
||||
"type",
|
||||
"width"
|
||||
@@ -7633,7 +7632,8 @@
|
||||
"nullable": true
|
||||
},
|
||||
"animated": {
|
||||
"type": "boolean"
|
||||
"type": "boolean",
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user