toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.actor
/
SavedFeed
Saved
Feed
@
Serializable
data
class
SavedFeed
(
val
id
:
String
,
val
type
:
Type
,
val
value
:
String
,
val
pinned
:
Boolean
)
Members
Constructors
Saved
Feed
Link copied to clipboard
constructor
(
id
:
String
,
type
:
Type
,
value
:
String
,
pinned
:
Boolean
)
Properties
id
Link copied to clipboard
val
id
:
String
pinned
Link copied to clipboard
val
pinned
:
Boolean
type
Link copied to clipboard
val
type
:
Type
value
Link copied to clipboard
val
value
:
String