Automated spec update (67178)

This commit is contained in:
Nelly (automation bot) 2024-09-03 22:45:31 +00:00
parent 243e3da807
commit 348aeb6011
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": [