Star & forward message

Hello. Does sendbird allow starring messages and forwarding them to another channels? I could not find anything straightforward in the docs.
In the case of starring a message, from my tests, using the custom data field in messages with custom parsing would allow to achieve the desired solution (same as WhatsApp), but I am wondering if there is anything exposed from SDK that would help us in implementing such functionality.

Thanks.

@sergiu.ncy We do not currently provide starring feature in neither UIKit or core messaging SDK. Like you said, it is available via customType or data field of messages and you can filter them via parameters when you fetch message list from SDK.

1 Like

And what about message forwarding to other channels? Do we have anything from sendbird?

Is there any message forwarding feature available in iOS and Android SDK?

Hi Woo,
Kindly, how can you perform search via customType or data field of messages?
Can you point me to the right API. It seems like the current API only supports filtering messages by keyword. Thanks.