FileInfo
file info for external files linked to messages
interface FileInfo {
id: string;
mimeType: string;
name: string;
previewUrl: string;
url: string;
}
index
properties
Properties
id
file id
string
mimeType
mimeType
string
name
file name
string
previewUrl
preview url
string
url
file url
string