V2TimFileElem
Introduction
The data of file message element.
Parameter introduction
path
Parameter type : String
Supported Platform: All
- Parameter description : The file path, used for sender.
fileName
Parameter type : String
Supported Platform: All
- Parameter description : The show name of the file.
UUID
Parameter type : String
Supported Platform: All
- Parameter description : Can be used as cache key.
url
Parameter type : String
Supported Platform: All
- Parameter description : The URL of the file.
fileSize
Parameter type : int
Supported Platform: All
- Parameter description : The size of the file.
localUrl
Parameter type : String
Supported Platform: All
- Parameter description : The local path of the file. Recommend to use this as priority, if exists.
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the data in Map.