mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-21 16:11:23 -05:00
Automated spec update (85613)
This commit is contained in:
parent
b47495387d
commit
232680cea6
2 changed files with 16 additions and 16 deletions
|
@ -13821,7 +13821,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"flags": {
|
||||
"type": [
|
||||
|
@ -21017,7 +21017,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"attachments": {
|
||||
"type": [
|
||||
|
@ -21091,7 +21091,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"attachments": {
|
||||
"type": [
|
||||
|
@ -21199,7 +21199,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"attachments": {
|
||||
"type": [
|
||||
|
@ -21257,7 +21257,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"attachments": {
|
||||
"type": [
|
||||
|
@ -23558,7 +23558,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"flags": {
|
||||
"type": [
|
||||
|
@ -23682,7 +23682,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"attachments": {
|
||||
"type": [
|
||||
|
@ -25070,7 +25070,7 @@
|
|||
"$ref": "#/components/schemas/ActionRowComponentForModalRequest"
|
||||
},
|
||||
"minItems": 1,
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -13821,7 +13821,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"flags": {
|
||||
"type": [
|
||||
|
@ -21102,7 +21102,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"attachments": {
|
||||
"type": [
|
||||
|
@ -21176,7 +21176,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"attachments": {
|
||||
"type": [
|
||||
|
@ -21284,7 +21284,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"attachments": {
|
||||
"type": [
|
||||
|
@ -21342,7 +21342,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"attachments": {
|
||||
"type": [
|
||||
|
@ -23643,7 +23643,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"flags": {
|
||||
"type": [
|
||||
|
@ -23767,7 +23767,7 @@
|
|||
"items": {
|
||||
"$ref": "#/components/schemas/ActionRowComponentForMessageRequest"
|
||||
},
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
},
|
||||
"attachments": {
|
||||
"type": [
|
||||
|
@ -25155,7 +25155,7 @@
|
|||
"$ref": "#/components/schemas/ActionRowComponentForModalRequest"
|
||||
},
|
||||
"minItems": 1,
|
||||
"maxItems": 5
|
||||
"maxItems": 10
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in a new issue