toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.graph
/
GetMutesQueryParams
Get
Mutes
Query
Params
@
Serializable
data
class
GetMutesQueryParams
(
val
limit
:
Long
?
=
50
,
val
cursor
:
String
?
=
null
)
Members
Constructors
Get
Mutes
Query
Params
Link copied to clipboard
constructor
(
limit
:
Long
?
=
50
,
cursor
:
String
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
limit
Link copied to clipboard
val
limit
:
Long
?
=
50
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>