Skip to main content

app.bsky.feed.defs

#postView

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)--
cidstring (cid)--
authorapp.bsky.actor.defs#profileViewBasic--
recordunknown--
embedunion of
app.bsky.embed.images#view
app.bsky.embed.external#view
app.bsky.embed.record#view
app.bsky.embed.recordWithMedia#view
--
replyCountinteger--
repostCountinteger--
likeCountinteger--
indexedAtstring (datetime)--
viewer#viewerState--
labelsarray of com.atproto.label.defs#label--
threadgate#threadgateView--

#viewerState

Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests.

PropertyTypeKnown ValuesRequiredDescription
repoststring (at-uri)--
likestring (at-uri)--
threadMutedboolean--
replyDisabledboolean--

#feedViewPost

PropertyTypeKnown ValuesRequiredDescription
post#postView--
reply#replyRef--
reasonunion of
#reasonRepost
--
feedContextstring-Context provided by feed generator that may be passed back alongside interactions.

#replyRef

PropertyTypeKnown ValuesRequiredDescription
rootunion of
#postView
#notFoundPost
#blockedPost
--
parentunion of
#postView
#notFoundPost
#blockedPost
--
grandparentAuthorapp.bsky.actor.defs#profileViewBasic--

#reasonRepost

PropertyTypeKnown ValuesRequiredDescription
byapp.bsky.actor.defs#profileViewBasic--
indexedAtstring (datetime)--

#threadViewPost

PropertyTypeKnown ValuesRequiredDescription
post#postView--
parentunion of
#threadViewPost
#notFoundPost
#blockedPost
--
repliesarray of union
#threadViewPost
#notFoundPost
#blockedPost
--

#notFoundPost

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)--
notFoundboolean--

#blockedPost

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)--
blockedboolean--
author#blockedAuthor--

#blockedAuthor

PropertyTypeKnown ValuesRequiredDescription
didstring (did)--
viewerapp.bsky.actor.defs#viewerState--

#generatorView

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)--
cidstring (cid)--
didstring (did)--
creatorapp.bsky.actor.defs#profileView--
displayNamestring--
descriptionstring--
descriptionFacetsarray of app.bsky.richtext.facet--
avatarstring (uri)--
likeCountinteger--
acceptsInteractionsboolean--
labelsarray of com.atproto.label.defs#label--
viewer#generatorViewerState--
indexedAtstring (datetime)--

#generatorViewerState

PropertyTypeKnown ValuesRequiredDescription
likestring (at-uri)--

#skeletonFeedPost

PropertyTypeKnown ValuesRequiredDescription
poststring (at-uri)--
reasonunion of
#skeletonReasonRepost
--
feedContextstring-Context that will be passed through to client and may be passed to feed generator back alongside interactions.

#skeletonReasonRepost

PropertyTypeKnown ValuesRequiredDescription
repoststring (at-uri)--

#threadgateView

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)--
cidstring (cid)--
recordunknown--
listsarray of app.bsky.graph.defs#listViewBasic--

#interaction

PropertyTypeKnown ValuesRequiredDescription
itemstring (at-uri)--
eventstringapp.bsky.feed.defs#requestLess
app.bsky.feed.defs#requestMore
app.bsky.feed.defs#clickthroughItem
app.bsky.feed.defs#clickthroughAuthor
app.bsky.feed.defs#clickthroughReposter
app.bsky.feed.defs#clickthroughEmbed
app.bsky.feed.defs#interactionSeen
app.bsky.feed.defs#interactionLike
app.bsky.feed.defs#interactionRepost
app.bsky.feed.defs#interactionReply
app.bsky.feed.defs#interactionQuote
app.bsky.feed.defs#interactionShare
-
feedContextstring-Context on a feed item that was orginally supplied by the feed generator on getFeedSkeleton.

#requestLess

TOKEN: Request that less content like the given feed item be shown in the feed

#requestMore

TOKEN: Request that more content like the given feed item be shown in the feed

#clickthroughItem

TOKEN: User clicked through to the feed item

#clickthroughAuthor

TOKEN: User clicked through to the author of the feed item

#clickthroughReposter

TOKEN: User clicked through to the reposter of the feed item

#clickthroughEmbed

TOKEN: User clicked through to the embedded content of the feed item

#interactionSeen

TOKEN: Feed item was seen by user

#interactionLike

TOKEN: User liked the feed item

#interactionRepost

TOKEN: User reposted the feed item

#interactionReply

TOKEN: User replied to the feed item

#interactionQuote

TOKEN: User quoted the feed item

#interactionShare

TOKEN: User shared the feed item