ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
chat.bsky.group
/
ListMutualGroupsQueryParams
List
Mutual
Groups
Query
Params
@
Serializable
data
class
ListMutualGroupsQueryParams
(
val
subject
:
Did
,
val
limit
:
Long
?
=
50
,
val
cursor
:
String
?
=
null
)
Members
Constructors
List
Mutual
Groups
Query
Params
Link copied to clipboard
constructor
(
subject
:
Did
,
limit
:
Long
?
=
50
,
cursor
:
String
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
limit
Link copied to clipboard
val
limit
:
Long
?
subject
Link copied to clipboard
val
subject
:
Did
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
List
<
Pair
<
String
,
Any
?
>
>