kalium
Toggle table of contents
034c4e0
common
Platform filter
common
Switch theme
Search in API
kalium
logic
/
com.wire.kalium.logic.data.message.linkpreview
/
ImageMetadata
Image
Metadata
internal
data
class
ImageMetadata
(
val
width
:
Int
,
val
height
:
Int
,
val
mimeType
:
String
)
Members
Constructors
Image
Metadata
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
mimeType
:
String
)
Properties
height
Link copied to clipboard
val
height
:
Int
mime
Type
Link copied to clipboard
val
mimeType
:
String
width
Link copied to clipboard
val
width
:
Int