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.feed
/
GetFeedResponse
Get
Feed
Response
data
class
GetFeedResponse
(
val
cursor
:
String
?
=
null
,
val
feed
:
List
<
FeedViewPost
>
)
Members
Constructors
Get
Feed
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
feed
:
List
<
FeedViewPost
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
feed
Link copied to clipboard
val
feed
:
List
<
FeedViewPost
>