kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v0.structures
/
JsonQuotedAttachment
Json
Quoted
Attachment
common
data
class
JsonQuotedAttachment
(
contentType
:
String
?
,
fileName
:
String
?
,
thumbnail
:
JsonAttachment
?
)
Content copied to clipboard
Properties
Properties
contentType
Link copied to clipboard
common
val
contentType
:
String
?
=
null
Content copied to clipboard
fileName
Link copied to clipboard
common
val
fileName
:
String
?
=
null
Content copied to clipboard
thumbnail
Link copied to clipboard
common
val
thumbnail
:
JsonAttachment
?
=
null
Content copied to clipboard