mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-11-14 07:49:48 -05:00
Compare commits
2 commits
997fa1595a
...
c765c28475
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c765c28475 | ||
|
|
bc5d9c9bdb |
2 changed files with 60 additions and 0 deletions
|
|
@ -13850,6 +13850,16 @@
|
|||
"$ref": "#/components/schemas/PollCreateRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -15077,6 +15087,10 @@
|
|||
"name"
|
||||
]
|
||||
},
|
||||
"ConfettiPotionCreateRequest": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"ConnectedAccountGuildResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
@ -19238,6 +19252,12 @@
|
|||
"null"
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"is_nickname_changeable": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -23588,6 +23608,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"message_reference": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -13850,6 +13850,16 @@
|
|||
"$ref": "#/components/schemas/PollCreateRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -15116,6 +15126,10 @@
|
|||
"name"
|
||||
]
|
||||
},
|
||||
"ConfettiPotionCreateRequest": {
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"ConnectedAccountGuildResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
@ -19309,6 +19323,12 @@
|
|||
"null"
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"is_nickname_changeable": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -23673,6 +23693,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ConfettiPotionCreateRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"message_reference": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue