mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-08-31 21:32:39 -04:00
Automated spec update (95608)
This commit is contained in:
parent
d9fb23dc28
commit
ef3676a2ca
2 changed files with 36 additions and 0 deletions
|
@ -29353,6 +29353,15 @@
|
|||
"null"
|
||||
]
|
||||
},
|
||||
"first_messages": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/MessageResponse"
|
||||
}
|
||||
},
|
||||
"total_results": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
@ -29427,6 +29436,15 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"first_messages": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/MessageResponse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
@ -29785,6 +29785,15 @@
|
|||
"null"
|
||||
]
|
||||
},
|
||||
"first_messages": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/MessageResponse"
|
||||
}
|
||||
},
|
||||
"total_results": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
@ -29859,6 +29868,15 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"first_messages": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/MessageResponse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Reference in a new issue