mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-08-31 21:32:39 -04:00
Automated spec update (105350)
This commit is contained in:
parent
ea141e3607
commit
a6962eb372
2 changed files with 66 additions and 0 deletions
|
@ -24802,6 +24802,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -24997,6 +25003,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -28092,6 +28104,13 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"maxLength": 4096
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -28158,6 +28177,13 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"maxLength": 4096
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -28204,6 +28230,13 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"maxLength": 4096
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -24887,6 +24887,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -25082,6 +25088,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -28470,6 +28482,13 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"maxLength": 4096
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -28536,6 +28555,13 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"maxLength": 4096
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -28582,6 +28608,13 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"maxLength": 4096
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue