toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.feed
/
GetFeedSkeletonResponse
Get
Feed
Skeleton
Response
@
Serializable
data
class
GetFeedSkeletonResponse
(
val
cursor
:
String
?
=
null
,
val
feed
:
ReadOnlyList
<
SkeletonFeedPost
>
)
Members
Constructors
Get
Feed
Skeleton
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
feed
:
ReadOnlyList
<
SkeletonFeedPost
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
feed
Link copied to clipboard
val
feed
:
ReadOnlyList
<
SkeletonFeedPost
>