Method: ChatWork::Client::FileMethods#get_files
- Defined in:
- lib/chatwork/client/file_methods.rb
#get_files(room_id:, account_id:) {|response_body, response_header| ... } ⇒ Array<Hashie::Mash>
Get the list of files associated with the specified chat
31 32 33 |
# File 'lib/chatwork/client/file_methods.rb', line 31 def get_files(room_id:, account_id:, &block) get("/rooms/#{room_id}/files", account_id: account_id, &block) end |