Media

data class Media(val content: ByteReadChannel, val contentLength: Long?, val contentType: ContentType?, val filename: String?)

Constructors

Link copied to clipboard
fun Media(content: ByteReadChannel, contentLength: Long?, contentType: ContentType?, filename: String?)

Properties

Link copied to clipboard
val content: ByteReadChannel
Link copied to clipboard
Link copied to clipboard
val contentType: ContentType?
Link copied to clipboard