mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (271)
This commit is contained in:
parent
e4363449cc
commit
117758695a
2 changed files with 15 additions and 3 deletions
|
@ -24767,10 +24767,12 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"label": {
|
"label": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"minLength": 1,
|
||||||
"maxLength": 100
|
"maxLength": 100
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"minLength": 1,
|
||||||
"maxLength": 100
|
"maxLength": 100
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
|
|
|
@ -13324,6 +13324,11 @@
|
||||||
"title": "GUILD_FORUM",
|
"title": "GUILD_FORUM",
|
||||||
"description": "Channel that can only contain threads",
|
"description": "Channel that can only contain threads",
|
||||||
"const": 15
|
"const": 15
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GUILD_MEDIA",
|
||||||
|
"description": "Channel that can only contain media threads",
|
||||||
|
"const": 16
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
|
@ -13653,7 +13658,8 @@
|
||||||
5,
|
5,
|
||||||
13,
|
13,
|
||||||
14,
|
14,
|
||||||
15
|
15,
|
||||||
|
16
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{
|
{
|
||||||
|
@ -16490,7 +16496,8 @@
|
||||||
5,
|
5,
|
||||||
13,
|
13,
|
||||||
14,
|
14,
|
||||||
15
|
15,
|
||||||
|
16
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{
|
{
|
||||||
|
@ -24771,10 +24778,12 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"label": {
|
"label": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"minLength": 1,
|
||||||
"maxLength": 100
|
"maxLength": 100
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"minLength": 1,
|
||||||
"maxLength": 100
|
"maxLength": 100
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
|
@ -26009,7 +26018,8 @@
|
||||||
5,
|
5,
|
||||||
13,
|
13,
|
||||||
14,
|
14,
|
||||||
15
|
15,
|
||||||
|
16
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue