library
androidJvm
library
/
org.xmtp.android.library.codecs
/
RemoteAttachment
/
RemoteAttachment
Remote
Attachment
constructor
(
url
:
URL
,
contentDigest
:
String
,
secret
:
ByteString
,
salt
:
ByteString
,
nonce
:
ByteString
,
scheme
:
String
,
contentLength
:
Int
?
=
null
,
filename
:
String
?
=
null
,
fetcher
:
Fetcher
=
HTTPFetcher()
)