Softchat
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Softchat
Softchat
/
com.softcose.softchat.protocol
/
ChatRelation
/
Reply
Reply
data
class
Reply
(
val
eventId
:
NostrEventId
,
val
relayHint
:
String
=
""
)
:
ChatRelation
Direct reply to another event.
Members
Constructors
Reply
Link copied to clipboard
constructor
(
eventId
:
NostrEventId
,
relayHint
:
String
=
""
)
Properties
event
Id
Link copied to clipboard
val
eventId
:
NostrEventId
Replied-to event.
relay
Hint
Link copied to clipboard
val
relayHint
:
String
Optional relay that can resolve the event.