kikinlex
Toggle table of contents
5.0.1
common
Platform filter
common
Switch theme
Search in API
kikinlex
models
/
io.github.kikin81.atproto.app.bsky.graph
/
GetMutesResponse
Get
Mutes
Response
data
class
GetMutesResponse
(
val
cursor
:
String
?
=
null
,
val
mutes
:
List
<
ProfileView
>
)
Members
Constructors
Get
Mutes
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
mutes
:
List
<
ProfileView
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
mutes
Link copied to clipboard
val
mutes
:
List
<
ProfileView
>