Automated spec update (8456)
This commit is contained in:
parent
bec7fc0d73
commit
90839344f5
|
@ -17852,20 +17852,6 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"GuildScheduledEventUserResponses": {
|
||||
"type": "integer",
|
||||
"oneOf": [
|
||||
{
|
||||
"title": "UNINTERESTED",
|
||||
"const": 0
|
||||
},
|
||||
{
|
||||
"title": "INTERESTED",
|
||||
"const": 1
|
||||
}
|
||||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"GuildStickerResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -24779,16 +24765,6 @@
|
|||
"guild_scheduled_event_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"guild_scheduled_event_exception_id": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
]
|
||||
},
|
||||
"user_id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
|
@ -24811,15 +24787,11 @@
|
|||
"$ref": "#/components/schemas/GuildMemberResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"response": {
|
||||
"$ref": "#/components/schemas/GuildScheduledEventUserResponses"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"guild_scheduled_event_id",
|
||||
"user_id",
|
||||
"response"
|
||||
"user_id"
|
||||
]
|
||||
},
|
||||
"SelectOption": {
|
||||
|
|
Loading…
Reference in New Issue