Automated spec update (230065)

This commit is contained in:
Nelly (automation bot) 2026-06-12 21:46:59 +00:00
parent cdbd53a2ac
commit 8fa3d14be0
2 changed files with 24 additions and 2 deletions

View file

@ -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": {

View file

@ -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": {