Automated spec update (144873)

This commit is contained in:
Nelly (automation bot) 2025-09-04 21:18:53 +00:00
parent a2a0572509
commit ae0823b7db
2 changed files with 14 additions and 0 deletions

View file

@ -25442,6 +25442,13 @@
"GuildTemplateChannelTags": { "GuildTemplateChannelTags": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"name": { "name": {
"type": "string" "type": "string"
}, },

View file

@ -25951,6 +25951,13 @@
"GuildTemplateChannelTags": { "GuildTemplateChannelTags": {
"type": "object", "type": "object",
"properties": { "properties": {
"id": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"name": { "name": {
"type": "string" "type": "string"
}, },