MediaCacheMapping

@Serializable
data class MediaCacheMapping(val cacheUri: String, val mxcUri: String? = null, val size: Int? = null, val contentType: String? = ContentType.Application.OctetStream.toString())

Constructors

Link copied to clipboard
constructor(cacheUri: String, mxcUri: String? = null, size: Int? = null, contentType: String? = ContentType.Application.OctetStream.toString())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mxcUri: String? = null
Link copied to clipboard
val size: Int? = null