Header menu logo FSharp.ATProto

PostRefWitness Type

Witness type enabling SRTP-based overloading for post reference parameters. Allows functions like like, repost, and replyTo to accept either a PostRef or a TimelinePost directly. This type is an implementation detail and should not be used directly.

Union cases

Union case Description

PostRefWitness

Full Usage: PostRefWitness

Static members

Static member Description

PostRefWitness.ToPostRef(PostRefWitness, tp)

Full Usage: PostRefWitness.ToPostRef(PostRefWitness, tp)

Parameters:
Returns: PostRef
PostRefWitness : PostRefWitness
tp : TimelinePost
Returns: PostRef

PostRefWitness.ToPostRef(PostRefWitness, pr)

Full Usage: PostRefWitness.ToPostRef(PostRefWitness, pr)

Parameters:
Returns: PostRef
PostRefWitness : PostRefWitness
pr : PostRef
Returns: PostRef

Type something to start searching.