Automated spec update (35118)

This commit is contained in:
Nelly (automation bot) 2024-03-18 20:41:55 +00:00
parent aeb7e2c173
commit 60ead5abe3
2 changed files with 14 additions and 18 deletions

View File

@ -12672,24 +12672,22 @@
"type": "object",
"properties": {
"banned_users": {
"type": [
"array",
"null"
],
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
}
},
"failed_users": {
"type": [
"array",
"null"
],
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
}
}
}
},
"required": [
"banned_users",
"failed_users"
]
},
"Button": {
"type": "object",

View File

@ -12672,24 +12672,22 @@
"type": "object",
"properties": {
"banned_users": {
"type": [
"array",
"null"
],
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
}
},
"failed_users": {
"type": [
"array",
"null"
],
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
}
}
}
},
"required": [
"banned_users",
"failed_users"
]
},
"Button": {
"type": "object",