Interface: ChatDeleteScheduledMessageArguments
Defined in: packages/web-api/src/types/request/chat.ts:151
Extends
Channel
.AsUser
.TokenOverridable
Properties
as_user?
optional as_user: boolean;
Defined in: packages/web-api/src/types/request/chat.ts:35
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:19
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:153
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