From a5fc258ee3a0a370c2ceec6bac159a761428d9af Mon Sep 17 00:00:00 2001 From: Adversary Date: Thu, 2 May 2024 23:10:02 +0000 Subject: [PATCH] main - Automated spec update (45468) made at remote:2024-05-02T23:02:29 taken at now:2024-05-02T23:10:02 made by remote Nelly (automation bot) <> --- specs/openapi.json | 16 ++++++++-------- specs/openapi_preview.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 9688927..dc2e551 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -12321,6 +12321,9 @@ "type": { "$ref": "#/components/schemas/MessageType" }, + "channel_id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "content": { "type": "string" }, @@ -12395,9 +12398,6 @@ "id": { "$ref": "#/components/schemas/SnowflakeType" }, - "channel_id": { - "$ref": "#/components/schemas/SnowflakeType" - }, "author": { "$ref": "#/components/schemas/UserResponse" }, @@ -12582,6 +12582,7 @@ }, "required": [ "type", + "channel_id", "content", "attachments", "embeds", @@ -12589,7 +12590,6 @@ "flags", "components", "id", - "channel_id", "author", "mentions", "mention_roles", @@ -22374,6 +22374,9 @@ "type": { "$ref": "#/components/schemas/MessageType" }, + "channel_id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "content": { "type": "string" }, @@ -22448,9 +22451,6 @@ "id": { "$ref": "#/components/schemas/SnowflakeType" }, - "channel_id": { - "$ref": "#/components/schemas/SnowflakeType" - }, "author": { "$ref": "#/components/schemas/UserResponse" }, @@ -22654,6 +22654,7 @@ }, "required": [ "type", + "channel_id", "content", "attachments", "embeds", @@ -22661,7 +22662,6 @@ "flags", "components", "id", - "channel_id", "author", "mentions", "mention_roles", diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 212dc45..1405f4f 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -12520,6 +12520,9 @@ "type": { "$ref": "#/components/schemas/MessageType" }, + "channel_id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "content": { "type": "string" }, @@ -12594,9 +12597,6 @@ "id": { "$ref": "#/components/schemas/SnowflakeType" }, - "channel_id": { - "$ref": "#/components/schemas/SnowflakeType" - }, "author": { "$ref": "#/components/schemas/UserResponse" }, @@ -12797,6 +12797,7 @@ }, "required": [ "type", + "channel_id", "content", "attachments", "embeds", @@ -12804,7 +12805,6 @@ "flags", "components", "id", - "channel_id", "author", "mentions", "mention_roles", @@ -22769,6 +22769,9 @@ "type": { "$ref": "#/components/schemas/MessageType" }, + "channel_id": { + "$ref": "#/components/schemas/SnowflakeType" + }, "content": { "type": "string" }, @@ -22843,9 +22846,6 @@ "id": { "$ref": "#/components/schemas/SnowflakeType" }, - "channel_id": { - "$ref": "#/components/schemas/SnowflakeType" - }, "author": { "$ref": "#/components/schemas/UserResponse" }, @@ -23065,6 +23065,7 @@ }, "required": [ "type", + "channel_id", "content", "attachments", "embeds", @@ -23072,7 +23073,6 @@ "flags", "components", "id", - "channel_id", "author", "mentions", "mention_roles",