mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-06-24 15:30:32 -04:00
Automated spec update (230065)
This commit is contained in:
parent
cdbd53a2ac
commit
8fa3d14be0
2 changed files with 24 additions and 2 deletions
|
|
@ -30296,12 +30296,23 @@
|
|||
"InviteChannelRecipientResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"avatar": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"username"
|
||||
"id",
|
||||
"username",
|
||||
"avatar"
|
||||
]
|
||||
},
|
||||
"InviteChannelResponse": {
|
||||
|
|
|
|||
|
|
@ -30315,12 +30315,23 @@
|
|||
"InviteChannelRecipientResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"avatar": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"username"
|
||||
"id",
|
||||
"username",
|
||||
"avatar"
|
||||
]
|
||||
},
|
||||
"InviteChannelResponse": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue