@slack/web-api / ChatDeleteScheduledMessageArguments
Defined in: src/types/request/chat.ts:160
Channel.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.
Channel.channelscheduled_message_id: string;Defined in: src/types/request/chat.ts:162
The scheduled_message_id returned from call to `chat.scheduleMessage`.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token