main - Automated spec update (67178)

made at remote:2024-09-03T22:45:31

taken at now:2024-09-03T23:10:02

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2024-09-03 23:10:02 +00:00
parent c79b16e0a9
commit fab06556e5
2 changed files with 40 additions and 0 deletions

View file

@ -21287,6 +21287,26 @@
"boolean", "boolean",
"null" "null"
] ]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"guild_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
} }
}, },
"required": [ "required": [

View file

@ -21455,6 +21455,26 @@
"boolean", "boolean",
"null" "null"
] ]
},
"channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"guild_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
} }
}, },
"required": [ "required": [