mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-09-22 02:29:30 -04:00
Automated spec update (266135)
This commit is contained in:
parent
70af70a265
commit
bb8eb1ec74
2 changed files with 22 additions and 0 deletions
|
|
@ -15601,6 +15601,14 @@
|
|||
"maximum": 200
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "shard",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "with_counts",
|
||||
"in": "query",
|
||||
|
|
@ -30700,6 +30708,9 @@
|
|||
"icon": {
|
||||
"type": "string"
|
||||
},
|
||||
"nsfw": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"recipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
|||
|
|
@ -15613,6 +15613,14 @@
|
|||
"maximum": 200
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "shard",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "with_counts",
|
||||
"in": "query",
|
||||
|
|
@ -30719,6 +30727,9 @@
|
|||
"icon": {
|
||||
"type": "string"
|
||||
},
|
||||
"nsfw": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"recipients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue