library
androidJvm
library
/
org.xmtp.android.library.libxmtp
/
Reply
Reply
data
class
Reply
(
val
inReplyTo
:
DecodedMessageV2
?
,
val
content
:
Any
?
,
val
referenceId
:
String
)
Members
Constructors
Reply
Link copied to clipboard
constructor
(
inReplyTo
:
DecodedMessageV2
?
,
content
:
Any
?
,
referenceId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Link copied to clipboard
val
content
:
Any
?
in
Reply
To
Link copied to clipboard
val
inReplyTo
:
DecodedMessageV2
?
reference
Id
Link copied to clipboard
val
referenceId
:
String