diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2022-11-20 19:35:28 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-18 11:32:53 +0100 |
commit | 7ad074083492e78c66e705b97699c92e5d38541a (patch) | |
tree | b455ddc72b6c7dbf69375a9063d611617da88d78 /typings | |
parent | 9934388d03ff6cee5302383cfd231c0e559f7ffa (diff) | |
download | wee-slack-7ad074083492e78c66e705b97699c92e5d38541a.tar.gz |
Create buffers on connect
Diffstat (limited to 'typings')
-rw-r--r-- | typings/slack_api.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typings/slack_api.pyi b/typings/slack_api.pyi index 4829047..1f966e5 100644 --- a/typings/slack_api.pyi +++ b/typings/slack_api.pyi @@ -70,4 +70,4 @@ SlackConversationNotIm = ( | SlackConversationMpim | SlackConversationGroup ) -SlackConversation = SlackConversationNotIm | SlackConversationIm +SlackConversationInfo = SlackConversationNotIm | SlackConversationIm |