Header menu logo FSharp.ATProto

NotificationContent Type

The content of a notification, varying by kind.

Union cases

Union case Description

Follow

Full Usage: Follow

Like post

Full Usage: Like post

Parameters:
post : PostRef

Mention text

Full Usage: Mention text

Parameters:
    text : string

text : string

Quote(text, quotedPost)

Full Usage: Quote(text, quotedPost)

Parameters:
    text : string
    quotedPost : PostRef

text : string
quotedPost : PostRef

Reply(text, inReplyTo)

Full Usage: Reply(text, inReplyTo)

Parameters:
    text : string
    inReplyTo : PostRef

text : string
inReplyTo : PostRef

Repost post

Full Usage: Repost post

Parameters:
post : PostRef

StarterpackJoined starterPackUri

Full Usage: StarterpackJoined starterPackUri

Parameters:
starterPackUri : AtUri

Unknown reason

Full Usage: Unknown reason

Parameters:
    reason : string

reason : string

Instance members

Instance member Description

this.IsFollow

Full Usage: this.IsFollow

Returns: bool
Returns: bool

this.IsLike

Full Usage: this.IsLike

Returns: bool
Returns: bool

this.IsMention

Full Usage: this.IsMention

Returns: bool
Returns: bool

this.IsQuote

Full Usage: this.IsQuote

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.IsStarterpackJoined

Full Usage: this.IsStarterpackJoined

Returns: bool
Returns: bool

this.IsUnknown

Full Usage: this.IsUnknown

Returns: bool
Returns: bool

Type something to start searching.