Automated spec update (71682)

This commit is contained in:
Nelly (automation bot) 2024-09-25 18:59:49 +00:00
parent 7ac0cfa441
commit 4855b02670
2 changed files with 40 additions and 0 deletions

View File

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

View File

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