mastodonk
0.2-alpha05
common
mastodonk-core
/
fr.outadoc.mastodonk.api.entity
/
Attachment
/
Audio
/
Audio
Audio
constructor
(
attachmentId
:
String
,
url
:
String
,
previewUrl
:
String
?
=
null
,
remoteUrl
:
String
?
=
null
,
previewRemoteUrl
:
String
?
=
null
,
textUrl
:
String
?
=
null
,
description
:
String
?
=
null
,
blurHash
:
String
?
=
null
,
meta
:
Attachment.Audio.Meta
=
Meta()
)