Interface: ChatDeleteScheduledMessageArguments
Extends
Channel
.AsUser
.TokenOverridable
Properties
as_user?
optional as_user: boolean;
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
Defined in
packages/web-api/src/types/request/chat.ts:35
channel
channel: string;
Description
Channel ID for the message.
Inherited from
Channel.channel
Defined in
packages/web-api/src/types/request/chat.ts:19
scheduled_message_id
scheduled_message_id: string;
Description
The scheduled_message_id
returned from call to chat.scheduleMessage
.
Defined in
packages/web-api/src/types/request/chat.ts:153
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token