library
androidJvm
library
/
org.xmtp.android.library
/
Contacts
/
Contacts
Contacts
constructor
(
client
:
Client
,
knownBundles
:
MutableMap
<
String
,
ContactBundle
>
=
mutableMapOf()
,
hasIntroduced
:
MutableMap
<
String
,
Boolean
>
=
mutableMapOf()
)