library
androidJvm
library
/
org.xmtp.android.library
/
Conversations
/
newGroup
new
Group
suspend
fun
newGroup
(
accountAddresses
:
List
<
String
>
,
permissions
:
GroupPermissionPreconfiguration
=
GroupPermissionPreconfiguration.ALL_MEMBERS
,
groupName
:
String
=
""
,
groupImageUrlSquare
:
String
=
""
,
groupDescription
:
String
=
""
,
groupPinnedFrameUrl
:
String
=
""
)
:
Group