library
androidJvm
library
/
org.xmtp.android.library.codecs
/
Reply
Reply
data
class
Reply
(
val
reference
:
String
,
val
content
:
Any
,
val
contentType
:
ContentTypeId
)
Members
Constructors
Reply
Link copied to clipboard
constructor
(
reference
:
String
,
content
:
Any
,
contentType
:
ContentTypeId
)
Properties
content
Link copied to clipboard
val
content
:
Any
content
Type
Link copied to clipboard
val
contentType
:
ContentTypeId
reference
Link copied to clipboard
val
reference
:
String