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.actor
/
SavedFeed
Saved
Feed
data
class
SavedFeed
(
val
id
:
String
,
val
pinned
:
Boolean
,
val
type
:
String
,
val
value
:
String
)
Members
Constructors
Saved
Feed
Link copied to clipboard
constructor
(
id
:
String
,
pinned
:
Boolean
,
type
:
String
,
value
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
pinned
Link copied to clipboard
val
pinned
:
Boolean
type
Link copied to clipboard
val
type
:
String
value
Link copied to clipboard
val
value
:
String