FileInfo
data class FileInfo(val publicMeta: ByteArray, val privateMeta: ByteArray, val fileSize: Long, val fileStream: Source?)
Represents information about a file to be sent by InboxEntryStream.
Represents information about a file to be sent by InboxEntryStream.