diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2023-12-11 23:34:11 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-18 11:32:54 +0100 |
commit | 71883e46b99a46e297a790fed59d27f1b85c92a5 (patch) | |
tree | 7625dcd1dbf75608c5ca202de1f940a726572665 /typings/slack_api | |
parent | 2fffaf06d19a96ac71fcc5616f01bea2a04e5d6d (diff) | |
download | wee-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/slack_api')
-rw-r--r-- | typings/slack_api/slack_conversations_history.pyi | 2 |
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 |