| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @slack_web-api@7.16.0 source code.tar.gz | 2026-05-14 | 2.4 MB | |
| @slack_web-api@7.16.0 source code.zip | 2026-05-14 | 3.5 MB | |
| README.md | 2026-05-14 | 600 Bytes | |
| Totals: 3 Items | 5.9 MB | 1 | |
Minor Changes
-
2814969: feat: add
highlight_typetofiles.completeUploadExternal(docs.slack.dev) andfilesUploadV2for optimistic rendering```js import { WebClient } from "@slack/web-api";
const client = new WebClient(process.env.SLACK_BOT_TOKEN);
await client.filesUploadV2({ channel_id: "C0123456789", file: "./image.png", filename: "image.png", title: "Image Upload", highlight_type: "png", }); ```