Skip to content

Commit

Permalink
version 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 7, 2023
1 parent 9aaea27 commit 07c0e06
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 15 deletions.
6 changes: 4 additions & 2 deletions docs/api-docs/slack_sdk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3381,9 +3381,10 @@ <h2 id="note">Note</h2>
channel_to_share = channels[0]
completion = self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down Expand Up @@ -9823,9 +9824,10 @@ <h3>Methods</h3>
channel_to_share = channels[0]
completion = self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down
2 changes: 1 addition & 1 deletion docs/api-docs/slack_sdk/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="title">Module <code>slack_sdk.version</code></h1>
<span>Expand source code</span>
</summary>
<pre><code class="python">&#34;&#34;&#34;Check the latest version at https://pypi.org/project/slack-sdk/&#34;&#34;&#34;
__version__ = &#34;3.20.0&#34;</code></pre>
__version__ = &#34;3.20.1&#34;</code></pre>
</details>
</section>
<section>
Expand Down
9 changes: 6 additions & 3 deletions docs/api-docs/slack_sdk/web/async_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -3181,9 +3181,10 @@ <h1 class="title">Module <code>slack_sdk.web.async_client</code></h1>
channel_to_share = channels[0]
completion = await self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down Expand Up @@ -7864,9 +7865,10 @@ <h2 id="note">Note</h2>
channel_to_share = channels[0]
completion = await self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down Expand Up @@ -14306,9 +14308,10 @@ <h3>Methods</h3>
channel_to_share = channels[0]
completion = await self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down
9 changes: 6 additions & 3 deletions docs/api-docs/slack_sdk/web/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -3172,9 +3172,10 @@ <h1 class="title">Module <code>slack_sdk.web.client</code></h1>
channel_to_share = channels[0]
completion = self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down Expand Up @@ -7855,9 +7856,10 @@ <h2 id="note">Note</h2>
channel_to_share = channels[0]
completion = self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down Expand Up @@ -14297,9 +14299,10 @@ <h3>Methods</h3>
channel_to_share = channels[0]
completion = self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down
6 changes: 4 additions & 2 deletions docs/api-docs/slack_sdk/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3592,9 +3592,10 @@ <h2 id="note">Note</h2>
channel_to_share = channels[0]
completion = self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down Expand Up @@ -10034,9 +10035,10 @@ <h3>Methods</h3>
channel_to_share = channels[0]
completion = self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down
9 changes: 6 additions & 3 deletions docs/api-docs/slack_sdk/web/legacy_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -3182,9 +3182,10 @@ <h1 class="title">Module <code>slack_sdk.web.legacy_client</code></h1>
channel_to_share = channels[0]
completion = self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down Expand Up @@ -7865,9 +7866,10 @@ <h2 id="note">Note</h2>
channel_to_share = channels[0]
completion = self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down Expand Up @@ -14307,9 +14309,10 @@ <h3>Methods</h3>
channel_to_share = channels[0]
completion = self.files_completeUploadExternal(
files=[{&#34;id&#34;: f[&#34;file_id&#34;], &#34;title&#34;: f[&#34;title&#34;]} for f in files],
channel=channel_to_share,
channel_id=channel_to_share,
initial_comment=initial_comment,
thread_ts=thread_ts,
token=kwargs.get(&#34;token&#34;),
**kwargs,
)
if request_file_info is True:
Expand Down
2 changes: 1 addition & 1 deletion slack_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Check the latest version at https://pypi.org/project/slack-sdk/"""
__version__ = "3.20.0"
__version__ = "3.20.1"

0 comments on commit 07c0e06

Please sign in to comment.