kalium
common
backup
/
com.wire.backup.data
/
BackupMessageContent
/
Asset
/
AssetMetadata
/
Image
Image
data
class
Image
(
val
width
:
Int
,
val
height
:
Int
,
val
tag
:
String
?
)
:
BackupMessageContent.Asset.AssetMetadata
Members
Constructors
Image
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
tag
:
String
?
)
Properties
height
Link copied to clipboard
val
height
:
Int
tag
Link copied to clipboard
val
tag
:
String
?
width
Link copied to clipboard
val
width
:
Int