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: lib/slack/web/api/helpers/files.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@ module Files
24
24
# @option options [string] :initial_comment
25
25
# The message text introducing the file in specified channels.
26
26
# @option options [string] :thread_ts
27
-
# Provide another message's ts value to upload this file as a reply. Never use a reply's ts value; use its parent instead. Also make sure to provide only one channel when using 'thread_ts'.
27
+
# Provide another message's ts value to upload this file as a reply.
28
+
# Never use a reply's ts value; use its parent instead.
29
+
# Also make sure to provide only one channel when using 'thread_ts'.
0 commit comments