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
|
Full Usage:
Pinned
|
|
Full Usage:
Post
|
|
|
|
|
|
Full Usage:
RepostOfReply(by, at, parent)
Parameters:
ProfileSummary
at : DateTimeOffset
parent : TimelinePost
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsPinned
Returns: bool
|
|
Full Usage:
this.IsPost
Returns: bool
|
|
Full Usage:
this.IsReply
Returns: bool
|
|
Full Usage:
this.IsRepost
Returns: bool
|
|
Full Usage:
this.IsRepostOfReply
Returns: bool
|
|