Skip to main content

Interface: BookmarksRemoveArguments

Extends

  • ChannelID.ID.TokenOverridable

Properties

bookmark_id

bookmark_id: string;

Inherited from

ID.bookmark_id

Defined in

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


channel_id

channel_id: string;

Description

Encoded channel ID.

Inherited from

ChannelID.channel_id

Defined in

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


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

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