From 71883e46b99a46e297a790fed59d27f1b85c92a5 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Mon, 11 Dec 2023 23:34:11 +0100 Subject: Mark conversations info team as not required I have a huddle message in an IM on an enterprise workspace that doesn't have this field. --- typings/slack_api/slack_conversations_history.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'typings') diff --git a/typings/slack_api/slack_conversations_history.pyi b/typings/slack_api/slack_conversations_history.pyi index 7443a14..1714d35 100644 --- a/typings/slack_api/slack_conversations_history.pyi +++ b/typings/slack_api/slack_conversations_history.pyi @@ -308,7 +308,7 @@ class SlackMessageStandardCommon(SlackMessageCommon): user: str blocks: List[SlackMessageBlock] attachments: NotRequired[List[SlackMessageAttachment]] - team: str + team: NotRequired[str] edited: SlackMessageEdited @final -- cgit