trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
ThumbnailInfo
Thumbnail
Info
@
Serializable
data
class
ThumbnailInfo
(
val
width
:
Int
?
=
null
,
val
height
:
Int
?
=
null
,
val
mimeType
:
String
?
=
null
,
val
size
:
Int
?
=
null
)
Members
Constructors
Thumbnail
Info
Link copied to clipboard
constructor
(
width
:
Int
?
=
null
,
height
:
Int
?
=
null
,
mimeType
:
String
?
=
null
,
size
:
Int
?
=
null
)
Properties
height
Link copied to clipboard
val
height
:
Int
?
=
null
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
=
null
size
Link copied to clipboard
val
size
:
Int
?
=
null
width
Link copied to clipboard
val
width
:
Int
?
=
null