Skip to content

Commit 07c0e06

Browse files
committed
version 3.20.1
1 parent 9aaea27 commit 07c0e06

File tree

7 files changed

+28
-15
lines changed

7 files changed

+28
-15
lines changed

docs/api-docs/slack_sdk/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3381,9 +3381,10 @@ <h2 id="note">Note</h2>
33813381
channel_to_share = channels[0]
33823382
completion = self.files_completeUploadExternal(
33833383
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
3384-
channel=channel_to_share,
3384+
channel_id=channel_to_share,
33853385
initial_comment=initial_comment,
33863386
thread_ts=thread_ts,
3387+
token=kwargs.get(&#34;token&#34;),
33873388
**kwargs,
33883389
)
33893390
if request_file_info is True:
@@ -9823,9 +9824,10 @@ <h3>Methods</h3>
98239824
channel_to_share = channels[0]
98249825
completion = self.files_completeUploadExternal(
98259826
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
9826-
channel=channel_to_share,
9827+
channel_id=channel_to_share,
98279828
initial_comment=initial_comment,
98289829
thread_ts=thread_ts,
9830+
token=kwargs.get(&#34;token&#34;),
98299831
**kwargs,
98309832
)
98319833
if request_file_info is True:

docs/api-docs/slack_sdk/version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="title">Module <code>slack_sdk.version</code></h1>
2828
<span>Expand source code</span>
2929
</summary>
3030
<pre><code class="python">&#34;&#34;&#34;Check the latest version at https://pypi.org/project/slack-sdk/&#34;&#34;&#34;
31-
__version__ = &#34;3.20.0&#34;</code></pre>
31+
__version__ = &#34;3.20.1&#34;</code></pre>
3232
</details>
3333
</section>
3434
<section>

docs/api-docs/slack_sdk/web/async_client.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3181,9 +3181,10 @@ <h1 class="title">Module <code>slack_sdk.web.async_client</code></h1>
31813181
channel_to_share = channels[0]
31823182
completion = await self.files_completeUploadExternal(
31833183
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
3184-
channel=channel_to_share,
3184+
channel_id=channel_to_share,
31853185
initial_comment=initial_comment,
31863186
thread_ts=thread_ts,
3187+
token=kwargs.get(&#34;token&#34;),
31873188
**kwargs,
31883189
)
31893190
if request_file_info is True:
@@ -7864,9 +7865,10 @@ <h2 id="note">Note</h2>
78647865
channel_to_share = channels[0]
78657866
completion = await self.files_completeUploadExternal(
78667867
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
7867-
channel=channel_to_share,
7868+
channel_id=channel_to_share,
78687869
initial_comment=initial_comment,
78697870
thread_ts=thread_ts,
7871+
token=kwargs.get(&#34;token&#34;),
78707872
**kwargs,
78717873
)
78727874
if request_file_info is True:
@@ -14306,9 +14308,10 @@ <h3>Methods</h3>
1430614308
channel_to_share = channels[0]
1430714309
completion = await self.files_completeUploadExternal(
1430814310
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
14309-
channel=channel_to_share,
14311+
channel_id=channel_to_share,
1431014312
initial_comment=initial_comment,
1431114313
thread_ts=thread_ts,
14314+
token=kwargs.get(&#34;token&#34;),
1431214315
**kwargs,
1431314316
)
1431414317
if request_file_info is True:

docs/api-docs/slack_sdk/web/client.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3172,9 +3172,10 @@ <h1 class="title">Module <code>slack_sdk.web.client</code></h1>
31723172
channel_to_share = channels[0]
31733173
completion = self.files_completeUploadExternal(
31743174
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
3175-
channel=channel_to_share,
3175+
channel_id=channel_to_share,
31763176
initial_comment=initial_comment,
31773177
thread_ts=thread_ts,
3178+
token=kwargs.get(&#34;token&#34;),
31783179
**kwargs,
31793180
)
31803181
if request_file_info is True:
@@ -7855,9 +7856,10 @@ <h2 id="note">Note</h2>
78557856
channel_to_share = channels[0]
78567857
completion = self.files_completeUploadExternal(
78577858
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
7858-
channel=channel_to_share,
7859+
channel_id=channel_to_share,
78597860
initial_comment=initial_comment,
78607861
thread_ts=thread_ts,
7862+
token=kwargs.get(&#34;token&#34;),
78617863
**kwargs,
78627864
)
78637865
if request_file_info is True:
@@ -14297,9 +14299,10 @@ <h3>Methods</h3>
1429714299
channel_to_share = channels[0]
1429814300
completion = self.files_completeUploadExternal(
1429914301
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
14300-
channel=channel_to_share,
14302+
channel_id=channel_to_share,
1430114303
initial_comment=initial_comment,
1430214304
thread_ts=thread_ts,
14305+
token=kwargs.get(&#34;token&#34;),
1430314306
**kwargs,
1430414307
)
1430514308
if request_file_info is True:

docs/api-docs/slack_sdk/web/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3592,9 +3592,10 @@ <h2 id="note">Note</h2>
35923592
channel_to_share = channels[0]
35933593
completion = self.files_completeUploadExternal(
35943594
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
3595-
channel=channel_to_share,
3595+
channel_id=channel_to_share,
35963596
initial_comment=initial_comment,
35973597
thread_ts=thread_ts,
3598+
token=kwargs.get(&#34;token&#34;),
35983599
**kwargs,
35993600
)
36003601
if request_file_info is True:
@@ -10034,9 +10035,10 @@ <h3>Methods</h3>
1003410035
channel_to_share = channels[0]
1003510036
completion = self.files_completeUploadExternal(
1003610037
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
10037-
channel=channel_to_share,
10038+
channel_id=channel_to_share,
1003810039
initial_comment=initial_comment,
1003910040
thread_ts=thread_ts,
10041+
token=kwargs.get(&#34;token&#34;),
1004010042
**kwargs,
1004110043
)
1004210044
if request_file_info is True:

docs/api-docs/slack_sdk/web/legacy_client.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3182,9 +3182,10 @@ <h1 class="title">Module <code>slack_sdk.web.legacy_client</code></h1>
31823182
channel_to_share = channels[0]
31833183
completion = self.files_completeUploadExternal(
31843184
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
3185-
channel=channel_to_share,
3185+
channel_id=channel_to_share,
31863186
initial_comment=initial_comment,
31873187
thread_ts=thread_ts,
3188+
token=kwargs.get(&#34;token&#34;),
31883189
**kwargs,
31893190
)
31903191
if request_file_info is True:
@@ -7865,9 +7866,10 @@ <h2 id="note">Note</h2>
78657866
channel_to_share = channels[0]
78667867
completion = self.files_completeUploadExternal(
78677868
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
7868-
channel=channel_to_share,
7869+
channel_id=channel_to_share,
78697870
initial_comment=initial_comment,
78707871
thread_ts=thread_ts,
7872+
token=kwargs.get(&#34;token&#34;),
78717873
**kwargs,
78727874
)
78737875
if request_file_info is True:
@@ -14307,9 +14309,10 @@ <h3>Methods</h3>
1430714309
channel_to_share = channels[0]
1430814310
completion = self.files_completeUploadExternal(
1430914311
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
14310-
channel=channel_to_share,
14312+
channel_id=channel_to_share,
1431114313
initial_comment=initial_comment,
1431214314
thread_ts=thread_ts,
14315+
token=kwargs.get(&#34;token&#34;),
1431314316
**kwargs,
1431414317
)
1431514318
if request_file_info is True:

slack_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Check the latest version at https://pypi.org/project/slack-sdk/"""
2-
__version__ = "3.20.0"
2+
__version__ = "3.20.1"

0 commit comments

Comments
 (0)