main - Automated spec update (47841)
made at remote:2024-05-15T15:17:13 taken at now:2024-05-15T16:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
a8ea74db5e
commit
7ce389755c
2 changed files with 84 additions and 0 deletions
|
@ -12696,6 +12696,16 @@
|
|||
"tts": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"call": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/MessageCallResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"activity": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -21521,6 +21531,28 @@
|
|||
"proxy_url"
|
||||
]
|
||||
},
|
||||
"MessageCallResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ended_timestamp": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"format": "date-time"
|
||||
},
|
||||
"participants": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"participants"
|
||||
]
|
||||
},
|
||||
"MessageComponentActionRowResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -22907,6 +22939,16 @@
|
|||
"tts": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"call": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/MessageCallResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"activity": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
|
@ -12895,6 +12895,16 @@
|
|||
"tts": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"call": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/MessageCallResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"activity": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -21851,6 +21861,28 @@
|
|||
"proxy_url"
|
||||
]
|
||||
},
|
||||
"MessageCallResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ended_timestamp": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"format": "date-time"
|
||||
},
|
||||
"participants": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"participants"
|
||||
]
|
||||
},
|
||||
"MessageComponentActionRowResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -23298,6 +23330,16 @@
|
|||
"tts": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"call": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/MessageCallResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"activity": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue