Skip to main content

@slack/web-api / ChatDeleteScheduledMessageArguments

Interface: ChatDeleteScheduledMessageArguments

Defined in: packages/web-api/src/types/request/chat.ts:184

Extends​

  • Channel.AsUser.TokenOverridable

Properties​

as_user?​

optional as_user?: boolean;

Defined in: packages/web-api/src/types/request/chat.ts:38

Description​

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.

Inherited from​

AsUser.as_user

channel​

channel: string;

Defined in: packages/web-api/src/types/request/chat.ts:22

Description​

Channel ID for the message.

Inherited from​

Channel.channel

scheduled_message_id​

scheduled_message_id: string;

Defined in: packages/web-api/src/types/request/chat.ts:186

Description​

The scheduled_message_id returned from call to `chat.scheduleMessage`.


token?​

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token