@slack/web-api / BookmarksAddArguments
Defined in: src/types/request/bookmarks.ts:16
ChannelID.BookmarkFields.TokenOverridable
channel_id: string;Defined in: src/types/request/common.ts:85
Encoded channel ID.
ChannelID.channel_idoptional emoji: string;Defined in: src/types/request/bookmarks.ts:12
Emoji tag to apply to the bookmark.
BookmarkFields.emojioptional entity_id: string;Defined in: src/types/request/bookmarks.ts:20
ID of the entity being bookmarked. Only applies to message and file types.
link: string;Defined in: src/types/request/bookmarks.ts:10
Link to bookmark.
BookmarkFields.linkoptional parent_id: string;Defined in: src/types/request/bookmarks.ts:22
ID of this bookmark's parent.
title: string;Defined in: src/types/request/bookmarks.ts:8
Title for the bookmark.
BookmarkFields.titleoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokentype: "link";Defined in: src/types/request/bookmarks.ts:18
Type of the bookmark. Only link is supported at the moment.