Header menu logo FSharp.ATProto

PostExtensions Module

Extension properties on PostView for convenient access to post content.

Type extensions

Type extension Description

this.AsPost

Full Usage: this.AsPost

Parameters:
    () : unit

Returns: Post option

Deserialize the raw record into a typed Bluesky post. None if not a post record.

Extended Type: PostView

() : unit
Returns: Post option

this.Facets

Full Usage: this.Facets

Parameters:
    () : unit

Returns: Facet list

Post facets (empty list if none).

Extended Type: PostView

() : unit
Returns: Facet list

this.Text

Full Usage: this.Text

Parameters:
    () : unit

Returns: string

Post text (empty string if not a post record).

Extended Type: PostView

() : unit
Returns: string

Type something to start searching.