Interface: BookmarksEditArguments
Extends
ChannelID
.ID
.Partial
<BookmarkFields
>.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
emoji?
optional emoji: string;
Description
Emoji tag to apply to the bookmark.
Inherited from
Partial.emoji
Defined in
packages/web-api/src/types/request/bookmarks.ts:12
link?
optional link: string;
Description
Link to bookmark.
Inherited from
Partial.link
Defined in
packages/web-api/src/types/request/bookmarks.ts:10
title?
optional title: string;
Description
Title for the bookmark.
Inherited from
Partial.title
Defined in
packages/web-api/src/types/request/bookmarks.ts:8
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token