mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 00:21:23 -05:00
Automated spec update (28898)
This commit is contained in:
parent
d63671c16f
commit
fe9917381e
2 changed files with 48 additions and 0 deletions
|
@ -17015,6 +17015,16 @@
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"avatar_decoration_data": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"communication_disabled_until": {
|
"communication_disabled_until": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
|
@ -23819,6 +23829,16 @@
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"avatar_decoration_data": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"communication_disabled_until": {
|
"communication_disabled_until": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
|
@ -26334,6 +26354,10 @@
|
||||||
"name"
|
"name"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"UserAvatarDecorationResponse": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {}
|
||||||
|
},
|
||||||
"UserCommunicationDisabledAction": {
|
"UserCommunicationDisabledAction": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
|
@ -17090,6 +17090,16 @@
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"avatar_decoration_data": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"communication_disabled_until": {
|
"communication_disabled_until": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
|
@ -23914,6 +23924,16 @@
|
||||||
"null"
|
"null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"avatar_decoration_data": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/UserAvatarDecorationResponse"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"communication_disabled_until": {
|
"communication_disabled_until": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
|
@ -26777,6 +26797,10 @@
|
||||||
"name"
|
"name"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"UserAvatarDecorationResponse": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {}
|
||||||
|
},
|
||||||
"UserCommunicationDisabledAction": {
|
"UserCommunicationDisabledAction": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Reference in a new issue