Pins
This module provides methods for managing pinned messages in conversations.
Pinned messages highlight important information within a conversation, allowing all participants to easily reference key messages. Users can pin or unpin messages, and retrieve a list of all pinned messages within a conversation.
Pinned messages are shared among all users in a conversation, meaning any participant can see or interact with them.
Each pin is represented by a PinMessage object, which encapsulates all relevant data.
Samples
com.ale.rainbowsdk.samples.PinsSampleTypes
Interface defining callbacks for handling events related to pin changes in conversations.
Functions
Retrieves all pinned messages in a conversation.
Pins a message in a conversation.
Registers a listener to monitor pin changes in conversations.
Unpins a previously pinned message from a conversation.
Unregisters a previously registered listener for pin changes in conversations.