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": {
"type": "object",
"properties": {
"id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"username": {
"type": "string"
},
"avatar": {
"type": [
"string",
"null"
]
}
},
"required": [
"username"
"id",
"username",
"avatar"
]
},
"InviteChannelResponse": {

View file

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