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
|
Full Usage:
PostRefWitness
|
|
Static members
| Static member |
Description
|
Full Usage:
PostRefWitness.ToPostRef(PostRefWitness, tp)
Parameters:
PostRefWitness
tp : TimelinePost
Returns: PostRef
|
|
Full Usage:
PostRefWitness.ToPostRef(PostRefWitness, pr)
Parameters:
PostRefWitness
pr : PostRef
Returns: PostRef
|
|