ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
app.bsky.notification
/
ListActivitySubscriptionsResponse
List
Activity
Subscriptions
Response
@
Serializable
data
class
ListActivitySubscriptionsResponse
(
val
cursor
:
String
?
=
null
,
val
subscriptions
:
List
<
ProfileView
>
)
Members
Constructors
List
Activity
Subscriptions
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
subscriptions
:
List
<
ProfileView
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
subscriptions
Link copied to clipboard
val
subscriptions
:
List
<
ProfileView
>