updateUserReactionForChannelItem

abstract fun updateUserReactionForChannelItem(channelId: String?, itemId: String?, reactionType: ChannelItem.ReactionType?, listener: IChannelProxy.IUpdateUserReactionListener?)

Updates the user reaction of a channel item

Parameters

channelId

String id of the channel

itemId

String Item's id of the channel item

reactionType

@object:ChannelItem.ReactionType type of reaction to add

listener

IUpdateUserReactionListener Callback