We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cbb93 commit 84d92f3Copy full SHA for 84d92f3
1 file changed
OpenAPI.json
@@ -7601,7 +7601,6 @@
7601
"description": "File is an image with specific dimensions, and may be animated",
7602
"type": "object",
7603
"required": [
7604
- "animated",
7605
"height",
7606
"type",
7607
"width"
@@ -7633,7 +7632,8 @@
7633
7632
"nullable": true
7634
},
7635
"animated": {
7636
- "type": "boolean"
+ "type": "boolean",
+ "nullable": true
7637
}
7638
7639
0 commit comments