Automated spec update (45468)
This commit is contained in:
parent
bed59ca649
commit
cbb820ac76
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue