trixnity-client
3.7.0-beta3
common
trixnity-client
/
net.folivo.trixnity.client.media
/
Thumbnail
Thumbnail
class
Thumbnail
(
val
file
:
ByteArray
,
val
contentType
:
ContentType
,
val
width
:
Int
?
=
null
,
val
height
:
Int
?
=
null
)
Members
Constructors
Thumbnail
Link copied to clipboard
constructor
(
file
:
ByteArray
,
contentType
:
ContentType
,
width
:
Int
?
=
null
,
height
:
Int
?
=
null
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
ContentType
file
Link copied to clipboard
val
file
:
ByteArray
height
Link copied to clipboard
val
height
:
Int
?
=
null
width
Link copied to clipboard
val
width
:
Int
?
=
null