trixnity-core
3.0.0-beta1
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
)
Constructors
Properties
Constructors
Thumbnail
Info
Link copied to clipboard
fun
ThumbnailInfo
(
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