Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-nakagawa authored Jun 1, 2023
1 parent 96b9f07 commit f842d37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit f842d37

Please sign in to comment.