Skip to content

Commit ae89c50

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/09/11
1 parent 0e98f2e commit ae89c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"example": "xxxx-xxxxxxxxx-xxxx"
2121
},
2222
"as_user": {
23-
"desc": "Pass true to delete the message as the authed user with `chat:write:user` scope. Bot users in this context are considered authed users. If unused or false, the message will be deleted with `chat:write:bot` scope.",
23+
"desc": "(Legacy) Pass true to delete the message as the authed user with `chat:write:user` scope. Bot users in this context are considered authed users. See [legacy `as_user` parameter](#legacy_as_user) below.",
2424
"example": "true",
2525
"type": "boolean"
2626
},

methods/chat/chat.delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"as_user": {
88
"required": false,
99
"example": "true",
10-
"desc": "Pass true to delete the message as the authed user with chat:write:user scope. Bot users in this context are considered authed users. If unused or false, the message will be deleted with chat:write:bot scope.",
10+
"desc": "(Legacy) Pass true to delete the message as the authed user with chat:write:user scope. Bot users in this context are considered authed users. See legacy as_user parameter below.",
1111
"type": "boolean"
1212
},
1313
"channel": {

0 commit comments

Comments
 (0)