Encrypted File Info
@JsonClass(generateAdapter = true )
Content copied to clipboard
In Matrix specs: EncryptedFile.
Constructors
Link copied to clipboard
fun EncryptedFileInfo( @Json(name = "url" ) url: String? = null, @Json(name = "key" ) key: EncryptedFileKey? = null, @Json(name = "iv" ) iv: String? = null, @Json(name = "hashes" ) hashes: Map<String, String>? = null, @Json(name = "v" ) v: String? = null)
Content copied to clipboard