bsky.lexicons.app.bsky.feed
AtProto lexicons types of app.bsky.
feed.*
- struct
ThreadgateView; - app.bsky.feed.def#threadgateView
- string
uri; - string
cid; - JSONValue
record; - ListViewBasic[]
lists;
- struct
PostView; - app.bsky.feed.def#postView
- string
uri; - string
cid; - ProfileViewBasic
author; - JSONValue
record; - SumType!(Images.View, Video.View, External.View, Record.View, RecordWithMedia.View)
embed; - size_t
replyCount; - size_t
repostCount; - size_t
likeCount; - size_t
quoteCount; - SysTime
indexedAt; - ViewerState
viewer; - Label[]
labels; - ThreadgateView
threadgate;
- struct
NotFoundPost; - app.bsky.feed.def#notFoundPost
- string
uri; - bool
notFound;
- struct
BlockedAuthor; - app.bsky.feed.def#blockedAuthor
- string
did; - ViewerState
viewer;
- struct
BlockedPost; - app.bsky.feed.def#blockedPost
- string
uri; - bool
blocked; - BlockedAuthor
author;
- struct
ThreadViewPost; - app.bsky.feed.def#threadViewPost
- PostView
post; - Node*
parent; - Node[]
replies;
- struct
Post; - app.bsky.feed.post
- struct
ReplyRef; - app.bsky.feed.post#replyRef
- StrongRef
root; - Root of reply tree
- StrongRef
parent; - Parent of reply tree
- struct
Like; - app.bsky.feed.like
- string
type; - StrongRef
subject; - SysTime
createdAt;
- struct
Repost; - app.bsky.feed.repost
- string
type; - StrongRef
subject; - SysTime
createdAt;