FileMessageParams constructor
FileMessageParams({})
Initializes a new instance of the FileMessageParams class.
Implementation
FileMessageParams(
{this.file,
this.caption = "",
// this.localFilePath,
this.thumbImage,
this.fileSize,
this.duration,
// this.fileUrl,
this.fileName});