From f842d379e1f94a240de9af6292a0c9c5bdccc13e Mon Sep 17 00:00:00 2001 From: Mai Nakagawa Date: Thu, 1 Jun 2023 13:22:29 +0900 Subject: [PATCH] docstring --- lib/slack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/slack.py b/lib/slack.py index fd055fb..fa73130 100644 --- a/lib/slack.py +++ b/lib/slack.py @@ -42,7 +42,6 @@ def load_messages(self, channel_id: str, start_time: datetime, channel_id (str): The ID of the channel to retrieve the chat history for. start_time (datetime): The start time of the time range to retrieve chat history for. end_time (datetime): The end time of the time range to retrieve chat history for. - users (list): A list of dictionaries containing information about each user in the Slack workspace. Returns: list: A list of chat messages from the specified channel, in the format "Speaker: Message".