# How to implement "PIN Message" function?

**URL:** https://community.sendbird.com/t/how-to-implement-pin-message-function/7603
**Category:** React
**Created:** [June 16, 2023, 8:56am UTC](https://community.sendbird.com/t/how-to-implement-pin-message-function/7603 "2023-06-16T08:56:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![BizimplyHan](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/bizimplyhan/32/4082_2.png) [@BizimplyHan](https://community.sendbird.com/u/BizimplyHan)
#### Post date: [June 16, 2023, 8:56am UTC](https://community.sendbird.com/t/how-to-implement-pin-message-function/7603/1 "2023-06-16T08:56:38Z")

</div>

it seems that there is no documentation on how to implement pin message functionality in REACT UI Kit docs.

may I ask how to implement that?

---

<div class="post-metadata">

### Author: ![Thanraj](https://avatars.discourse-cdn.com/v4/letter/t/4491bb/32.png) [@Thanraj](https://community.sendbird.com/u/Thanraj)
#### Post date: [June 16, 2023, 2:31pm UTC](https://community.sendbird.com/t/how-to-implement-pin-message-function/7603/2 "2023-06-16T14:31:11Z")

</div>

Hi @BizimplyHan,

Currently, UIKit does not have a pinned message feature. However, you can make use of the [JS SDK](https://sendbird.com/docs/chat/v4/javascript/message/managing-pinned-messages-in-group-channels/pin-a-message#1-pin-a-message) along with the UI Kit to customize the MessageList and render it to the Channel.

Here is the sample implementation for reference - [GitHub - sendbird/sendbird-pin-message-sample-uikit](https://github.com/sendbird/sendbird-pin-message-sample-uikit/tree/main)

I hope this helps.
