Automated spec update (54513)

This commit is contained in:
Nelly (automation bot) 2024-06-24 20:12:42 +00:00
parent c6c410eddb
commit ffdbc80b7a
2 changed files with 60 additions and 60 deletions

View File

@ -12584,6 +12584,19 @@
"content": { "content": {
"type": "string" "type": "string"
}, },
"mentions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserResponse"
}
},
"mention_roles": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"uniqueItems": true
},
"attachments": { "attachments": {
"type": "array", "type": "array",
"items": { "items": {
@ -12658,19 +12671,6 @@
"author": { "author": {
"$ref": "#/components/schemas/UserResponse" "$ref": "#/components/schemas/UserResponse"
}, },
"mentions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserResponse"
}
},
"mention_roles": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"uniqueItems": true
},
"pinned": { "pinned": {
"type": "boolean" "type": "boolean"
}, },
@ -12851,6 +12851,8 @@
"type", "type",
"channel_id", "channel_id",
"content", "content",
"mentions",
"mention_roles",
"attachments", "attachments",
"embeds", "embeds",
"timestamp", "timestamp",
@ -12858,8 +12860,6 @@
"components", "components",
"id", "id",
"author", "author",
"mentions",
"mention_roles",
"pinned", "pinned",
"mention_everyone", "mention_everyone",
"tts" "tts"
@ -22776,6 +22776,19 @@
"content": { "content": {
"type": "string" "type": "string"
}, },
"mentions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserResponse"
}
},
"mention_roles": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"uniqueItems": true
},
"attachments": { "attachments": {
"type": "array", "type": "array",
"items": { "items": {
@ -22850,19 +22863,6 @@
"author": { "author": {
"$ref": "#/components/schemas/UserResponse" "$ref": "#/components/schemas/UserResponse"
}, },
"mentions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserResponse"
}
},
"mention_roles": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"uniqueItems": true
},
"pinned": { "pinned": {
"type": "boolean" "type": "boolean"
}, },
@ -23062,6 +23062,8 @@
"type", "type",
"channel_id", "channel_id",
"content", "content",
"mentions",
"mention_roles",
"attachments", "attachments",
"embeds", "embeds",
"timestamp", "timestamp",
@ -23069,8 +23071,6 @@
"components", "components",
"id", "id",
"author", "author",
"mentions",
"mention_roles",
"pinned", "pinned",
"mention_everyone", "mention_everyone",
"tts" "tts"

View File

@ -12783,6 +12783,19 @@
"content": { "content": {
"type": "string" "type": "string"
}, },
"mentions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserResponse"
}
},
"mention_roles": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"uniqueItems": true
},
"attachments": { "attachments": {
"type": "array", "type": "array",
"items": { "items": {
@ -12857,19 +12870,6 @@
"author": { "author": {
"$ref": "#/components/schemas/UserResponse" "$ref": "#/components/schemas/UserResponse"
}, },
"mentions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserResponse"
}
},
"mention_roles": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"uniqueItems": true
},
"pinned": { "pinned": {
"type": "boolean" "type": "boolean"
}, },
@ -13066,6 +13066,8 @@
"type", "type",
"channel_id", "channel_id",
"content", "content",
"mentions",
"mention_roles",
"attachments", "attachments",
"embeds", "embeds",
"timestamp", "timestamp",
@ -13073,8 +13075,6 @@
"components", "components",
"id", "id",
"author", "author",
"mentions",
"mention_roles",
"pinned", "pinned",
"mention_everyone", "mention_everyone",
"tts" "tts"
@ -23167,6 +23167,19 @@
"content": { "content": {
"type": "string" "type": "string"
}, },
"mentions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserResponse"
}
},
"mention_roles": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"uniqueItems": true
},
"attachments": { "attachments": {
"type": "array", "type": "array",
"items": { "items": {
@ -23241,19 +23254,6 @@
"author": { "author": {
"$ref": "#/components/schemas/UserResponse" "$ref": "#/components/schemas/UserResponse"
}, },
"mentions": {
"type": "array",
"items": {
"$ref": "#/components/schemas/UserResponse"
}
},
"mention_roles": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
},
"uniqueItems": true
},
"pinned": { "pinned": {
"type": "boolean" "type": "boolean"
}, },
@ -23469,6 +23469,8 @@
"type", "type",
"channel_id", "channel_id",
"content", "content",
"mentions",
"mention_roles",
"attachments", "attachments",
"embeds", "embeds",
"timestamp", "timestamp",
@ -23476,8 +23478,6 @@
"components", "components",
"id", "id",
"author", "author",
"mentions",
"mention_roles",
"pinned", "pinned",
"mention_everyone", "mention_everyone",
"tts" "tts"