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