Header menu logo FSharp.ATProto

FeedContext Type

Context describing why a post appeared in a feed or timeline. Each case carries exactly the relevant data, enabling clean pattern matching.

Union cases

Union case Description

Pinned

Full Usage: Pinned

Post

Full Usage: Post

Reply parent

Full Usage: Reply parent

Parameters:
parent : TimelinePost

Repost(by, at)

Full Usage: Repost(by, at)

Parameters:

RepostOfReply(by, at, parent)

Full Usage: RepostOfReply(by, at, parent)

Parameters:

Instance members

Instance member Description

this.IsPinned

Full Usage: this.IsPinned

Returns: bool
Returns: bool

this.IsPost

Full Usage: this.IsPost

Returns: bool
Returns: bool

this.IsReply

Full Usage: this.IsReply

Returns: bool
Returns: bool

this.IsRepost

Full Usage: this.IsRepost

Returns: bool
Returns: bool

this.IsRepostOfReply

Full Usage: this.IsRepostOfReply

Returns: bool
Returns: bool

Type something to start searching.