mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 16:41:22 -05:00
Automated spec update
This commit is contained in:
parent
ed128cc2a3
commit
6e5ad2e3bc
2 changed files with 18 additions and 0 deletions
|
@ -15254,6 +15254,15 @@
|
||||||
"minimum": -2147483648,
|
"minimum": -2147483648,
|
||||||
"maximum": 2147483647,
|
"maximum": 2147483647,
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"minimum": -2147483648,
|
||||||
|
"maximum": 2147483647,
|
||||||
|
"format": "int32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -15254,6 +15254,15 @@
|
||||||
"minimum": -2147483648,
|
"minimum": -2147483648,
|
||||||
"maximum": 2147483647,
|
"maximum": 2147483647,
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"type": [
|
||||||
|
"integer",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"minimum": -2147483648,
|
||||||
|
"maximum": 2147483647,
|
||||||
|
"format": "int32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Reference in a new issue