Skip to content

Commit de7e912

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2026/04/13
1 parent 85c869f commit de7e912

4 files changed

Lines changed: 66 additions & 0 deletions

File tree

docs.slack.dev/methods/assistant.threads.setStatus.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@
4747
"minLength": 1,
4848
"maxLength": 50
4949
}
50+
},
51+
"icon_emoji": {
52+
"type": "string",
53+
"desc": "Emoji to use as the icon for this message. Overrides `icon_url`.",
54+
"example": ":chart_with_upwards_trend:"
55+
},
56+
"icon_url": {
57+
"type": "string",
58+
"desc": "Image URL to use as the icon for this message.",
59+
"example": "http://lorempixel.com/48/48"
60+
},
61+
"username": {
62+
"type": "string",
63+
"desc": "The bot's username to display.",
64+
"example": "My Bot"
5065
}
5166
}
5267
},

docs.slack.dev/methods/chat.startStream.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,21 @@
6464
],
6565
"default": "timeline",
6666
"example": "plan"
67+
},
68+
"icon_emoji": {
69+
"type": "string",
70+
"desc": "Emoji to use as the icon for this message. Overrides `icon_url`.",
71+
"example": ":chart_with_upwards_trend:"
72+
},
73+
"icon_url": {
74+
"type": "string",
75+
"desc": "Image URL to use as the icon for this message.",
76+
"example": "http://lorempixel.com/48/48"
77+
},
78+
"username": {
79+
"type": "string",
80+
"desc": "The bot's username to display.",
81+
"example": "My Bot"
6782
}
6883
}
6984
},

methods/assistant/assistant.threads.setStatus.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,24 @@
2323
"required": false,
2424
"desc": "The list of messages to rotate through as a loading indicator. Maximum of 10 messages.",
2525
"type": "array"
26+
},
27+
"icon_emoji": {
28+
"required": false,
29+
"example": ":chart_with_upwards_trend:",
30+
"desc": "Emoji to use as the icon for this message. Overrides icon_url.",
31+
"type": "string"
32+
},
33+
"icon_url": {
34+
"required": false,
35+
"example": "http://lorempixel.com/48/48",
36+
"desc": "Image URL to use as the icon for this message.",
37+
"type": "string"
38+
},
39+
"username": {
40+
"required": false,
41+
"example": "My Bot",
42+
"desc": "The bot's username to display.",
43+
"type": "string"
2644
}
2745
},
2846
"response": {

methods/chat/chat.startStream.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,24 @@
4141
"example": "plan",
4242
"desc": "Specifies how tasks are displayed in the message. A timeline displays individual tasks with text in sequential order, and plan displays all tasks together, with the first tasks's placement determining the placement of the rest of the tasks.",
4343
"type": "enum"
44+
},
45+
"icon_emoji": {
46+
"required": false,
47+
"example": ":chart_with_upwards_trend:",
48+
"desc": "Emoji to use as the icon for this message. Overrides icon_url.",
49+
"type": "string"
50+
},
51+
"icon_url": {
52+
"required": false,
53+
"example": "http://lorempixel.com/48/48",
54+
"desc": "Image URL to use as the icon for this message.",
55+
"type": "string"
56+
},
57+
"username": {
58+
"required": false,
59+
"example": "My Bot",
60+
"desc": "The bot's username to display.",
61+
"type": "string"
4462
}
4563
},
4664
"response": {

0 commit comments

Comments
 (0)