You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: slack-api-client/src/main/java/com/slack/api/methods/request/files/FilesCompleteUploadExternalRequest.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ public class FilesCompleteUploadExternalRequest implements SlackApiRequest {
30
30
*/
31
31
privateStringchannelId;
32
32
33
+
/**
34
+
* Comma-separated string of channel IDs where the file will be shared.
35
+
*/
36
+
privateList<String> channels;
37
+
33
38
/**
34
39
* The message text introducing the file in specified channels.
0 commit comments