Header menu logo FSharp.ATProto

UndoResult Type

Result of an undo operation. Undone means the record was deleted; WasNotPresent means there was nothing to undo (e.g., the post was not liked).

Union cases

Union case Description

Undone

Full Usage: Undone

WasNotPresent

Full Usage: WasNotPresent

Instance members

Instance member Description

this.IsUndone

Full Usage: this.IsUndone

Returns: bool
Returns: bool

this.IsWasNotPresent

Full Usage: this.IsWasNotPresent

Returns: bool
Returns: bool

Type something to start searching.