main - Automated spec update (134815)
made at remote:2025-08-01T03:25:00 taken at now:2025-08-01T04:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
ba3c232e8e
commit
c88f32e4c8
2 changed files with 20 additions and 16 deletions
|
@ -20193,7 +20193,7 @@
|
|||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ComponentEmojiForMessageRequest"
|
||||
"$ref": "#/components/schemas/ComponentEmojiForRequest"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -20792,7 +20792,7 @@
|
|||
"permissions"
|
||||
]
|
||||
},
|
||||
"ComponentEmojiForMessageRequest": {
|
||||
"ComponentEmojiForRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
|
@ -35049,7 +35049,7 @@
|
|||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/StringSelectOptionForMessageRequest"
|
||||
"$ref": "#/components/schemas/StringSelectOptionForRequest"
|
||||
},
|
||||
"minItems": 1,
|
||||
"maxItems": 25
|
||||
|
@ -35123,7 +35123,7 @@
|
|||
"options"
|
||||
]
|
||||
},
|
||||
"StringSelectOptionForMessageRequest": {
|
||||
"StringSelectOptionForRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"label": {
|
||||
|
@ -35155,7 +35155,7 @@
|
|||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ComponentEmojiForMessageRequest"
|
||||
"$ref": "#/components/schemas/ComponentEmojiForRequest"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -35347,7 +35347,10 @@
|
|||
"$ref": "#/components/schemas/TextInputStyleTypes"
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"maxLength": 45
|
||||
},
|
||||
"value": {
|
||||
|
@ -35390,8 +35393,7 @@
|
|||
"required": [
|
||||
"type",
|
||||
"custom_id",
|
||||
"style",
|
||||
"label"
|
||||
"style"
|
||||
]
|
||||
},
|
||||
"TextInputComponentResponse": {
|
||||
|
|
|
@ -20193,7 +20193,7 @@
|
|||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ComponentEmojiForMessageRequest"
|
||||
"$ref": "#/components/schemas/ComponentEmojiForRequest"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -20831,7 +20831,7 @@
|
|||
"permissions"
|
||||
]
|
||||
},
|
||||
"ComponentEmojiForMessageRequest": {
|
||||
"ComponentEmojiForRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
|
@ -35481,7 +35481,7 @@
|
|||
"options": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/StringSelectOptionForMessageRequest"
|
||||
"$ref": "#/components/schemas/StringSelectOptionForRequest"
|
||||
},
|
||||
"minItems": 1,
|
||||
"maxItems": 25
|
||||
|
@ -35555,7 +35555,7 @@
|
|||
"options"
|
||||
]
|
||||
},
|
||||
"StringSelectOptionForMessageRequest": {
|
||||
"StringSelectOptionForRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"label": {
|
||||
|
@ -35587,7 +35587,7 @@
|
|||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ComponentEmojiForMessageRequest"
|
||||
"$ref": "#/components/schemas/ComponentEmojiForRequest"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -35779,7 +35779,10 @@
|
|||
"$ref": "#/components/schemas/TextInputStyleTypes"
|
||||
},
|
||||
"label": {
|
||||
"type": "string",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"maxLength": 45
|
||||
},
|
||||
"value": {
|
||||
|
@ -35822,8 +35825,7 @@
|
|||
"required": [
|
||||
"type",
|
||||
"custom_id",
|
||||
"style",
|
||||
"label"
|
||||
"style"
|
||||
]
|
||||
},
|
||||
"TextInputComponentResponse": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue