aboutsummaryrefslogtreecommitdiffstats
path: root/typings
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-12-11 23:34:11 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-18 11:32:54 +0100
commit71883e46b99a46e297a790fed59d27f1b85c92a5 (patch)
tree7625dcd1dbf75608c5ca202de1f940a726572665 /typings
parent2fffaf06d19a96ac71fcc5616f01bea2a04e5d6d (diff)
downloadwee-slack-71883e46b99a46e297a790fed59d27f1b85c92a5.tar.gz
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.
Diffstat (limited to 'typings')
-rw-r--r--typings/slack_api/slack_conversations_history.pyi2
1 files changed, 1 insertions, 1 deletions
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