mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-08-31 21:32:39 -04:00
Automated spec update (99695)
This commit is contained in:
parent
260d0ad07b
commit
72a6134266
2 changed files with 34 additions and 34 deletions
|
@ -9814,21 +9814,6 @@
|
|||
"attachment"
|
||||
]
|
||||
},
|
||||
"ActivityLocationKinds": {
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "GUILD_CHANNEL",
|
||||
"description": "guild channel",
|
||||
"const": "gc"
|
||||
},
|
||||
{
|
||||
"title": "PRIVATE_CHANNEL",
|
||||
"description": "private channel",
|
||||
"const": "pc"
|
||||
}
|
||||
]
|
||||
},
|
||||
"AfkTimeouts": {
|
||||
"type": "integer",
|
||||
"oneOf": [
|
||||
|
@ -16857,6 +16842,21 @@
|
|||
"users"
|
||||
]
|
||||
},
|
||||
"EmbeddedActivityLocationKind": {
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "GUILD_CHANNEL",
|
||||
"description": "guild channel",
|
||||
"const": "gc"
|
||||
},
|
||||
{
|
||||
"title": "PRIVATE_CHANNEL",
|
||||
"description": "private channel",
|
||||
"const": "pc"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EmojiResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -18568,7 +18568,7 @@
|
|||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/ActivityLocationKinds"
|
||||
"$ref": "#/components/schemas/EmbeddedActivityLocationKind"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -26590,7 +26590,7 @@
|
|||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/ActivityLocationKinds"
|
||||
"$ref": "#/components/schemas/EmbeddedActivityLocationKind"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -9814,21 +9814,6 @@
|
|||
"attachment"
|
||||
]
|
||||
},
|
||||
"ActivityLocationKinds": {
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "GUILD_CHANNEL",
|
||||
"description": "guild channel",
|
||||
"const": "gc"
|
||||
},
|
||||
{
|
||||
"title": "PRIVATE_CHANNEL",
|
||||
"description": "private channel",
|
||||
"const": "pc"
|
||||
}
|
||||
]
|
||||
},
|
||||
"AfkTimeouts": {
|
||||
"type": "integer",
|
||||
"oneOf": [
|
||||
|
@ -16897,6 +16882,21 @@
|
|||
"users"
|
||||
]
|
||||
},
|
||||
"EmbeddedActivityLocationKind": {
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "GUILD_CHANNEL",
|
||||
"description": "guild channel",
|
||||
"const": "gc"
|
||||
},
|
||||
{
|
||||
"title": "PRIVATE_CHANNEL",
|
||||
"description": "private channel",
|
||||
"const": "pc"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EmojiResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -18638,7 +18638,7 @@
|
|||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/ActivityLocationKinds"
|
||||
"$ref": "#/components/schemas/EmbeddedActivityLocationKind"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -26675,7 +26675,7 @@
|
|||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/ActivityLocationKinds"
|
||||
"$ref": "#/components/schemas/EmbeddedActivityLocationKind"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue