mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-09-22 02:29:30 -04:00
Automated spec update (260858)
This commit is contained in:
parent
e54b849b5c
commit
83a2e6c443
2 changed files with 0 additions and 64 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue