InlineImageRequest

data class InlineImageRequest(val protocol: InlineImageProtocolType, val action: String, val imageId: Long? = null, val imageNumber: Long? = null, val name: String? = null, val declaredSizeBytes: Long? = null, val pixelWidth: Int? = null, val pixelHeight: Int? = null)(source)

Header metadata available before any image payload is decoded.

Constructors

Link copied to clipboard
constructor(protocol: InlineImageProtocolType, action: String, imageId: Long? = null, imageNumber: Long? = null, name: String? = null, declaredSizeBytes: Long? = null, pixelWidth: Int? = null, pixelHeight: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard