| << Click to display table of contents >> TRVChatFileType | 
A type of an attached file in TRVChat.
Unit [VCL/FMX] RVChat / fmxRVChat;
type
  TRVChatFileType = (
    rvcftDownload,
    rvcftDocument,
    rvcftImage,
    rvcftAudio,
    rvcftVideo,
    rvcftArchive
  );
| Value | Meaning | 
|---|---|
| rvcftDownload | The file is not downloaded yet | 
| rvcftDocument | Document | 
| rvcftImage | Image file | 
| rvcftAudio | Sound file | 
| rvcftVideo | Video file | 
| rvcftArchive | Compressed archive |