slack_transfer.functions.download.download_bookmark#
- slack_transfer.functions.download.download_bookmark(client: DownloaderClientABC, channel_id: str, channel_name: str, auto_join: bool = True) None[source]#
download and save a series of bookmarks on a channel.
- Parameters
client (DownloaderClientABC) – downloader client. If use this via any DownloaderClient Class, self is automatically set. Thus, ignore this.
channel_id (str) – channel id (usually 9-digits string)
channel_name (str) – channel name. Please set it correctly. Usually this can be obtained using channel_id. But, because it is usually redundant, please set from outside.
auto_join (bool; Optional; default=True) – when bot is not in channel, automatically join if possible (public channel).