Skip to content

Commit 90c85a5

Browse files
committed
bot_disable message subtype
1 parent 7a18176 commit 90c85a5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

objects/message.json

+33
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,39 @@
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_disable"
187+
},
155188
{
156189
"type": "object",
157190
"properties": {

0 commit comments

Comments
 (0)