main - Automated spec update (54513)
made at remote:2024-06-24T20:12:42 taken at now:2024-06-24T21:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
302348a295
commit
0bb47ecf56
2 changed files with 60 additions and 60 deletions
|
@ -12584,6 +12584,19 @@
|
|||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"mentions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
},
|
||||
"mention_roles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"attachments": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -12658,19 +12671,6 @@
|
|||
"author": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
"mentions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
},
|
||||
"mention_roles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"pinned": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -12851,6 +12851,8 @@
|
|||
"type",
|
||||
"channel_id",
|
||||
"content",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
"attachments",
|
||||
"embeds",
|
||||
"timestamp",
|
||||
|
@ -12858,8 +12860,6 @@
|
|||
"components",
|
||||
"id",
|
||||
"author",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
"pinned",
|
||||
"mention_everyone",
|
||||
"tts"
|
||||
|
@ -22776,6 +22776,19 @@
|
|||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"mentions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
},
|
||||
"mention_roles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"attachments": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -22850,19 +22863,6 @@
|
|||
"author": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
"mentions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
},
|
||||
"mention_roles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"pinned": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -23062,6 +23062,8 @@
|
|||
"type",
|
||||
"channel_id",
|
||||
"content",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
"attachments",
|
||||
"embeds",
|
||||
"timestamp",
|
||||
|
@ -23069,8 +23071,6 @@
|
|||
"components",
|
||||
"id",
|
||||
"author",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
"pinned",
|
||||
"mention_everyone",
|
||||
"tts"
|
||||
|
|
|
@ -12783,6 +12783,19 @@
|
|||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"mentions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
},
|
||||
"mention_roles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"attachments": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -12857,19 +12870,6 @@
|
|||
"author": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
"mentions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
},
|
||||
"mention_roles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"pinned": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -13066,6 +13066,8 @@
|
|||
"type",
|
||||
"channel_id",
|
||||
"content",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
"attachments",
|
||||
"embeds",
|
||||
"timestamp",
|
||||
|
@ -13073,8 +13075,6 @@
|
|||
"components",
|
||||
"id",
|
||||
"author",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
"pinned",
|
||||
"mention_everyone",
|
||||
"tts"
|
||||
|
@ -23167,6 +23167,19 @@
|
|||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"mentions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
},
|
||||
"mention_roles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"attachments": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -23241,19 +23254,6 @@
|
|||
"author": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
"mentions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
}
|
||||
},
|
||||
"mention_roles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"pinned": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -23469,6 +23469,8 @@
|
|||
"type",
|
||||
"channel_id",
|
||||
"content",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
"attachments",
|
||||
"embeds",
|
||||
"timestamp",
|
||||
|
@ -23476,8 +23478,6 @@
|
|||
"components",
|
||||
"id",
|
||||
"author",
|
||||
"mentions",
|
||||
"mention_roles",
|
||||
"pinned",
|
||||
"mention_everyone",
|
||||
"tts"
|
||||
|
|
Loading…
Reference in a new issue