toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.actor
/
SavedFeedsPref
Saved
Feeds
Pref
@
Serializable
data
class
SavedFeedsPref
(
val
pinned
:
ReadOnlyList
<
AtUri
>
,
val
saved
:
ReadOnlyList
<
AtUri
>
,
val
timelineIndex
:
Long
?
=
null
)
Members
Constructors
Saved
Feeds
Pref
Link copied to clipboard
constructor
(
pinned
:
ReadOnlyList
<
AtUri
>
,
saved
:
ReadOnlyList
<
AtUri
>
,
timelineIndex
:
Long
?
=
null
)
Properties
pinned
Link copied to clipboard
val
pinned
:
ReadOnlyList
<
AtUri
>
saved
Link copied to clipboard
val
saved
:
ReadOnlyList
<
AtUri
>
timeline
Index
Link copied to clipboard
val
timelineIndex
:
Long
?
=
null