slack_transfer.functions.download.download_channels_list#

slack_transfer.functions.download.download_channels_list(client: DownloaderClientABC) List[Dict][source]#

download and save channel list.

Parameters:

client (DownloaderClientABC) – downloader client. If use this via any DownloaderClient Class, self is automatically set. Thus, ignore this.

Yields:

List[Dict] – List of channel info. The details of channel info is listed: https://api.slack.com/types/channel (see the dictionary corresponding to channel key.)