Skip to content

Commit 7a18176

Browse files
committed
bot_remove and bot_enable message subtype
1 parent 3747fc3 commit 7a18176

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

objects/message.json

+69
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,72 @@
152152
},
153153
"title": "bot_add"
154154
},
155+
{
156+
"type": "object",
157+
"properties": {
158+
"type": {
159+
"type": "string"
160+
},
161+
"subtype": {
162+
"type": "string"
163+
},
164+
"channel": {
165+
"type": "string"
166+
},
167+
"ts": {
168+
"$ref": "timestamp.json"
169+
},
170+
"user": {
171+
"type": "string"
172+
},
173+
"team": {
174+
"type": "string"
175+
},
176+
"text": {
177+
"type": "string"
178+
},
179+
"bot_id": {
180+
"type": "string"
181+
},
182+
"bot_link": {
183+
"type": "string"
184+
}
185+
},
186+
"title": "bot_enable"
187+
},
188+
{
189+
"type": "object",
190+
"properties": {
191+
"type": {
192+
"type": "string"
193+
},
194+
"subtype": {
195+
"type": "string"
196+
},
197+
"channel": {
198+
"type": "string"
199+
},
200+
"ts": {
201+
"$ref": "timestamp.json"
202+
},
203+
"user": {
204+
"type": "string"
205+
},
206+
"team": {
207+
"type": "string"
208+
},
209+
"text": {
210+
"type": "string"
211+
},
212+
"bot_id": {
213+
"type": "string"
214+
},
215+
"bot_link": {
216+
"type": "string"
217+
}
218+
},
219+
"title": "bot_remove"
220+
},
155221
{
156222
"type": "object",
157223
"properties": {
@@ -1403,6 +1469,9 @@
14031469
},
14041470
"ts": {
14051471
"$ref": "timestamp.json"
1472+
},
1473+
"thread_ts": {
1474+
"$ref": "timestamp.json"
14061475
}
14071476
},
14081477
"title": "slackbot_response"

0 commit comments

Comments
 (0)