@@ -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=[{"id": f["file_id"], "title": f["title"]} 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("token"),
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=[{"id": f["file_id"], "title": f["title"]} 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("token"),
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=[{"id": f["file_id"], "title": f["title"]} 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("token"),
1431214315 **kwargs,
1431314316 )
1431414317 if request_file_info is True:
0 commit comments