main - Automated spec update (71682)

made at remote:2024-09-25T18:59:49

taken at now:2024-09-25T19:10:02

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2024-09-25 19:10:02 +00:00
parent 7a12064abf
commit 42aaf5c173
2 changed files with 40 additions and 0 deletions

View file

@ -10422,6 +10422,26 @@
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"target_user": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserResponse"
}
]
},
"target_message_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
},
"required": [

View file

@ -10422,6 +10422,26 @@
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"target_user": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/UserResponse"
}
]
},
"target_message_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
}
},
"required": [