According to Chat API, I can get messages and check if a file is attached. But I cannot find the API to get the attachment list even though I can see the files in "Files" tab in the space.
Is it possible to get the list of attached files from the messages with API?
I got the messages and check if the message has an attachment property 1 by 1. In order to show the file list, I added it to a temporary list. If the messages are too much, it will take more time and it's not efficient. I hope there is a special API to get a list of all attachment.