Skip to content

Commit 38cb2f4

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2026/07/02
1 parent a229b65 commit 38cb2f4

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

docs.slack.dev/events/events.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
"RTM"
88
]
99
},
10+
{
11+
"name": "app_context_changed",
12+
"description": "The context changed while an app was visible",
13+
"scopes": [
14+
"assistant:write"
15+
],
16+
"APIs": [
17+
"Events"
18+
]
19+
},
1020
{
1121
"name": "app_mention",
1222
"description": "Subscribe to only the message events that mention your app or bot",

events/app_context_changed.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "app_context_changed",
3+
"desc": "The context changed while an app was visible.",
4+
"scopes": [
5+
"assistant:write"
6+
],
7+
"APIs": [
8+
"Events"
9+
]
10+
}

0 commit comments

Comments
 (0)