library
androidJvm
library
/
org.xmtp.android.library.codecs
/
Attachment
Attachment
data
class
Attachment
(
val
filename
:
String
,
val
mimeType
:
String
,
val
data
:
ByteString
)
Members
Constructors
Attachment
Link copied to clipboard
constructor
(
filename
:
String
,
mimeType
:
String
,
data
:
ByteString
)
Properties
data
Link copied to clipboard
val
data
:
ByteString
filename
Link copied to clipboard
val
filename
:
String
mime
Type
Link copied to clipboard
val
mimeType
:
String