fetchReactionsForChannelItem

abstract fun fetchReactionsForChannelItem(channelId: String?, channelItemId: String?, reactionType: ChannelItem.ReactionType?, nb: Int, offset: Int, listener: IChannelProxy.IFetchReactionsListener?)

Fetch reactions from a given channel item with specified limit and offset.

The response is sent in the success callback as a @object:ArrayItemList<@object:ChannelUser>.

Parameters

channelId

String The channel id

channelItemId

String The channel item id

reactionType

@object:ChannelItem.ReactionType type of reaction to add (null for all types)

nb

int The max number of result

offset

int The offset of the result list

listener

IFetchReactionsListener Callback