@slack/web-api / ChatDeleteArguments
Defined in: src/types/request/chat.ts:157
ChannelAndTS.AsUser.TokenOverridable
optional as_user: boolean;Defined in: src/types/request/chat.ts:36
Pass true to act 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 acted upon with
`chat:write:bot` scope.
AsUser.as_userchannel: string;Defined in: src/types/request/chat.ts:20
Channel ID for the message.
ChannelAndTS.channeloptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokents: string;Defined in: src/types/request/chat.ts:24
Timestamp of the message.
ChannelAndTS.ts