Hello
I want to implement file upload using this endpoint /chat/users/{userId}/messages/files.
However, it seems that uploading multiple files is not supported. It also seems that sending messages together is not supported.
- In the Zoom application TeamChat, when sending multiple files, multiple files are uploaded to one chat. Is it not possible to implement that using the API?
- Is there no way to send files and chat messages together?
Thank you.