trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.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
:
Long
?
=
null
)
Members
Constructors
Thumbnail
Info
Link copied to clipboard
constructor
(
width
:
Int
?
=
null
,
height
:
Int
?
=
null
,
mimeType
:
String
?
=
null
,
size
:
Long
?
=
null
)
Properties
height
Link copied to clipboard
@
SerialName
(
value
=
"h"
)
val
height
:
Int
?
mime
Type
Link copied to clipboard
@
SerialName
(
value
=
"mimetype"
)
val
mimeType
:
String
?
size
Link copied to clipboard
@
SerialName
(
value
=
"size"
)
val
size
:
Long
?
width
Link copied to clipboard
@
SerialName
(
value
=
"w"
)
val
width
:
Int
?