Till yesterday, the files in chat was returned as:
"files": [
{
"file_id": "XYZ",
"file_name": "Image 2024-10-22 at 104726.png",
"file_size": 154507,
"download_url": "https://XYZ.zoom.us/file/download/XYZ"
}
],
Today, I am seeing only file id
"files": [
{
"file_id": "XYZ",
}
],