fetchReactionsForChannelItem
Fetch reactions for a specific channel item.
This method retrieves reactions associated with a specific IChannelItem within a given Channel. If reactionType
is set to null
, all types of reactions will be retrieved.
Return
A RainbowResult containing the ChannelItemReactions object with the reactions on success. In case of failure, the result will include error details.
Parameters
The Channel object containing the item for which reactions are retrieved.
The IChannelItem for which reactions are fetched.
An optional ReactionType to filter reactions by type. If null
, all reaction types are retrieved.
An Int specifying the maximum number of reactions to retrieve (default value is 50).
An Int specifying the position of the first reaction to retrieve (default value is 0).