mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-06-24 23:30:34 -04:00
Automated spec update (233093)
This commit is contained in:
parent
75712b98fe
commit
fec1e3f1d7
2 changed files with 12 additions and 0 deletions
|
|
@ -32223,6 +32223,12 @@
|
|||
],
|
||||
"maxLength": 1024
|
||||
},
|
||||
"is_spoiler": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"is_remix": {
|
||||
"type": [
|
||||
"boolean",
|
||||
|
|
|
|||
|
|
@ -32242,6 +32242,12 @@
|
|||
],
|
||||
"maxLength": 1024
|
||||
},
|
||||
"is_spoiler": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"is_remix": {
|
||||
"type": [
|
||||
"boolean",
|
||||
|
|
|
|||
Loading…
Reference in a new issue