mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-09-23 11:09:29 -04:00
Automated spec update (261133)
This commit is contained in:
parent
83a2e6c443
commit
d415390f20
2 changed files with 2 additions and 8 deletions
|
|
@ -32325,12 +32325,6 @@
|
||||||
"boolean",
|
"boolean",
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"is_remix": {
|
|
||||||
"type": [
|
|
||||||
"boolean",
|
|
||||||
"null"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
||||||
|
|
@ -32339,13 +32339,13 @@
|
||||||
],
|
],
|
||||||
"maxLength": 1024
|
"maxLength": 1024
|
||||||
},
|
},
|
||||||
"is_spoiler": {
|
"is_thumbnail": {
|
||||||
"type": [
|
"type": [
|
||||||
"boolean",
|
"boolean",
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"is_remix": {
|
"is_spoiler": {
|
||||||
"type": [
|
"type": [
|
||||||
"boolean",
|
"boolean",
|
||||||
"null"
|
"null"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue