onPostPinned( )


Deprecation Warning

This event will be deprecated on October 15, 2025.

Notes:

An existing post was pinned to the top of the post list.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: PostPinnedEnvelope): void | Promise<void>

Did this help?