lib/slack/web/api/endpoints/files.rb in slack-ruby-client-0.14.5 vs lib/slack/web/api/endpoints/files.rb in slack-ruby-client-0.14.6
- old
+ new
@@ -60,9 +60,11 @@
#
# Lists & filters team files.
#
# @option options [channel] :channel
# Filter files appearing in a specific channel, indicated by its ID.
+ # @option options [Object] :show_files_hidden_by_limit
+ # Show truncated file info for files hidden due to being too old, and the team who owns the file being over the file limit.
# @option options [Object] :ts_from
# Filter files created after this timestamp (inclusive).
# @option options [Object] :ts_to
# Filter files created before this timestamp (inclusive).
# @option options [Object] :types