Skip to content

Commit 3747fc3

Browse files
committed
slackbot_response message variant
1 parent b002c90 commit 3747fc3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

objects/message.json

+24
Original file line numberDiff line numberDiff line change
@@ -1382,6 +1382,30 @@
13821382
}
13831383
},
13841384
"title": "sh_room_created"
1385+
},
1386+
{
1387+
"type": "object",
1388+
"properties": {
1389+
"type": {
1390+
"type": "string"
1391+
},
1392+
"subtype": {
1393+
"type": "string"
1394+
},
1395+
"user": {
1396+
"type": "string"
1397+
},
1398+
"text": {
1399+
"type": "string"
1400+
},
1401+
"channel": {
1402+
"type": "string"
1403+
},
1404+
"ts": {
1405+
"$ref": "timestamp.json"
1406+
}
1407+
},
1408+
"title": "slackbot_response"
13851409
}
13861410
]
13871411
}

0 commit comments

Comments
 (0)