slack_transfer.functions.upload.insert_bookmarks#
- slack_transfer.functions.upload.insert_bookmarks(client: UploaderClientABC, channel_id: str, old_channel_name: Optional[str] = None) None[source]#
insert a series of bookmarks to a channel.
This method is not checking if the bookmarks are already inserted or not.
- Parameters
client (UploaderClientABC) – uploader client. If use this via any UploaderClient Class, self is automatically set. Thus, ignore this.
channel_id (str; Optional; default=None) – channel id (usually 9-digits string)
old_channel_name (str; Optional; default=None) – old channel name. It required to find the stored data.