ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
app.bsky.feed
/
BlockedAuthor
Blocked
Author
@
Serializable
data
class
BlockedAuthor
(
val
did
:
Did
,
val
viewer
:
ViewerState
?
=
null
)
Members
Constructors
Blocked
Author
Link copied to clipboard
constructor
(
did
:
Did
,
viewer
:
ViewerState
?
=
null
)
Properties
did
Link copied to clipboard
val
did
:
Did
viewer
Link copied to clipboard
val
viewer
:
ViewerState
?