@slack/web-api / BookmarksEditArguments
Defined in: src/types/request/bookmarks.ts:25
ChannelID.ID.Partial<BookmarkFields>.TokenOverridable
bookmark_id: string;Defined in: src/types/request/bookmarks.ts:4
ID.bookmark_idchannel_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.
optional link: string;Defined in: src/types/request/bookmarks.ts:10
Link to bookmark.
optional title: string;Defined in: src/types/request/bookmarks.ts:8
Title for the bookmark.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token