Attached Picture
class AttachedPicture @JvmOverloads constructor(val type: Int, val data: ByteArray, val description: String = "", val useUnicodeEncoding: Boolean = true, val mimeType: String = getMimeType(data)) : FrameValue
Attached picture.
Requirements:
type must be between 0 and 20. See AttachedPictureType
See also
Constructors
Link copied to clipboard