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
stringmimeType
mimeType
stringname
file name
stringpreviewUrl
preview url
stringurl
file url
string