setTotalEmojiList

open fun setTotalEmojiList(@NonNull totalEmojiList: List<Emoji>)

Sets the total emoji list that can be added to the current message. This value is used to compare whether `add` button should be displayed from the reactions view.

Parameters

totalEmojiList

The total emoji list that can be added to the current message. Defaults to getAllEmojis.