Skip to main content

@slack/web-api / BookmarksRemoveArguments

Interface: BookmarksRemoveArguments

Defined in: packages/web-api/src/types/request/bookmarks.ts:31

Extends​

  • ChannelID.ID.TokenOverridable

Properties​

bookmark_id​

bookmark_id: string;

Defined in: packages/web-api/src/types/request/bookmarks.ts:4

Inherited from​

ID.bookmark_id

channel_id​

channel_id: string;

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

Description​

Encoded channel ID.

Inherited from​

ChannelID.channel_id

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