Skip to content

Add Channels property to CompleteExternalUploadRequest#109

Merged
stoiveyp merged 1 commit intostoiveyp:mainfrom
mapitman:add-channels-to-CompleteExternalUploadRequest
Feb 25, 2026
Merged

Add Channels property to CompleteExternalUploadRequest#109
stoiveyp merged 1 commit intostoiveyp:mainfrom
mapitman:add-channels-to-CompleteExternalUploadRequest

Conversation

@mapitman
Copy link
Contributor

This should allow sharing a file upload with a specific user. The ChannelId property does not allow UserIds.

channels: Comma-separated string of channel IDs or user IDs where the file will be shared. See https://docs.slack.dev/reference/methods/files.completeUploadExternal for more info

This should allow sharing a file upload with a specific user. The ChannelId property does not allow UserIds.

channels: Comma-separated string of channel IDs or user IDs where the file will be shared.
See https://docs.slack.dev/reference/methods/files.completeUploadExternal for more info
@mapitman
Copy link
Contributor Author

I tested this by sub-classing CompleteExternalUploadRequest and adding the property to my subclass and it works to send the file to a user.

@stoiveyp stoiveyp merged commit acb1e26 into stoiveyp:main Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants