trixnity-clientserverapi-model
Toggle table of contents
4.21.0
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.media
/
GetUrlPreviewLegacy
/
Response
Response
@
Serializable
data
class
Response
(
val
size
:
Long
?
=
null
,
val
imageUrl
:
String
?
=
null
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
size
:
Long
?
=
null
,
imageUrl
:
String
?
=
null
)
Properties
image
Url
Link copied to clipboard
@
SerialName
(
value
=
"og:image"
)
val
imageUrl
:
String
?
=
null
size
Link copied to clipboard
@
SerialName
(
value
=
"matrix:image:size"
)
val
size
:
Long
?
=
null