library
androidJvm
library
/
org.xmtp.android.library
/
Conversations
/
listDms
list
Dms
suspend
fun
listDms
(
after
:
Date
?
=
null
,
before
:
Date
?
=
null
,
limit
:
Int
?
=
null
,
order
:
Conversations.ConversationOrder
=
ConversationOrder.CREATED_AT
,
consentState
:
ConsentState
?
=
null
)
:
List
<
Dm
>