We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb69194 commit 032fabbCopy full SHA for 032fabb
docs/content/web.md
@@ -258,7 +258,7 @@ error code).
258
response = client.files_upload_v2(
259
file="test.pdf",
260
title="Test upload",
261
- channel_id="C3UKJTQAC",
+ channel="C3UKJTQAC",
262
initial_comment="Here is the latest version of the file!",
263
)
264
```
@@ -269,7 +269,7 @@ If you want to share files within a thread, you can pass "thread_ts" in addition
269
270
271
272
273
thread_ts="1731398999.934122",
274
275
0 commit comments