diff --git a/specs/openapi.json b/specs/openapi.json index 0bd9667..c87af8c 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -21287,6 +21287,26 @@ "boolean", "null" ] + }, + "channel_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] + }, + "guild_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] } }, "required": [ diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 9675fad..0c238e5 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -21455,6 +21455,26 @@ "boolean", "null" ] + }, + "channel_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] + }, + "guild_id": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/SnowflakeType" + } + ] } }, "required": [