Automated spec update (260858)

This commit is contained in:
Nelly (automation bot) 2026-09-07 20:28:25 +00:00
parent e54b849b5c
commit 83a2e6c443
2 changed files with 0 additions and 64 deletions

View file

@ -27203,16 +27203,6 @@
"target_message_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"liveliness": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GuildLivelinessResponse"
}
]
},
"uses": {
"type": "integer",
"format": "int32"
@ -27394,28 +27384,6 @@
}
}
},
"GuildLivelinessResponse": {
"type": "object",
"properties": {
"msg_activity_bins": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
},
"last_updated_ts": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
"msg_activity_bins"
]
},
"GuildMFALevel": {
"type": "integer",
"oneOf": [

View file

@ -27222,16 +27222,6 @@
"target_message_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"liveliness": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/GuildLivelinessResponse"
}
]
},
"uses": {
"type": "integer",
"format": "int32"
@ -27413,28 +27403,6 @@
}
}
},
"GuildLivelinessResponse": {
"type": "object",
"properties": {
"msg_activity_bins": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
},
"last_updated_ts": {
"type": [
"string",
"null"
],
"format": "date-time"
}
},
"required": [
"msg_activity_bins"
]
},
"GuildMFALevel": {
"type": "integer",
"oneOf": [