getEnableReactions

fun getEnableReactions(channelConfig: ChannelConfig, channel: BaseChannel): Boolean

Returns a value that determines whether to display the reactions or not. true, if channel displays the reactions in the message. false, otherwise.

This method is affected by the value of Available.isSupportReaction. It is also affected by the reactions value set in the application and channel type.

Return

true if the reactions is enabled, false otherwise

Since

3.6.0

Parameters

channelConfig

The channel configuration

channel

The channel