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": {
|
"InviteChannelRecipientResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"id": {
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
},
|
||||||
"username": {
|
"username": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"avatar": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"username"
|
"id",
|
||||||
|
"username",
|
||||||
|
"avatar"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"InviteChannelResponse": {
|
"InviteChannelResponse": {
|
||||||
|
|
|
||||||
|
|
@ -30315,12 +30315,23 @@
|
||||||
"InviteChannelRecipientResponse": {
|
"InviteChannelRecipientResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"id": {
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
},
|
||||||
"username": {
|
"username": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"avatar": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"username"
|
"id",
|
||||||
|
"username",
|
||||||
|
"avatar"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"InviteChannelResponse": {
|
"InviteChannelResponse": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue