library
androidJvm
library
/
org.xmtp.android.library
/
ConversationV2
/
send
send
fun
<
T
>
send
(
content
:
T
,
options
:
SendOptions
?
=
null
)
:
String
fun
send
(
text
:
String
,
options
:
SendOptions
?
=
null
,
sentAt
:
Date
?
=
null
)
:
String